<!--
// MP3-jPlayer extra js for WOW! Enteretainment customisation

function mp3jplayer_popitup(url) {
	
	if (foxTrackCount==1){
		li_height = 60;
		player_height = 108;
	}
	else {
		li_height = 60;
		player_height = 108;
	}
	if (foxPopoutHeight=='') {
		popup_height = player_height + (foxTrackCount * li_height);
	}
	else {
		popup_height = foxPopoutHeight;
	}
	newwindow=window.open(url,'mp3jpopout','height='+popup_height+',width=256,location=0,status=0,scrollbars=0,resizable=1');
	abstime = jQuery("#jquery_jplayer").jPlayer("getData", "diag.playedTime");
	jQuery("#jquery_jplayer").jPlayer("clearFile");
	jQuery("#jquery_jplayer").jPlayer("setFile", foxPlayList[0].mp3 );
	if (window.focus) {newwindow.focus()}
	return false;
}

if (document.images) {	
	pic1= new Image(163,31); pic1.src=foxpathtoimages+"listen-now.png";				
	pic2= new Image(163,31); pic2.src=foxpathtoimages+"listen-nowH.png";
}
//-->
