if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)) {
	var ieversion=new Number(RegExp.$1);
	if (ieversion==6) {
		alert("You're using Internet Explorer 6, which is no longer supported. Please upgrade your browser to view this site properly");
	}
}
function imageLoad() {
	var myImage = new Image;
	myImage.src = "images/scoreboardHeader.png";
	var backImage = new Image;
	backImage.src = "images/background.jpg";
}
// Hugh Jennings
function hughJ() {
	window.open( "../images/baseball/hugh_jennings.jpg", "myWindow", 
	"status = 0, height = 621, width = 400, resizable = 0" );
}
// Ty Cobb
function tyC() {
	window.open( "../images/baseball/ty_cobb.png", "myWindow", 
	"status = 0, height = 400, width = 400, resizable = 0" );
}
// Casey Stengel
function caseyS() {
	window.open( "../images/baseball/casey_stengel.png", "myWindow", 
	"status = 0, height = 400, width = 400, resizable = 0" );
}
// Jim Hegan
function jimHfront() {
	window.open( "../images/baseball/jim_hegan_front.jpg", "myWindow", 
	"status = 0, height = 678, width = 400, resizable = 0" );
}
function jimHback() {
	window.open( "../images/baseball/jim_hegan_back.jpg", "myWindow", 
	"status = 0, height = 678, width = 400, resizable = 0" );
}
// Mickey Mantle
function mickeyMhome() {
	window.open( "images/baseball/mickey_mantle_front.jpg", "myWindow", 
	"status = 0, height = 678, width = 400, resizable = 0" );
}
function mickeyMfront() {
	window.open( "../images/baseball/mickey_mantle_front.jpg", "myWindow", 
	"status = 0, height = 678, width = 400, resizable = 0" );
}
function mickeyMback() {
	window.open( "../images/baseball/mickey_mantle_back.jpg", "myWindow", 
	"status = 0, height = 678, width = 400, resizable = 0" );
}
// Ray Narleski
function rayNfront() {
	window.open( "../images/baseball/ray_narleski_front.jpg", "myWindow", 
	"status = 0, height = 678, width = 400, resizable = 0" );
}
function rayNback() {
	window.open( "../images/baseball/ray_narleski_back.jpg", "myWindow", 
	"status = 0, height = 678, width = 400, resizable = 0" );
}
// Robert Bartmess Friend
function bobFfront() {
	window.open( "../images/baseball/robert_bartmess_friend_front.jpg", "myWindow", 
	"status = 0, height = 678, width = 400, resizable = 0" );
}
function bobFback() {
	window.open( "../images/baseball/robert_bartmess_friend_back.jpg", "myWindow", 
	"status = 0, height = 678, width = 400, resizable = 0" );
}
// Zachary Taylor
function zacharyT() {
	window.open( "../images/caramel/zachary_taylor.jpg", "myWindow", 
	"status = 0, height = 490, width = 400, resizable = 0" );
}
// Jackie Robinson
function jackieRhome() {
	window.open( "images/baseball/jackie_robinson_front.jpg", "myWindow", 
	"status = 0, height = 649, width = 400, resizable = 0" );
}
function jackieRfront() {
	window.open( "../images/baseball/jackie_robinson_front.jpg", "myWindow", 
	"status = 0, height = 649, width = 400, resizable = 0" );
}
function jackieRback() {
	window.open( "../images/baseball/jackie_robinson_back.jpg", "myWindow", 
	"status = 0, height = 649, width = 400, resizable = 0" );
}
// Stan Musial
function stanMfront() {
	window.open( "../images/baseball/stan_musial_front.jpg", "myWindow", 
	"status = 0, height = 481, width = 400, resizable = 0" );
}
function stanMback() {
	window.open( "../images/baseball/stan_musial_back.jpg", "myWindow", 
	"status = 0, height = 481, width = 400, resizable = 0" );
}
// Andrews
function andrewsfront() {
	window.open( "../images/baseball/andrews_front.jpg", "myWindow", 
	"status = 0, height = 700, width = 400, resizable = 0" );
}
function andrewsback() {
	window.open( "../images/baseball/andrews_back.jpg", "myWindow", 
	"status = 0, height = 700, width = 400, resizable = 0" );
}
// Jerry Koosman, Nolan Ryan
function nolanRfront() {
	window.open( "../images/baseball/jerry_koosman_nolan_ryan_front.jpg", "myWindow", 
	"status = 0, height = 600, width = 400, resizable = 0" );
}
function nolanRback() {
	window.open( "../images/baseball/jerry_koosman_nolan_ryan_back.jpg", "myWindow", 
	"status = 0, height = 600, width = 400, resizable = 0" );
}
// George Carey
function georgeCfront() {
	window.open( "../images/baseball/george_carey_front.jpg", "myWindow", 
	"status = 0, height = 635, width = 400, resizable = 0" );
}
function georgeCback() {
	window.open( "../images/baseball/george_carey_back.jpg", "myWindow", 
	"status = 0, height = 635, width = 400, resizable = 0" );
}
// Guiheen
function guiheenfront() {
	window.open( "../images/baseball/guiheen_front.jpg", "myWindow", 
	"status = 0, height = 635, width = 400, resizable = 0" );
}
function guiheenback() {
	window.open( "../images/baseball/guiheen_back.jpg", "myWindow", 
	"status = 0, height = 635, width = 400, resizable = 0" );
}
// Ambrose Puttman
function ambrosePfront() {
	window.open( "../images/baseball/ambrose_puttman_front.jpg", "myWindow", 
	"status = 0, height = 635, width = 400, resizable = 0" );
}
function ambrosePback() {
	window.open( "../images/baseball/ambrose_puttman_back.jpg", "myWindow", 
	"status = 0, height = 635, width = 400, resizable = 0" );
}
