rlm@0: <html> rlm@0: rlm@0: <head> rlm@0: rlm@0: <link href="laserkard.css" rel="stylesheet" type="text/css" /> rlm@0: <script type="text/javascript"> rlm@0: var n = 0; rlm@0: var a = new Array("#f00","#0f0","#00f") rlm@0: function pory() { rlm@0: var u = a[n%a.length] rlm@0: var v = a[(n+1)%a.length] rlm@0: document.body.style.backgroundColor = u; rlm@0: document.body.style.color = v; rlm@0: n++; rlm@0: setTimeout("pory()",50); rlm@0: } rlm@0: </script> rlm@0: <title> laserkard personal branding service </title> rlm@0: rlm@0: </head> rlm@0: rlm@0: rlm@0: <body onLoad="pory()"> rlm@0: rlm@0: rlm@0: <h1 class="laser">LaserKard</h1> rlm@0: rlm@0: <h2 class="buy">Buy</h2> rlm@0: <h2 class="contact">Contact</h2> rlm@0: <h2 class="about">About Us</h2> rlm@0: rlm@0: rlm@0: rlm@0: rlm@0: </body> rlm@0: rlm@0: rlm@0: </html>