var url_default  = "http://www.comptoir-sexy.com/?aff_id=10028";
var url_article  = "http://www.comptoir-sexy.com/?aff_id=10028&lang=fr&task=produit";
var params       = window.document.location.href.substr((window.document.location.href.indexOf("?")+1));
var tab_params   = params.split("&");
var cPath        = 0;
var products_id  = 0;
var p;

for (i=0; i<tab_params.length;i++) {
	tab_params[i] = tab_params[i].split("=");
	if(tab_params[i][0] == 'RefProduit') { RefProduit = tab_params[i][1]; }
}

if(RefProduit) {
  p=url_article+"&prd_id="+RefProduit;
} else {
  p=url_default;
}
top.window.frames['shop'].location = p;
