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

