function hackIE(){
	if (document.getElementById && document.documentElement.clientWidth) var windowWidth = document.documentElement.clientWidth;
	else var windowWidth = document.body.clientWidth;
	var offset = (windowWidth % 2 != 0 && windowWidth > 830) ? 1 : 0;
	document.getElementById('page').style.marginLeft = offset + 'px';
}
if (document.all && navigator.appVersion.indexOf ('Windows') != -1) {
	window.onload = hackIE;
	window.onresize = hackIE;
}
function e(s1,s2){
	var a = '@'; var e = s1+a+s2;
	var m = '="mai';
	var s = '<a href';
	s += m+'lto:'+e+'">'+e+'<\/a>';
	return s;
}