/*
 * Rue de Net Generals
 * (C) 2008 Rue de Net
 * Alfred B. Thordarson
 * fyrir vefverslun Nyherja
 */
function get(id) {
	return window.document.getElementById(id);
}

function IsIE() {
	return Sys.Browser.agent==Sys.Browser.InternetExplorer;
}

function currDateTime() {
	var now = new Date();
	return now.getTime();
}

