
//variable pour l'effacement du texte dans le moteur de recherche
var erased_annu = false;
var hasard = false;

function iframecount(idsite){
	counter.location="http://www.stringficelle.com/goto.php3?id="+idsite;
}

function test()
{
//document.write('HEHO');
hasard = true;
}
//on enleve les erreurs eventuelles
function no_error()
{ return true; }
window.onerror = no_error;

function open_popup(page,hauteur,largeur)
//ouvre une popup
{ window.open(page,"Popup","status=no,scrollbars=yes,resizable=no,height="+hauteur+",width="+largeur+",top=0,left=0"); }

function open_popup2(page,hauteur,largeur)
//ouvre une popup
{ window.open(page,"Popup","location=yes,toolbar=yes,status=yes,scrollbars=yes,resizable=yes,height="+hauteur+",width="+largeur+",top=0,left=0"); }


function confirm_delete(page, texte)
//demande une confirmation avant de supprimer un site ou une categorie
{
	confirmation = confirm('Etes vous sur de vouloir supprimer '+texte+' ? ');
	if(confirmation)
		window.location.replace(page);
}

function message_annu_status(message)
//affiche un texte dans la barre de statut du navigateur
{ window.status = message; }

function check_id_cat()
//verifie si on a bien selectionner une categorie dans la liste deroulante
{
	if (document.form2submit.id_cat.value == 0)
	{
		alert('Veuillez sélectionner une catégorie !');
		return false;
	}
	else
	{ return true; }
}

function favori(){
	if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4)) {
    window.external.AddFavorite("http://www.stringficelle.com/", unescape("StringFicelle%20-%20Moteur%20de%20Recherche%20Adulte"));
  }
}


function getCookie(name) {
  if (document.cookie) {
    index = document.cookie.indexOf(name);
  } else {
    index = -1;
  }
  return index != -1;
}

function demarrage(obj) {
  if (! getCookie("stringficellehomepage")) {
    obj.style.behavior='url(#default#homepage)';
    obj.setHomePage('http://www.stringficelle.com');
  } 
}

var msg = "ATTENTION : SITE PORNOGRAPHIQUE RESERVE AUX MAJEURS DE PLUS DE 18 ANS\n\n" + 
"Ce site Internet est réservé à un public majeur et averti et est conforme\n" + 
"à toutes les règlementations françaises en vigueur. Il contient des textes,\n" + 
"des photos et des vidéos classées X qui peuvent être choquantes pour\n" + 
"certaines sensibilités. \n\n" + 
"CLIQUEZ SUR OK POUR CONTINUER, ANNULER POUR QUITTER.\n\n";


 
