// JavaScript Document


//CCALB Secure Akamai Player Pop
function openSecurePlayer(skin,media) {
	day = new Date();
	id = day.getTime();
	window.open('/cc-common/mediaplayer/player.html?mps=' + skin + '&mid=http://a23.v18227d.c18227.g.vm.akamaistream.net/7/23/18227/v0001/cchannel.download.akamai.com/18227/auth_!/markets/newyork-ny/' + media + '','MediPlayerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=511');
}

//VOD Pop Over VOD Page
function open_video_over_page(track_id) {
	window.open('/cc-common/ondemand/player.html?program=vod&track_id=' + track_id, 'video_player', 'location=no,menubar=no,scrollbars=yes,width=727px,height=530px');
	self.location = '/cc-common/videos_on_demand/';
}
//CCOMR Common Pop Code
function popUp8(URL) {
	day = new Date();
	id = day.getTime();
	window.open(URL,'popWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=740,height=400');
}
//Trivia Pop Code
function popUptrivia(URL) {
	var URL="http://www.wrve.com/pages/contests/nickelback/videomatch.html";
	day = new Date();
	id = day.getTime();
	window.open(URL,'popWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=525,height=452');
}
//Online Questions Pop Up
function onlineSubmission() {
	var URL="/common/onlineproblem.html";
	window.open( URL, "_blank", "toolbar=no,location=no,status=no,directories=no,menubar=no,scrolling=yes,scrollbars=yes,width=550,height=675,resize=no");
}
//Player Over Holiday Portal
function openStreamingPlayerOverHoliday(stream_id) {
	if(typeof(stream_id)=="undefined"){
		window.open('/cc-common/ondemand/player.html?world=st','streaming_player','location=no,menubar=no,resizable=yes,scrollbars=yes,width=980,height=592');
		self.location = '/event_portal/view/holiday/index.html';
	} else {
		window.open('/cc-common/ondemand/player.html?world=st&stream_id='+stream_id,'streaming_player','location=no,menubar=no,resizable=yes,scrollbars=yes,width=980,height=592');
		self.location = '/event_portal/view/holiday/index.html';
	}
}
//Any Album Over Any Page
function album_over_page(album_id,pageurl) {
	window.open('/cc-common/gallery/display.html?album_id=' + album_id, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
	parent.location = pageurl;
}