
 function intro()
 {
	//alert("intro");
 	//locationJump = "splash_sale_aug.cfm";
	
	var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1]="splash_sale_aug.cfm"
  myimages[2]="q1_offer.cfm"
  var ry=Math.floor(Math.random()*myimages.length)
  if (ry==0)
     ry=1
	locationJump = myimages[ry];
 	windowCaption = "";
 	windowWidth = 605;
 	windowHeight = 518;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
 /*
 function intro2()
 {
	//alert("intro2");
 	locationJump = "splash_regular.cfm";
 	windowCaption = "";
 	windowWidth = 605;
 	windowHeight = 518;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
 */