var hostName="http://www.misjuegosparachicas.com";
var hostNameCache="http://misjuegosparachicas.com";
var descHostName="misjuegosparachicas.com";
var prefixName="";



function inicio() {
	if ((navigator.appName=="Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>=4)) {
		pag_ini.style.behavior="url(#default#homepage)";
		pag_ini.setHomePage(hostName);
	}else{
		if (navigator.appName=="Netscape") {
			alert("If you want "+descHostName+" be your homepage you have to follow the steps below:.\n\n\t.  Click on the menu option \"Tools\".\n\t. Search \"Options\" and click on it.\n\t. Search the following tab \"Main\" and click on it.\n\t.  Inform our direction web "+hostName+" in the box named \"Homepage\".\n\nSave changes by clicking the \"accept\"  button and enjoy "+descHostName+" every time you open your Firefox browser.");
		}else{
			if (navigator.appName=="Opera") {
				alert("If you want "+descHostName+" be your homepage you have to follow the steps below:.\n\n\t. Click on the menu option \"Tools\".\n\t. Search \"Options\" and click on it.\n\t. Search the following tab \"Main\" and click on it.\n\t.  Inform our direction web "+hostName+" in the box named \"General\".\n\nSave changes by clicking the \"OK\"  button and enjoy "+descHostName+" every time you open your Opera browser.");
			}
		}
	}
} 
 

function favoritos(){
	if (window.sidebar&&window.sidebar.addPanel){
		window.sidebar.addPanel(descHostName,hostName,"");
	}else{
		window.external.AddFavorite(hostName,descHostName);
	}
}
