/*	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;//http://shop7.iceshop.nl/itwebwinkel/store/
		frm.by.value = str;
		frm.submit();
	}
*/
try{
	if(self.location==top.location){
		str = self.location.href;
		str = str.replace(/\&page=\./,"\&d_page=\.");

		//alert(1);
		//  var frm = document.myform;
		//  frm.by.value = str;
		//  frm.submit();
		// 01.02.08 Vitaly : doesn't work redirect after add to cart from prf
		location.href= 'http://www.itwebwinkel.nl/redir.cgi?page=index2.html&what=xxx&by='+str;
	}
}
catch(e) {}


