
 function intro()
 {
	//locationJump = "splash.html";
	locationJump = "rammy_winners.html";
 	windowCaption = "";
 	windowWidth = 600;
 	windowHeight = 519;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
 

