
// check for snapper window 
if((window.top.location.href.indexOf("_admin/frameset", 0) > -1) || (window.top.location.href.indexOf("%5Fadmin/frameset", 0) > -1)){
	window.location.reload(); // reload the page
}
