var baseUrl = location.href.replace(/^[^0-9]+/,'').replace(/\/.+/,'/');
baseUrl = 'http://' + baseUrl;
var IEbullShiet = false;
var isIE6 = false;
if(navigator.userAgent.match(/Mozilla\/4\.0 \(compatible; MSIE 6\.[0-9];/)){
	isIE6 = true;
}
if(navigator.userAgent.match(/Mozilla\/4\.0 \(compatible; MSIE (6|7)\.[0-9];/)){
	IEbullShiet = true;
}
