
x=1;

if(x==1){
	document.write("<LINK HREF=\"ie.php\" REL=stylesheet>")
}else{
	document.write("<LINK HREF=\"n.php\" REL=stylesheet>")
}
