// JavaScript Document
if ( screen.width <= 1024 )
	{
	
	 document.write ("<link href='css/header_2.css' rel='stylesheet' type='text/css' />");
	 }
else
	{
	
	document.write ("<link href='css/header_1.css' rel='stylesheet' type='text/css' />");
	}
