var p          = "http://www.sexy-shop.lamoura2.com/";
var params     = window.document.location.href.substr((window.document.location.href.indexOf("?")+1));
var tab_params = params.split("&");
var cPath       = 0;

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

if(cPath) {
  p=p+"&cPath="+cPath;
}
top.window.frames['sexyshop'].location = p;