inAccount = 'media_from_the_ruth_institute'; cst_account_id = '1722'; function launchPlayer(playlist,clip,refID,mailerID,account){ w = 960; h = 640; if(screen){ x=screen.width-w; x=(x/2)-5; y=screen.height-h; y=(y/2)-30; } if(!account){ account = inAccount; } url = "http://cst.clickstreamtv.net/gateway/open.html?account="+account+"&playlist="+playlist+"&clip="+clip+"&refID="+refID+"&mailerID="+mailerID; cstWin=window.open(url, "d1PlayerWin", "width="+w+",height="+h+",left="+x+",top="+y); } function launchCst(playlist,clip,refID,mailerID,account){ w = 960; h = 640; if(screen){ x=screen.width-w; x=(x/2)-5; y=screen.height-h; y=(y/2)-30; } if(!account){ account = inAccount; } url = "http://cst.clickstreamtv.net/gateway/open.html?account="+account+"&playlist="+playlist+"&clip="+clip+"&refID="+refID+"&mailerID="+mailerID; cstWin=window.open(url, "d1PlayerWin", "width="+w+",height="+h+",left="+x+",top="+y); }