
$(function(){
	/*$("#pagepeel").flash({
		src: "wp-content/themes/hogardecristo_v1/swf/800x600.swf",
		width: 400,
		height: 300,
		//version: "8.0.42.0",
		//expressInstall: true,
		wmode:"transparent"
	});*/
});


function cierraLayer(){
	$(function(){
		$("#pagepeel").remove()
	});
}


//setTimeout("cierraLayer()",12000);