// JavaScript Document
function RecomendarPagina(){
	var filename = (((new String(document.location).split("\?")[0]).split("/")).reverse())[0].split("\?")[0].replace(/([^_\-A-Z-a-z\. ]+)/g,"");
	if( filename == 'RecomendarPagina.php')	return;
	document.location='RecomendarPagina.php?url=' + escape(document.location);
}