function addToFavorites(){
  var sURL;
  sFavTitle = arguments[0];
  if (arguments.length == 2)
  {
    sURL = arguments[1];
  }
  else
  {
    sURL = "http://www.naipesestranhos.com.br";
  }

  if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4))
  {
    window.external.AddFavorite(sURL, unescape("Naipes Estranhos"));
  }
}

var thePics = new Array()

thePics[1] = "http://www.naipesestranhos.com.br/images/lateral_01.jpg"
thePics[2] = "http://www.naipesestranhos.com.br/images/lateral_02.jpg"
thePics[3] = "http://www.naipesestranhos.com.br/images/lateral_03.jpg"
thePics[4] = "http://www.naipesestranhos.com.br/images/lateral_04.jpg"
thePics[5] = "http://www.naipesestranhos.com.br/images/lateral_05.jpg"
thePics[6] = "http://www.naipesestranhos.com.br/images/lateral_06.jpg"
thePics[7] = "http://www.naipesestranhos.com.br/images/lateral_07.jpg"
thePics[8] = "http://www.naipesestranhos.com.br/images/lateral_08.jpg"
thePics[9] = "http://www.naipesestranhos.com.br/images/lateral_09.jpg"
thePics[10] = "http://www.naipesestranhos.com.br/images/lateral_10.jpg"
thePics[11] = "http://www.naipesestranhos.com.br/images/lateral_11.jpg"
thePics[12] = "http://www.naipesestranhos.com.br/images/lateral_12.jpg"
thePics[13] = "http://www.naipesestranhos.com.br/images/lateral_13.jpg"
thePics[14] = "http://www.naipesestranhos.com.br/images/lateral_14.jpg"
thePics[15] = "http://www.naipesestranhos.com.br/images/lateral_15.jpg"

var rn = Math.floor(Math.random() * thePics.length)
if (rn == 0) {
  rn = 1
}

function recomende (){
	pURL = "http://www.myfreewallpapers.com/www_naipesestranhos/indique.html";
	pname ="enviar";
	pfeatures ="width=550,height=400,top=5,left=5";
	  window.open(pURL,pname,pfeatures);
}

function navegar_regras(){
if (document.navegar.regras.options[document.navegar.regras.selectedIndex].value != "none") {
location = document.navegar.regras.options[document.navegar.regras.selectedIndex].value
		}
	}
