ÿþ<html> <head> <title>Exede News</title> <style type="text/css"> BODY { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } /* FONT COLORS */TABLE { color: #000000; font: 12px arial, sans-serif; font-weight: normal; } .title { color: #000; font: 12px arial, sans-serif; font-weight: bold; } #NewsDiv { position: absolute; left: 0; top: 0; width: 100%; } /* PAGE LINK COLORS */a:link { color: #0033FF; text-decoration: underline; } a:visited { color: #6633FF; text-decoration: underline; } a:active { color: #0033FF; text-decoration: underline; } a:hover { color: #6699FF; text-decoration: none; } -- > .style1 { font: 12px arial, sans-serif; } </style> <script language="JavaScript" type="text/javascript"> // HIDE CODE --> var scrollspeed = "1" // SET SCROLLER SPEED 1 = SLOWEST var speedjump = "20" // ADJUST SCROLL JUMPING = RANGE 20 TO 40 var startdelay = "15" // START SCROLLING DELAY IN SECONDS var nextdelay = "0" // SECOND SCROLL DELAY IN SECONDS 0 = QUICKEST var topspace = "1px" // TOP SPACING FIRST TIME SCROLLING var frameheight = "386px" // IF YOU RESIZE THE WINDOW EDIT THIS HEIGHT TO MATCH // var scrollinc = .5; current = (scrollspeed) function HeightData() { AreaHeight = dataobj.offsetHeight if (AreaHeight == 0) { setTimeout("HeightData()", (startdelay * 1000)) } else { ScrollNewsDiv() } } function NewsScrollStart() { dataobj = document.all ? document.all.NewsDiv : document.getElementById("NewsDiv") dataobj.style.top = topspace setTimeout("HeightData()", (startdelay * 1000)) } function ScrollNewsDiv() { dataobj.style.top = scrollspeed + 'px'; scrollspeed -= scrollinc; if (parseInt(dataobj.style.top) < AreaHeight * (-1)) { dataobj.style.top = frameheight + 'px'; scrollspeed = frameheight; setTimeout("ScrollNewsDiv()", (nextdelay * 1000)) } else { setTimeout("ScrollNewsDiv()", speedjump) } } // END HIDE CODE --> </script> </head> <body bgcolor="#FFFFFF" text="#000000" onmouseover="scrollspeed=0" onmouseout="scrollspeed=current" onload="NewsScrollStart();"> <div id="NewsDiv"> <table cellpadding="5" cellspacing="0" border="0" width="100%"> <tr> <td> <!-- SCROLLER CONTENT STARTS HERE --> <span class="title">The wait is over!!! Real Broadband via Satellite has finally arrived.</span> <br /> <br /> WildBlue has begun launching Amazing "NEW" Exede by ViaSat internet Services across all of the U.S.. <br /> <hr /> <br /> <span class="title">WildBlue introduces Exede&#8480; by ViaSat. Satellite Internet Now Faster Then Ever.</span><br /> <br /> The amazing new, fast and affordable Broadband Satellite Internet Service is now available.<br /> <br /> <span class="title">To find which plan is right for you?</span> <br /> <br /> <a href="../getWildBlue/Package_Select.aspx" target="_blank">Click Here</a> <!-- SCROLLER CONTENT ENDS HERE --> </td> </tr> </table> </div> <!-- YOU DO NOT NEED TO EDIT BELOW THIS LINE --> <script language="JavaScript" type="text/javascript"> var scrollspeed = "1" // SET SCROLLER SPEED 1 = SLOWEST var speedjump = "20" // ADJUST SCROLL JUMPING = RANGE 20 TO 40 var startdelay = "15" // START SCROLLING DELAY IN SECONDS var nextdelay = "0" // SECOND SCROLL DELAY IN SECONDS 0 = QUICKEST var topspace = "1px" // TOP SPACING FIRST TIME SCROLLING var frameheight = "386px" // IF YOU RESIZE THE WINDOW EDIT THIS HEIGHT TO MATCH current = (scrollspeed) function HeightData() { AreaHeight = dataobj.offsetHeight if (AreaHeight == 0) { setTimeout("HeightData()", (startdelay * 1000)) } else { ScrollNewsDiv() } } function NewsScrollStart() { dataobj = document.all ? document.all.NewsDiv : document.getElementById("NewsDiv") dataobj.style.top = topspace setTimeout("HeightData()", (startdelay * 1000)) } function ScrollNewsDiv() { dataobj.style.top = parseInt(dataobj.style.top) - (scrollspeed) if (parseInt(dataobj.style.top) < AreaHeight * (-1)) { dataobj.style.top = frameheight setTimeout("ScrollNewsDiv()", (nextdelay * 1000)) } else { setTimeout("ScrollNewsDiv()", speedjump) } } // END HIDE CODE --> </script> </body> </html>