$(document).ready(function(){
	$('a.lista_iframe').each(
		function(i){
			$(this).replaceWith("<iframe id='childframe' name='childframe' src='" + this.getAttribute("href") + "' frameborder='0' scrolling='no' marginwidth='0' marginheight='0' vspace='0' hspace='0' style='overflow: visible; width: 100%;'></iframe>");
		}
	);

	$('#email_create').attr({
		oncut: 'return false;',
		oncopy: 'return false;',
		onpaste: 'return false;',
		oncontextmenu: 'return false;'
	});


	$('#email_create2').attr({
		oncut: 'return false;',
		oncopy: 'return false;',
		onpaste: 'return false;',
		oncontextmenu: 'return false;'
	});

	$("body.dummy").delay(800).fadeIn(400);
});
