	/*
	* File: common.js
	* Author: Alex Baskov, Devtrix, 2008.
	*/

	$(document).ready(function() {
		$("html").attr("id", "JS");
	});
