// Update Page

function updatePage (url){
	if (url == '') return;
	if (url == location.pathname) return;
	if(url.indexOf("/ApplicationInfo?ID=15") > -1) {window.open("http://www.flashandfoil.com/")}
	location.href = url;
}
 
