if(self.location==top.location){
 str = self.location.href;
 str = str.replace(/\&page=\./,"\&d_page=\.")
 //self.location = "http://shop7.iceshop.nl/itwebwinkel/store/redir.cgi?page=index3.html&what=container&by="+str;
	var frm = document.myform;
	frm.by.value = str;
	frm.submit();
}

