



<!--

defaultStatus="Jordan Ivan Plâtre Staff Stuc . JIPSS © 2 0 0 7";




if (parent.location.href != window.location.href) parent.location.href = window.location.href;




var days=new Array(8);
days[1] = "Dimanche";
days[2] = "Lundi";
days[3] = "Mardi";
days[4] = "Mercredi";
days[5] = "Jeudi";
days[6] = "Vendredi";
days[7] = "Samedi";

var months=new Array(13);
months[1] = "Janvier";
months[2] = "Février";
months[3] = "Mars";
months[4] = "Avril";
months[5] = "Mai";
months[6] = "Juin";
months[7] = "Juillet";
months[8] = "Août";
months[9] = "Septembre";
months[10] = "Octobre";
months[11] = "November";
months[12] = "Décembre";

var Dateobj=new Date()
var wday=days[Dateobj.getDay()+1]
var lmonth=months[Dateobj.getMonth()+1]
var date=Dateobj.getDate()
var annee=Dateobj.getYear();




function addfav() {                                        
    browserName = navigator.appName; 
    browserVer = parseInt(navigator.appVersion); 
    if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) 
    { window.external.AddFavorite(location.href, document.title); }  
    else { alert('Pour ajouter cette page à vos favoris, appuyez sur Ctrl+D'); } }




function openit(nameit)
{ window.open(nameit, '', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=700,height=300'); }




function getCookieVal (offset)
{ var endstr = document.cookie.indexOf (";", offset);  
  if (endstr == -1)    
	endstr = document.cookie.length;  
	return unescape(document.cookie.substring(offset, endstr)); }


function GetCookie (name)
{ var arg = name + "=";  
  var alen = arg.length;  
  var clen = document.cookie.length;  
  var i = 0;  
  while (i < clen) { var j = i + alen;
			if (document.cookie.substring(i, j) == arg)      
			return getCookieVal (j);    
			i = document.cookie.indexOf(" ", i) + 1;    
			if (i == 0) break; }  
  return null; }


function club()
{ if(GetCookie("jtotwname1") != null && GetCookie("jtotwname2") != null)
	document.write("Bonjour " + GetCookie('jtotwname1') + ". " + "<BR><FONT SIZE='1' FACE='Arial' COLOR='#000000'>" + "Si vous n'êtes pas " + GetCookie('jtotwname1') + " " + GetCookie('jtotwname2') + " " + "<A HREF='javascript:openclub();'>" + "cliquer ici." + "</A></FONT>");
else { document.write("<A HREF='javascript:openclub();'>" + "Recevez" + "</A>" + " notre mailing list"); } 
}


function openclub()
{ window.open('mailinglist.htm','MailingList','location=no,toolbar=no,status=no,directories=no,scrollbars=no,width=200,height=200'); }


-->







