
<!-- Hide this script from old browsers --

var bannernumber = 3;

var randomnumber = Math.random() ;

var rand1 = Math.round( (bannernumber-1) * randomnumber) + 1 ;

bannershow = new Array

bannershow[1] = "<a href='../build/'><img SRC='../images/bot_1.gif' width=560 height=45 border=0></a>"

bannershow[2] = "<a href='../customer_service/products.php'><img SRC='../images/bot_2.gif' width=560 height=45 border=0></a>"

bannershow[3] = "<a href='../customer_service/productcare.php'><img SRC='../images/bot_3.gif' width=560 height=45 border=0></a>"

var banner = bannershow[rand1]

// -- End Hiding Here -->

<!-- Hide this script from old browsers --

var primarynumber = 3;

var randomnumber = Math.random() ;

var rand1 = Math.round( (primarynumber-1) * randomnumber) + 1 ;

primaryshow = new Array

primaryshow[1] = "<a href='catalog/build.php'><img SRC='images/primary_1.jpg' width=494 height=202 class='border_grey' border=0></a>"

primaryshow[2] = "<a href='catalog/index.php?cPath=22'><img SRC='images/primary_2.jpg' width=494 height=202 class='border_grey' border=0></a>"

primaryshow[3] = "<a href='catalog/index.php?cPath=24'><img SRC='images/primary_3.jpg' width=494 height=202 class='border_grey' border=0></a>"

var primary = primaryshow[rand1]

// -- End Hiding Here -->

var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=450,width=400,scrollbars=yes,resizable=yes');
	if (window.focus) {newwindow.focus()}
}

