/*jQuery(document).ready(function(){ 
     goalsgamedate();
}); 

function goalsgamedate(){ 
  jQuery('.model').click(function(){ 
    jQuery('#light').css('display','block');
    jQuery('#fade').css('display','block');
  }); 
   
  	jQuery('#fade').click(function() {
	  jQuery('#fade, #light').stop().fadeOut('slow');
	}); 
}    */

function livecast(){
if(playing_db==1 && jquery.cookie("livecastpopup")!="opened") {
  jquery("#livecastpopup").click(); 
  jquery.cookie("livecastpopup", "opened"); 
 } 
}





