function LoadCSS(path)
{
	document.writeln('<link rel="stylesheet" href="'+path+'css/ie.css" type="text/css">');
}
