// Videos On Demand
function open_videos_on_demand_player(track_id) {
window.open('http://movieclub.95ksj.com/cc-common/ondemand/player.html?program=vod&track_id='+track_id,'player', 'location=no,menubar=no,resizable=yes,scrollbars=yes,width=980,height=592');
}
// NEW! 3
function openNew3Player(URL) {
day = new Date();
id = day.getTime();
window.open(URL,'playerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=660,height=449');
}
// NEW! 4
function openNew4Player(URL) {
day = new Date();
id = day.getTime();
window.open(URL,'playerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=538');
}
// NEW! 5
function openNew5Player(URL) {
day = new Date();
id = day.getTime();
window.open(URL,'playerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=538');
}
// Stripped
function openPlayer(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');
}
function openNewStrippedPlayer(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');
}
// 9-11 Media player
function popmedia(URL) {
window.open(URL,'mediaWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=727px,height=500px');
}
function openNewsPlayer(URL) {
day = new Date();
id = day.getTime();
window.open(URL,'_blank','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=511');
}
function openNewsPlayerSPECIAL(URL) {
day = new Date();
id = day.getTime();
window.open(URL,'_blank','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=511');
self.location = 'http://movieclub.95ksj.com/cc-common/ondemand/';
}
function openNewPage(URL) {
day = new Date();
id = day.getTime();
window.open(URL,'_blank','toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=800,height=600');
}

function openPODCASTMediaPlayer(SKIN,MEDIA,PODCAST_FILENAME,PODCAST_TITLE,PODCAST_CLIP_TITLE)
{
	day = new Date();
	id = day.getTime();
	var podcastVariables='';

	if(PODCAST_FILENAME!='undefined' && PODCAST_TITLE!='undefined' && PODCAST_CLIP_TITLE!='undefined')
	{
		podcastVariables = '&podcast_file_name='+PODCAST_FILENAME+'&podcast_title='+PODCAST_TITLE+'&podcast_clip_title='+PODCAST_CLIP_TITLE;
	}

	window.open('http://movieclub.95ksj.com/cc-common/mediaplayer/player.20091208.html?mps='+SKIN+'&mid='+MEDIA+''+podcastVariables+'','MediPlayerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=511');

}

