// POPUP	Skill7.com
	
	
var largeurEcran = screen.width	
var hauteurEcran = screen.height	
	
var largeurFenetreHI ="300"	
var hauteurFenetreHI ="300"	
	
var topFenetreHI = "30"	
var leftFenetreHI = "30"	
	
	
// LOGO PARTENAIRE	
	
var logoPartenaire ="//static.greentube.com/xsl_gamebase/_skill7/data/netobserver/skill7.gif"	
var hauteurLogo = "46"	
var largeurLogo = "139"	
	
// CORPS	
	
var btn_clic = "<center><a href=# onclick=PopupCentrer('http://survey.novatris.com/cit/netobserver/Sept09/de/intro.html?site=vpv033cnx&tdb=5&l=7',1000,750,'status=no,toolbar=no,menubar=no,resizable=yes,scrollbars=yes');setCapNova()><img src='//static.greentube.com/xsl_gamebase/_skill7/data/netobserver/btn_startDE.gif' class=imageHI></a></center><br/>"	
	
// ------------------------NE PAS EDITER SOUS CETTE LIGNE----------------------//	
	
function fermerPopupNova() {	
document.getElementById("pop_upHI").style.visibility="hidden";	
document.getElementById("iframeHI").style.visibility="hidden";	
}	
	
function popupNova(){	
if (document.getElementById) {	
	
document.write('<style type="text/css">')	
document.write('table.popupHI {')	
document.write('margin: 0px;')	
document.write('border: 0px;')	
document.write('padding: 0px;}')	
document.write('.imageHI {')	
document.write('border: 0px;}')	
document.write('#tablecorpsHI {')	
document.write('background-image:url("//static.greentube.com/xsl_gamebase/_skill7/data/netobserver/fondDE.gif");')	
document.write('margin: 0px;}')	
document.write('#logoHI {')	
document.write('margin-top: 0px;}')	
document.write('</style>')	
	
document.write('<iframe src="/xsl_gamebase/_skill7/html/blank.htm" id="iframeHI" width="'+largeurFenetreHI+'" height="'+hauteurFenetreHI+'" STYLE="position:absolute; top:'+topFenetreHI+'%; left:'+leftFenetreHI+'%; visibility:hidden; z-index:10998;"></iframe>')	
document.write('<DIV id=pop_upHI STYLE="position:absolute;top:'+topFenetreHI+'%;left:'+leftFenetreHI+'%;visibility:visible;z-index:10999;">')	
document.write('<table width="'+largeurFenetreHI+'" height="'+hauteurFenetreHI+'" cellspacing=0" cellpadding="0" class="popupHI" align="center" id="tablecorpsHI">')	
document.write('<tr valign="middle">')	
document.write('<td class="corps" height="27px" colspan="3"></td>')	
document.write('</tr>')	
document.write('<tr>')	
document.write('<td width="35"></td>')	
document.write('<td class="partenaire" height="70px" width="220px" align="center"><center><img src="'+logoPartenaire+'" width="'+largeurLogo+'" height="'+hauteurLogo+'" id="logoHI"></center></td>')	
document.write('<td align="left" width="45" valign="top"><img src="//static.greentube.com/xsl_gamebase/_skill7/data/netobserver/croix.gif" title="" onClick="fermerPopupNova();"></td>') 	
document.write('</tr>')	
document.write('<tr valign="middle">')	
document.write('<td class="corps" height="90px" colspan="3"></td>')	
document.write('</tr>')	
document.write('<tr>')	
document.write('<td valign="top" height="105px" align="center" colspan="3">'+btn_clic+'</td>')	
document.write('</tr>')	
document.write('</table>')	
document.write('</div>')	
 }	
}	
	
function PopupCentrer(page,largeur,hauteur,options) {	
  var top=(screen.height-hauteur)/2;	
  var left=(screen.width-largeur)/2;	
  window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);	
  document.getElementById("pop_upHI").style.visibility="hidden";	
  document.getElementById("iframeHI").style.visibility="hidden";	
}	
	
function Aleatoire(repetition) {	
var x = -1;	
while (x < 0) { x = Math.ceil(Math.random() * repetition); }	
return x;	
}	
	
function getCookie(NameOfCookie){	
	
    if (document.cookie.length > 0) {	
	
    begin = document.cookie.indexOf(NameOfCookie+"=");	
	
    if (begin != -1) {	
	
      begin += NameOfCookie.length+1;	
	
      end = document.cookie.indexOf(";", begin);	
	
      if (end == -1) end = document.cookie.length;	
	
        return unescape(document.cookie.substring(begin, end));	
	
    } 	
	
  }	
	
  return null;	
	
}	
	
function setCookie(NameOfCookie, value, expiredays) {	
	
var ExpireDate = new Date ();	
	
ExpireDate.setTime(ExpireDate.getTime() + (expiredays * 24 * 3600 * 1000));	
	
	
	
  document.cookie = NameOfCookie + "=" + escape(value) +	
	
  ((expiredays == null) ? "" : "; expires=" + ExpireDate.toGMTString());	
	
}	
	
function delCookie (NameOfCookie) {	
	
  if (getCookie(NameOfCookie)) {	
	
    document.cookie = NameOfCookie + "=" +	
	
    "; expires=Thu, 01-Jan-70 00:00:01 GMT";	
	
  }	
	
}	
	
	
	
	
function DoTheCookieStuff(name,capping)	
	
{	
	
 times_visited=eval(getCookie(name))+1;	
	
 setCookie(name,times_visited,30);	
	
 if (times_visited<=capping)	
	
 {	
popupNova();	
 }	
	
}	
	
	
function setCapNova() {	
	
var ExpireDate = new Date ();	
	
ExpireDate.setTime(ExpireDate.getTime() + (30 * 24 * 3600 * 1000));	
	
document.cookie = "vpv033cnx" + "=" + escape(3) + "; expires=" + ExpireDate.toGMTString();	
	
document.getElementById("pop_upHI").style.visibility="hidden";	
document.getElementById("iframeHI").style.visibility="hidden";	
	
}	
	
	
if (Aleatoire(1) == 1){	
DoTheCookieStuff("vpv033cnx",3);	
}	
