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