$(document).ready(function () {
	if (!$.browser.msie) {
		$("#build_number").load("/BuildNumber.txt");
	}
});
