function sbcFlash_init() {
	var lh=location.href;
	if(lh.indexOf('#')!=lh.lastIndexOf('#')){browserStop();location.replace(lh.substr(0,lh.lastIndexOf('#')));return;}
	if(lh.indexOf('#')!=-1 && lh.indexOf('#')<lh.lastIndexOf('%23')){browserStop();location.replace(lh.substr(0,lh.lastIndexOf('%23')));return;}
	if(lh.indexOf('?')>-1){
		if(lh.indexOf('&')>-1) {
			var s = lh.substring(lh.indexOf('&')+1);
			if(s.indexOf('utm_')>-1) {
				gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
				document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
				try {
					pageTracker = _gat._getTracker("UA-5451667-1");
					pageTracker._trackPageview();
				} catch(err) {}
			}
			setTimeout("browserStop();location.replace(location.href.substr(0,location.href.indexOf('?'))+'#'+location.href.substring(location.href.indexOf('?')+1,location.href.indexOf('&')));",500);
		} else {
			browserStop();
			location.replace(lh.substr(0,lh.indexOf('?'))+'#'+lh.substr(lh.indexOf('?')+1));
		}
		return;
	}
	if(lh.indexOf('#')==-1){location.replace(location.protocol+'//'+location.host+location.pathname+'#/');return;}
}
function browserStop() {
	var ie = /*@cc_on!@*/false;
	if(ie) document.execCommand("Stop");
	else window.stop();
}
sbcFlash_init();
