// JavaScript Document

eight = new Date();
misato = eight.getHours();
if(misato <= 4){
  document.write("<link href='http://www.lilyfranky.com/top/css2/top2.css' rel='stylesheet' type='text/css' />");
}
else if(misato <= 15){
	 document.write("<link href='http://www.lilyfranky.com/top/css2/top1.css' rel='stylesheet' type='text/css' />");
	 }
	 else if(misato <= 19){
		document.write("<link href='http://www.lilyfranky.com/top/css2/top1.css' rel='stylesheet' type='text/css' />");
		}
		else{
		   document.write("<link href='http://www.lilyfranky.com/top/css2/top2.css' rel='stylesheet' type='text/css' />");
		}
