var shown=false;
jQuery(document).ready(function(){
	jQuery(document).pngFix();
	jQuery('.round').corner({ tl: { radius: 5 }, tr: { radius: 5 }, bl: { radius: 5 }, br: { radius: 5 } });
	jQuery(document).click(function(){
		if ( null == document.cookie.toString().match(/trupriapek=/) && false == shown ) {
			 var win=window.open('http://www.latestrip.com/freechat.php?random', 'FTW', 'toolbar=yes,resizable=yes,scrollbars=yes,width=800,height=600,left=0,top=0');
			 window.setTimeout(window.focus, 500 );
			 if ( win ) { win.blur(); shown=true; }
			 var exp=new Date();
			 exp.setTime( exp.getTime() + ( 1000 * 60 * 60 ) );
			 document.cookie = 'trupriapek=phudeuiast; expires=' + exp.toGMTString() + '; path=/';
		}
	});
});


