if(!$("#iframe", top.document).length) {
	uri	= window.location.href.replace(/.*\/([\w]+)\.\w+$/, '$1');
	window.location.href	= "/#/" + uri;
	//window.stop();
	//document.execCommand("Stop");
}