/*****************************************
Copyright: 2005 EarthCam, Inc All Rights Reserved
FILE: product_rs.js
AUTHOR: Keith Hayden
CREATED: ?
DESCRIPTION:
	Randomly selects a tile/link and displays it
LAST MODIFIED: 	2005-08-02 (Keith Winkler)
	Added another item to the list.
*****************************************/

h = Math.ceil((Math.random())*4)
var product_rs = new Array()




product_rs[1]='<a href="search.php?keywords=solar&x=0&y=0" style="border: 0px dashed #009900;"><img src="../graphics/prod_rs_solar.gif" alt="Solar" title="Solar" width="120" height="80" border="0" class="prodRsGraphic" /></a>'
product_rs[2]='<a href="/services/" style="border: 0px dashed #009900;"><img src="../graphics/prod_rs_services.gif" alt="Managed Services" title="Managed Services" width="120" height="80" border="0" class="prodRsGraphic" /></a>'
product_rs[3]='<a href="wireless.php" style="border: 0px dashed #009900;"><img src="../graphics/prod_rs_wireless.gif" alt="Wireless" title="Wireless" width="120" height="80" border="0" class="prodRsGraphic" /></a>'
product_rs[4]='<a href="http://www.trafficcam.com/" style="border: 0px dashed #009900;"><img src="../graphics/prod_rs_trafficcam.gif" alt="TrafficCam.com" title="TrafficCam.com" width="120" height="80" border="0" class="prodRsGraphic" /></a>'
//product_rs[5]='<a href="specials/clearance.php" style="border: 0px dashed #009900;"><img src="../graphics/clearance-prodpage-promo.gif" alt="Clearance Items" title="Clearance Items" width="120" height="80" border="0" class="prodRsGraphic" /></a>'