
$(document).ready(function () {
    
	if (location.search == "?testpopup=true" || $.cookie('GirlsAloudPopupPlayed')!= 'true') {
		$.cookie('GirlsAloudPopupPlayed', 'true');
		//$('.banner').hide();
		$.nyroModalManual({
			url: '/popup/',
			width: 640,
         	height: 507,
			endRemove: nyroClosed
		});
		
		try
 		{
			DD_belatedPNG.fix('#closeBut');
	  	} catch (err) {}
		
	}
	
	  function nyroClosed() {
		  //$('.banner').show();
	  }
	  
	  
});


