// JavaScript Document

<!--

// Random Ad Display #1

var ar = new Array(

"<a href='prodList.asp?idCategory=615'><img src='http://www.ezgaragedoor.com/ezgarage001imgs/kleintools_ad.gif' style='margin-bottom:5px;' />",

"<a href='prodList.asp?idCategory=651'><img src='http://www.ezgaragedoor.com/ezgarage001imgs/scosche_ad.gif' style='margin-bottom:5px;' />",

// "<a href='prodView.asp?idproduct=3254'><img src='http://www.ezgaragedoor.com/ezgarage001imgs/Liftmaster_sale_300MC_ASP.jpg' style='margin-bottom:5px;' />",

"<a href='prodList.asp?idCategory=655'><img src='http://www.ezgaragedoor.com/ezgarage001imgs/Multilink_ad.gif' style='margin-bottom:5px;' />"


// "<a href=''><img src='' alt=''></a>"

);

var num = Math.floor(Math.random() * ar.length);



// Random Ad Display #2

var ar2 = new Array(

// "<a href='prodView.asp?idproduct=2753'><img src='http://www.remoteland.com/remoteland/AudioBUG350.gif' alt='AudioBUGtm 350 Wireless FM Transmitter' style='margin-bottom:5px;'></a>",

"<a href='prodView.asp?idproduct=2831'><img src='http://www.remoteland.com/remoteland/IJet_Wireless.gif' alt='iJet Wireless RF Remote for iPods' style='margin-bottom:5px;'></a>",

"<a href='prodList.asp?idCategory=657'><img src='http://www.remoteland.com/remoteland/Monster.gif' alt='Monster iCarPlay, iSplitter, iTV Link, iCarCharger,& More.' style='margin-bottom:5px;'></a>",

// "<a href='prodView.asp?idproduct=3254'><img src='Liftmaster_sale_300MC_Remoteland.jpg' alt='Liftmaster Chamberlain Garage Door Opener Transmitter 300MC.' style='margin-bottom:5px;'></a>",

"<a href='prodView.asp?idproduct=2835'><img src='http://www.remoteland.com/remoteland/Kesington_Ipod.gif' alt='Kensington iPod FM Transmitter/Auto Charger' style='margin-bottom:5px;'></a>"

);

var num2 = Math.floor(Math.random() * ar2.length);



// Random Ad Display #3

var ar3 = new Array(

"<a href=''><img src='' alt=''></a>",

"<a href=''><img src='' alt=''></a>",

"<a href=''><img src='' alt=''></a>"

);

var num3 = Math.floor(Math.random() * ar3.length);



// Random Ad Display #4

var ar4 = new Array(

"<a href=''><img src='' alt=''></a>",

"<a href=''><img src='' alt=''></a>"

);

var num4 = Math.floor(Math.random() * ar4.length);



//-->