if(window.ie7){
	//write css link to the html file
	document.write('<link href="ie7.css" rel="stylesheet" type="text/css" />');		
}
if(window.ie6){
	//write css link to the html file
	document.write('<link href="ie6.css" rel="stylesheet" type="text/css" />');	
}
if(window.khtml){
	//write css link to the html file
	document.write('<link href="safari.css" rel="stylesheet" type="text/css" />');		
}
if(window.gecko){
	//write css link to the html file
	document.write('<link href="mozilla.css" rel="stylesheet" type="text/css" />');		

}