function openMediaPlayer(SKIN,MEDIA) {
day = new Date();
id = day.getTime();
window.open('http://movieclub.95ksj.com/cc-common/mediaplayer/player.html?mps='+SKIN+'&mid='+MEDIA+'','MediPlayerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=511');
}
function openRyanPlayer(MEDIA) {
day = new Date();
id = day.getTime();
window.open('http://movieclub.95ksj.com/cc-common/mediaplayer/ryanseacrest/player.html?mps=onairryan.php&mid=http://a23.v18227d.c18227.g.vm.akamaistream.net/7/23/18227/v0001/cchannel.download.akamai.com/18227/auth_!/Seacrest/' + MEDIA + '','MediPlayerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=511');
}
function openBeyoncePlayer() {
day = new Date();
id = day.getTime();
window.open('http://movieclub.95ksj.com/cc-common/news/videos/player.html?mid=Reuters/2-07/Beyonce-Cover-2-15.asf','openingplayerwindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=511');
}
function openMostWatchedPlayer() {
day = new Date();
id = day.getTime();
window.open('http://movieclub.95ksj.com/cc-common/news/videos/player.html?mid=audio/01-09/CarWashKid01-05.wmv','openingplayerwindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=511');
}
function openTopStoryPlayer() {
day = new Date();
id = day.getTime();
window.open('http://movieclub.95ksj.com/cc-common/news/videos/player.html?mid=audio/11-08/FlyBys11-22.wmv','openingplayerwindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=511');
}
function openStreamingOnesite() {
day = new Date();
id = day.getTime();
window.open('http://movieclub.95ksj.com/cc-common/streaming_onesite','ccTuner','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=740,height=544');
}
// Photo Gallery (for Dynamic Lead) :: Added by Mark Escott 5/14/07 // modified to add photo position by Mark Escott 10/20/2008
function open_photo_popup(album_id,position) {
	if(typeof(position)=="undefined"){
		window.open('http://movieclub.95ksj.com/cc-common/gallery/display.html?album_id=' + album_id, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
	} else {
		window.open('http://movieclub.95ksj.com/cc-common/gallery/display.html?album_id=' + album_id + '&position='+position, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
	}
}
// Photo Gallery (for Holiday Page) :: Added by Tracy Turner 11/12/08 //
function open_holiday_photo_popup_custom(album_id,position) {
window.open('http://movieclub.95ksj.com/cc-common/holidaygallery/display.html?album_id=' + album_id, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
self.location = 'http://movieclub.95ksj.com/cc-common/holidaygallery/';
}
function open_holiday_photo_popup(album_id,position) {
	if(typeof(position)=="undefined"){
		window.open('http://movieclub.95ksj.com/cc-common/holidaygallery/display.html?album_id=' + album_id, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
	} else {
		window.open('http://movieclub.95ksj.com/cc-common/holidaygallery/display.html?album_id=' + album_id + '&position='+position, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
	}
}
function openStreamingPlayer(stream_id) {
    if(!ClearChannel.Browser.WebKit){
	if(typeof(stream_id)=="undefined"){
	    PlayerPopups.DoAndoSurvey('http://movieclub.95ksj.com/cc-common/ondemand/player.html?world=st');
		//window.open('http://movieclub.95ksj.com/cc-common/ondemand/player.html?world=st','streaming_player','location=no,menubar=no,resizable=yes,scrollbars=yes,width=980,height=592');
	} else {
	    PlayerPopups.DoAndoSurvey('http://movieclub.95ksj.com/cc-common/ondemand/player.html?world=st&stream_id='+stream_id);
		//window.open('http://movieclub.95ksj.com/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');
	}
    }else{
	if(typeof(stream_id)=="undefined"){
	    //PlayerPopups.DoAndoSurvey('http://movieclub.95ksj.com/cc-common/ondemand/player.html?world=st');
	    window.open('http://movieclub.95ksj.com/cc-common/ondemand/player.html?world=st','streaming_player','location=no,menubar=no,resizable=yes,scrollbars=yes,width=980,height=592');
	} else {
	    //PlayerPopups.DoAndoSurvey('http://movieclub.95ksj.com/cc-common/ondemand/player.html?world=st&stream_id='+stream_id);
	    window.open('http://movieclub.95ksj.com/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');
	}
    }
}
function open_videos_on_demand_ondemand_playerT2(track){
window.open('http://movieclub.95ksj.com/cc-common/ondemand/player.html?program=vod&track_id='+track,'player', 'location=no,menubar=no,resizable=yes,scrollbars=yes,width=980,height=592');
self.location = 'http://movieclub.95ksj.com/cc-common/ondemand/';
}
function open_videos_on_demand_playerT2(track){
window.open('http://movieclub.95ksj.com/cc-common/ondemand/player.html?program=vod&track_id='+track,'player', 'location=no,menubar=no,resizable=yes,scrollbars=yes,width=980,height=592');
self.location = 'http://movieclub.95ksj.com/cc-common/videos_on_demand/';
}
function open_on_demand_playerT2(APID,MID){
window.open('http://movieclub.95ksj.com/cc-common/ondemand/player.html?apid='+APID+'&mid='+MID,'player', 'location=no,menubar=no,resizable=yes,scrollbars=yes,width=980,height=592');
}
function openStreamingPlayerT2() {
    if(!ClearChannel.Browser.WebKit){
	PlayerPopups.DoAndoSurvey('http://movieclub.95ksj.com/cc-common/ondemand/player.html?world=st');
    }else{
	window.open('http://movieclub.95ksj.com/cc-common/ondemand/player.html?world=st', 'streaming_player', 'location=no,menubar=no,scrollbars=yes,width=980,height=592');
    }
}
function open_player(id, s) {
window.open('http://movieclub.95ksj.com/cc-common/ondemand/player.html?program=vod&track_id='+id,'player', 'location=no,menubar=no,resizable=yes,scrollbars=yes,width=980,height=592');
}
function open_on_demand_under_playerT2(APID,MID){
window.open('http://movieclub.95ksj.com/cc-common/ondemand/player.html?apid='+APID+'&mid='+MID,'player','toolbar=0,location=no,statusbar=no,menubar=no,resizable=yes,scrollbars=yes,width=980,height=592');
self.location = 'http://movieclub.95ksj.com/cc-common/ondemand/';
}
function NEW_under_playerT2(art){
window.open('http://movieclub.95ksj.com/cc-common/new/6/player.html?art='+art,'player','toolbar=0,location=no,statusbar=no,menubar=no,resizable=yes,scrollbars=yes,width=728,height=538');
//		self.location = 'http://movieclub.95ksj.com/cc-common/ondemand/';
}
// MOD Special Pages, Change self.location
// Eagles
function open_on_demand_under_playerSPECIAL(APID,MID){
window.open('http://movieclub.95ksj.com/cc-common/ondemand/player.html?apid='+APID+'&mid='+MID,'player','toolbar=0,location=no,statusbar=no,menubar=no,resizable=yes,scrollbars=yes,width=980,height=592');
self.location = 'http://movieclub.95ksj.com/cc-common/news/sections/special/eagles.html';
}
// MOD Special Pages, Change self.location
// Britney Spears
function open_on_demand_under_playerSPECIAL2(APID,MID){
window.open('http://movieclub.95ksj.com/cc-common/ondemand/player.html?apid='+APID+'&mid='+MID,'player','toolbar=0,location=no,statusbar=no,menubar=no,resizable=yes,scrollbars=yes,width=980,height=592');
self.location = 'http://movieclub.95ksj.com/cc-common/news/sections/special/britneyspears.html';
}
// MOD Special Pages, Change self.location
// Jay-Z
function open_on_demand_under_playerSPECIAL3(APID,MID){
window.open('http://movieclub.95ksj.com/cc-common/ondemand/player.html?apid='+APID+'&mid='+MID,'player','toolbar=0,location=no,statusbar=no,menubar=no,resizable=yes,scrollbars=yes,width=980,height=592');
self.location = 'http://movieclub.95ksj.com/cc-common/news/sections/special/jayz.html';
}
// MOD Special Pages, Change self.location
// Garth Brooks
function open_on_demand_under_playerSPECIAL4(APID,MID){
window.open('http://movieclub.95ksj.com/cc-common/ondemand/player.html?apid='+APID+'&mid='+MID,'player','toolbar=0,location=no,statusbar=no,menubar=no,resizable=yes,scrollbars=yes,width=980,height=592');
self.location = 'http://movieclub.95ksj.com/cc-common/news/sections/special/garthbrooks.html';
}// MOD Special Pages, Change self.location
// Bruce Springsteen
function open_on_demand_under_playerSPECIAL5(APID,MID){
window.open('http://movieclub.95ksj.com/cc-common/ondemand/player.html?apid='+APID+'&mid='+MID,'player','toolbar=0,location=no,statusbar=no,menubar=no,resizable=yes,scrollbars=yes,width=980,height=592');
self.location = 'http://movieclub.95ksj.com/cc-common/news/sections/special/springsteen_bruce.html';
}
// VOD Special Page Load,  Change self.location
function open_videos_on_demand_playerSPECIAL(track){
window.open('http://movieclub.95ksj.com/cc-common/ondemand/player.html?program=vod&track_id='+track,'player', 'location=no,menubar=no,resizable=yes,scrollbars=yes,width=980,height=592');
self.location = 'http://movieclub.95ksj.com/cc-common/news/sections/special/kanyewest.html';
}
// VOD Special Page Load,  Change self.location
function open_videos_on_demand_playerSPECIAL2(track){
window.open('http://movieclub.95ksj.com/cc-common/ondemand/player.html?program=vod&track_id='+track,'player', 'location=no,menubar=no,resizable=yes,scrollbars=yes,width=980,height=592');
self.location = 'http://movieclub.95ksj.com/cc-common/news/sections/newsarticle.html?feed=104692&article=2744887';
}
// VOD Special Page Load,  Change self.location
function open_videos_on_demand_playerSPECIAL3(track){
window.open('http://movieclub.95ksj.com/cc-common/ondemand/player.html?program=vod&track_id='+track,'player', 'location=no,menubar=no,resizable=yes,scrollbars=yes,width=980,height=592');
self.location = '/movies/data/index.html';
}
function open_on_demand_under_playerSPECIALPAGE(APID,MID,backgroundurl){
window.open('http://movieclub.95ksj.com/cc-common/ondemand/player.html?apid='+APID+'&mid='+MID,'player','toolbar=0,location=no,statusbar=no,menubar=no,resizable=yes,scrollbars=yes,width=980,height=592');
self.location =backgroundurl;
}
function open_photo_under_popupSPECIALPAGE(album_id,backgroundurl){
window.open('http://movieclub.95ksj.com/cc-common/gallery/display.html?album_id=' + album_id, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
self.location=backgroundurl;
}
function open_photo_under_popup_political(album_id) {
window.open('http://movieclub.95ksj.com/cc-common/gallery/display.html?album_id=' + album_id, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
self.location = 'http://movieclub.95ksj.com/cc-common/political/';
}
function open_photo_under_popup_awards(album_id) {
window.open('http://movieclub.95ksj.com/cc-common/gallery/display.html?album_id=' + album_id, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
self.location = 'http://movieclub.95ksj.com/cc-common/awards/';
}
function open_photo_under_popup_raceday(album_id) {
window.open('http://movieclub.95ksj.com/cc-common/gallery/display.html?album_id=' + album_id, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
self.location = 'http://movieclub.95ksj.com/cc-common/news/raceday/';
}
//Year In Review Portal: added by Brad Snyder 12/17/2008
function open_yearinreview_photo_popup_custom(album_id) {
window.open('http://movieclub.95ksj.com/cc-common/gallery/display.html?album_id=' + album_id, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
self.location = 'http://movieclub.95ksj.com/cc-common/seasonal/yearinreview/';
}
function open_photo_under_popup(album_id) {
window.open('http://movieclub.95ksj.com/cc-common/gallery/display.html?album_id=' + album_id, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
self.location = 'http://movieclub.95ksj.com/cc-common/gallery/';
}
function open_photo_under_popup_portal(album_id) {
window.open('http://movieclub.95ksj.com/cc-common/gallery/display.html?album_id=' + album_id, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
self.location = 'http://movieclub.95ksj.com/cc-common/portal/';
}
//Portal Special Article
function open_photo_under_popup_special(album_id) {
window.open('http://movieclub.95ksj.com/cc-common/gallery/display.html?album_id=' + album_id, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
self.location = 'http://movieclub.95ksj.com/cc-common/news/sections/newsarticle.html?feed=104692&article=2708415';
}
//Portal Special Article
function open_photo_under_popup_special2(album_id) {
window.open('http://movieclub.95ksj.com/cc-common/gallery/display.html?album_id=' + album_id, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
self.location = 'http://movieclub.95ksj.com/cc-common/news/sections/newsarticle.html?feed=104692&article=2740763';
}
//Garth Brooks Video Special
function open_photo_under_popup_special3(album_id) {
window.open('http://movieclub.95ksj.com/cc-common/gallery/display.html?album_id=' + album_id, 'photo_album','width=728,height=600,resizable=no,scrollbars=no,menu=no,status=no');
self.location = 'http://movieclub.95ksj.com/cc-common/news/sections/newsarticle.html?feed=104659&article=2804310';
}
function changepage(thelocation){
window.open(thelocation,'playerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=668,height=396');
}
function changepage2(thelocation){
self.location = thelocation;
}
function openAllStrippedPlayer(APID,MID,NUMBER){
window.open('http://movieclub.95ksj.com/cc-common/ondemand/player.html?apid='+APID+'&mid='+MID,'popWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=980,height=592');
}
function openNewSubmission(){
window.open('http://movieclub.95ksj.com/cc-common/artist_submission/','_blank','toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=780,height=580');
self.location='http://movieclub.95ksj.com/cc-common/new/6/';
}
var PlayerPopups = {};
PlayerPopups.openPlayer = function(url){
    if(url.indexOf('world=st')!=-1 && !ClearChannel.Browser.WebKit){
	PlayerPopups.DoAndoSurvey(url);
    }else{
	window.open(url,'player', 'location=no,menubar=no,scrollbars=yes,width=980,height=592');
    }
};
PlayerPopups.openPlayer_specificpage = function(playerurl,backgroundurl){
    if(playerurl.indexOf('world=st')!=-1 && !ClearChannel.Browser.WebKit){
	PlayerPopups.DoAndoSurvey(playerurl, backgroundurl);
    }else{
	window.open(playerurl,'player', 'location=no,menubar=no,scrollbars=yes,width=980,height=592');
	self.location =backgroundurl;
    }
};
PlayerPopups.DoAndoSurvey = function(url, backgroundurl){
    if(backgroundurl){
	new ClearChannel.Ajax(
	    {
	    asynchronous:false,
	    on200:new ClearChannel.AjaxListener(
		ClearChannel.AjaxEvent.prototype.OK,
		function(transportEvent){
		    try{
			var andoObject = transportEvent.getResponseObject().getResponseJSON();
		    }catch(e){
			var andoObject = {
			    AndoSurveyActive:false,
			    AndoPrm:0
			};
		    }
		    if(andoObject.AndoSurveyActive){
			var Y = (function(){return (ClearChannel.getViewportHeight()/2)+ClearChannel.getVerticalScroll()-(232/2);})();
			var X = (function(){return (ClearChannel.getViewportWidth()/2)+ClearChannel.getHorizontalScroll()-(222/2)})();
			try{checkcookie({clientY:Y,clientX:X},'http://podloc.andomedia.com/dloadTrack.mp3?prm='+andoObject.AndoPrm+'xhttp://'+andoObject.host+'http://movieclub.95ksj.com/cc-common/ondemand/player.html?world=st',true,592,980);
			   setTimeout(function(){try{
				    document.getElementById('popdiv').style.top=Math.round(Y)+'px';
				    document.getElementById('popdiv').style.left=Math.round(X)+'px';
				    document.getElementById('shadow').style.top=Math.round(Y)+'px';
				    document.getElementById('shadow').style.left=Math.round(X)+'px';
				}catch(e){}}, 10);
			   }catch(e){}
			var pu = window.open(backgroundurl, '_blank');
			try{
			    pu.blur();
			    window.focus();
			}catch(e){
			}
		    }else{
			window.open(url,'player', 'location=no,menubar=no,scrollbars=yes,width=980,height=592');
			self.location=backgroundurl;
		    }
		}
	    )
	},
	    'http://movieclub.95ksj.com/cc-common/js/ajax_services/AndoSurveyService.php'
	);
    }else{
	new ClearChannel.Ajax(
	    {
		asynchronous:false,
		on200:new ClearChannel.AjaxListener(
		    ClearChannel.AjaxEvent.prototype.OK,
		    function(transportEvent){
			try{
			    var andoObject = transportEvent.getResponseObject().getResponseJSON();
			}catch(e){
			    var andoObject = {
				AndoSurveyActive:false,
				AndoPrm:0
			    };
			}
			if(andoObject.AndoSurveyActive){
			    var Y = (function(){return (ClearChannel.getViewportHeight()/2)+ClearChannel.getVerticalScroll()-(232/2);})();
			    var X = (function(){return (ClearChannel.getViewportWidth()/2)+ClearChannel.getHorizontalScroll()-(222/2);})();
			    try{checkcookie({clientY:Y,clientX:X},'http://podloc.andomedia.com/dloadTrack.mp3?prm='+andoObject.AndoPrm+'xhttp://'+andoObject.host+'http://movieclub.95ksj.com/cc-common/ondemand/player.html?world=st',true,592,980);
				setTimeout(function(){try{
				    document.getElementById('popdiv').style.top=Math.round(Y)+'px';
				    document.getElementById('popdiv').style.left=Math.round(X)+'px';
				    document.getElementById('shadow').style.top=Math.round(Y)+'px';
				    document.getElementById('shadow').style.left=Math.round(X)+'px';
				}catch(e){}}, 10);
}catch(e){}
			}else{
			    window.open(url,'player', 'location=no,menubar=no,scrollbars=yes,width=980,height=592');
			}
		    }
		)
	    },
	    'http://movieclub.95ksj.com/cc-common/js/ajax_services/AndoSurveyService.php');
    }
};
function openClassicStreamingPlayer(instance) {
if(typeof(instance)=="undefined"){
window.open('http://movieclub.95ksj.com/cc-common/streaming_new/index.html','ccTuner','width=668,height=420,status=no,resizable=no,scrollbars=no');
} else {
window.open('http://movieclub.95ksj.com/cc-common/streaming_new/index.html?player_instance=' + instance,'ccTuner','width=668,height=420,status=no,resizable=no,scrollbars=no');
}
}
function popUpEyewitness(album_id) {
window.open('http://movieclub.95ksj.com/cc-common/eyewitness/display.html?album_id=' + album_id, 'photo_album','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=679,left=436,top=300');
}
function openFlashPlayer(){
window.open('http://movieclub.95ksj.com/mediaplayer/','flashPlayer','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=980,height=700');
}
function openIheartFlashPlayer(){
window.open('http://www.iheartradio.com/mediaplayer/','flashPlayer','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=980,height=700');
}
function openChannelPlayer(stream_id){
window.open('http://movieclub.95ksj.com/mediaplayer/?action=listenlive&stream_id='+stream_id,'flashPlayer','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=980,height=700');
}
function open_media_podcast(podcastxmlname, mediaid){
window.open('http://movieclub.95ksj.com/mediaplayer/?station='+clearchannelGlobalSiteId+'&action=ondemand&item='+mediaid+'&feed_name='+podcastxmlname,'flashPlayer','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=980,height=700');
}

function playFlashMedia(media_id){
window.open('http://movieclub.95ksj.com/mediaplayer/?action=ondemand&item='+media_id,'flashPlayer','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=980,height=700');
}
