myPix = new Array("home-feat-01.jpg" , "home-feat-02.jpg" , "home-feat-03.jpg" , "home-feat-04.jpg" , "home-feat-05.jpg" , "home-feat-06.jpg" , "home-feat-07.jpg");
imgCt = myPix.length;
function choosePic(path) {
	path = '/portals/0/skins/progressive/images/';
	if (document.images) {
		randomNum = Math.floor((Math.random() * imgCt));
		document.getElementById('imgHeader').src = path + myPix[randomNum];
	}
}
function emailPop(popurl){
var winpops=window.open(popurl,"","width=500,height=450,toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,left=200,top=250")
}

function videoPop(popurl){
var winpops=window.open(popurl,"","width=422,height=341,toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,left=200,top=250")
}