// JavaScript Document

function definirCookie(numero,x){
numeroImage=x;
var prolongation=new Date();
prolongation.setFullYear(prolongation.getFullYear()+1);
var cookieImage=numero +"=" + numeroImage + "; expires=" + prolongation.toGMTString();
document.cookie=cookieImage;

location.href="piste_touaregue_galerie_xl.htm";
}






