// JavaScript Document
$(document).ready(function(){
		$("a[rel^='prettyPhoto']").prettyPhoto();

});

function loadURL($url,$ancho,$alto){
	$.prettyPhoto.open($url+'?iframe=true&width='+$ancho+'&height='+$alto,'','');
}
