//<![CDATA[
$(document).ready(function(){

	//cargamos plugin facebook con validación w3c
	$('a.iframe').each(
		function (i) {
			$(this).replaceWith("<iframe src='" + this.getAttribute("href") + "'  frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:100px; height:21px;' allowTransparency='true'></iframe>");
		}
	);
	
	//iniciamos pretty
	$("a[rel^='prettyPhoto']").prettyPhoto();

	// Decimos que todas los links con ese rel, se habran en una ventana nueva 
	$("a[rel=nueva_ventana]").click(function(){window.open($(this).attr('href'));return false;});

	/*
	$('#jcornerBig').click(function(){
		 $('#btnVideoPeel').trigger('click');
		return false;
	});
	$('#jcornerSmall').click(function(){
		 $('#btnVideoPeel').trigger('click');
		return false;
	});
	
	*/
	
	 
	
});
//]]>
