$(document).ready(function() {  
	//$.fn.colorbox({href:"popup/level1.html", open:true, opacity:.6,overlayClose:false});
    $(".player_popup").colorbox({iframe:true, innerWidth:560, innerHeight:345, opacity : 0.50});
});
