<!--
// ventanas y casa ran pic
function anv(v,u,a,l){var ventana = v;if(l >= 311){wl = 311;}else{wl = l;}if(document.all){if(a >= 713){wa = 729;}else{wa = a + 16;}}else{if(a >= 729){wa = 729;}else{wa = a;}}var win='menubar=0,toolbar=0,location=0,directories=0,scrollbars=1,resizable=1,width='+wa+',height='+wl+',top=0,left=0';ventana = window.open('',ventana,win);ventana.document.write("<html><head><title>(GL) LatinosDancing.com<\/title><\/head><body topmargin='0' leftmargin='0' marginwidth='0' marginheight='0'><img src='graphics/"+u+".jpg' width='"+a+"' height='"+l+"'><\/body><\/html>");ventana.document.close();ventana.focus();}

function ponela()
{
	var totPics="3";
	var picNum = getPicnum();


	if(document.images)
	{
	document["mp"].src = "graphics/home/casa"+picNum+".jpg";
	}


	function getPicnum()
	{
	return(Math.floor((Math.random() * totPics)));
	}

}

//-->