var randomlinks=new Array()

randomlinks[0]='<div id="test" class="welcometext" style="position: absolute; width: 800px; height: 100px; z-index: 1"><table style="width: 100%" cellpadding="10" cellspacing="0"><tr><td style="width: 0%"><a class="welcometextsmall" href="http://support.airstreamcomm.net/common/basic_settings.htm"><img height="226" src="../images/revolver/basic.png" width="226"></a></td><td><a class="welcometext" href="http://support.airstreamcomm.net/common/basic_settings.htm">All The Basic Info</a><br><br><a class="welcometextsmall" href="http://support.airstreamcomm.net/common/basic_settings.htm">Do you know your Primary DNS server? How about if your email is a POP3 or IMAP connection? Locate all the basic settings you need for your service.<br><p style="text-align: right">Click here to learn more.</p></td></tr></table></div>'
randomlinks[1]='<div id="test" class="welcometext" style="position: absolute; width: 800px; height: 100px; z-index: 1"><table style="width: 100%" cellpadding="10" cellspacing="0"><tr><td style="width: 0%"><a class="welcometextsmall" href="http://support.airstreamcomm.net/common/spamstop.htm"><img height="226" src="../images/revolver/spamstop.png" width="226"></a></td><td><a class="welcometext" href="http://support.airstreamcomm.net/common/spamstop.htm">Cut Down on Spam</a><br><br><a class="welcometextsmall" href="http://support.airstreamcomm.net/common/spamstop.htm">Even with the most advanced spam filters some spam can still find its way into your inbox. Learn some basic ways to cut down on your exposure to spam.<br><p style="text-align: right">Click here to learn more.</p></td></tr></table></div>'
randomlinks[2]='<div id="test" class="welcometext" style="position: absolute; width: 800px; height: 100px; z-index: 1"><table style="width: 100%" cellpadding="10" cellspacing="0"><tr><td style="width: 0%"><a class="welcometextsmall" href="http://support.airstreamcomm.net/common/storm.htm"><img height="226" src="../images/revolver/storm.png" width="226"></a></td><td><a class="welcometext" href="http://support.airstreamcomm.net/common/storm.htm">Don`t Risk Your Gear</a><br><br><a class="welcometextsmall" href="http://support.airstreamcomm.net/common/storm.htm">Your computer, printer, router and other gear can be damaged in various ways from storm-driven power surges. Learn the simple info to help keep your gear safe.<br><p style="text-align: right">Click here to learn more.</p></td></tr></table></div>'
randomlinks[3]='<div id="test" class="welcometext" style="position: absolute; width: 800px; height: 100px; z-index: 1"><table style="width: 100%" cellpadding="10" cellspacing="0"><tr><td style="width: 0%"><a class="welcometextsmall" href="http://support.airstreamcomm.net/common/virusinfo.htm"><img height="226" src="../images/revolver/virus.png" width="226"></a></td><td><a class="welcometext" href="http://support.airstreamcomm.net/common/virusinfo.htm">Simple Virus Info</a><br><br><a class="welcometextsmall" href="http://support.airstreamcomm.net/common/virusinfo.htm">With so much of our business and personal life online it`s very important to gain some basic understanding about viruses and how best to protect yourself.<br><p style="text-align: right">Click here to learn more.</p></td></tr></table></div>'
randomlinks[4]='<div id="test" class="welcometext" style="position: absolute; width: 800px; height: 100px; z-index: 1"><table style="width: 100%" cellpadding="10" cellspacing="0"><tr><td style="width: 0%"><a class="welcometextsmall" href="http://support.airstreamcomm.net/common/html.htm"><img height="226" src="../images/revolver/webpage.png" width="226"></a></td><td><a class="welcometext" href="http://support.airstreamcomm.net/common/html.htm">Express Yourself Online</a><br><br><a class="welcometextsmall" href="http://support.airstreamcomm.net/common/html.htm">Creating and maintaining a simple web page is easier than you might think. In a few hours you can learn the basic steps and code to create your first web page.<br><p style="text-align: right">Click here to learn more.</p></td></tr></table></div>'
randomlinks[5]='<div id="test" class="welcometext" style="position: absolute; width: 800px; height: 100px; z-index: 1"><table style="width: 100%" cellpadding="10" cellspacing="0"><tr><td style="width: 0%"><a class="welcometextsmall" href="http://support.airstreamcomm.net/common/cell_phone_SMTP.htm"><img height="226" src="../images/revolver/cellmail.png" width="226"></a></td><td><a class="welcometext" href="http://support.airstreamcomm.net/common/cell_phone_SMTP.htm">Send Mail Anwwhere!</a><br><br><a class="welcometextsmall" href="http://support.airstreamcomm.net/common/cell_phone_SMTP.htm">If your cellular provider doesnt support sending mail on their network, use ours! It is simple, safe and available to all Aistream customers.<br><p style="text-align: right">Click here to learn more.</p></td></tr></table></div>'

function randomlink(){
var add = randomlinks[Math.floor(Math.random()*randomlinks.length)]
return(add)
}

document.write( randomlink() );



