// if this page is loaded into a frameset then jump out
// Note: the shop will not function in IE6 if inside a framset [JH]
 if(parent.frames.length>=1) { 
		window.top.location.href=location.href;
	}
