jQuery(function() {
   jQuery('.popflash').click(function(){
		var flashwin = window.open('http://www.rewardwalls.com/swf/iframe.php','flashwin','menubar=0,resizable=1,width=760,height=560'); 
		flashwin.focus();
		return false;
	});
});