var url="css/";
var css = "";

if(screen.width > 1300)
{
	document.write('<link href="css/styleBig.css" type="text/css" rel="stylesheet" />');
	document.write('<link href="css/homeBig.css" type="text/css" rel="stylesheet" />');
//document.write('<?php echo '<link href="css/styleBig.css" type="text/css" rel="stylesheet" />';   ?>')
//document.write('<?php echo '<link href="css/homeBig.css" type="text/css" rel="stylesheet" />';   ?>')

//document.write("asdfa = \"ggg\" gsghrrdf");
}/*
if (screen.width < 1300)
{
	//css="style.css";
	document.write("<link href=\"text/css/style.css\" type=\"text/css\" rel=\"stylesheet\" />");
	
}*/
else
{
	document.write('<link href="css/style.css" type="text/css" rel="stylesheet" />');
	document.write('<link href="css/home.css" type="text/css" rel="stylesheet" />');
	//css="styleBig.css";
	//document.write("<link href=\"text/css/style.css\" type=\"text/css\" rel=\"stylesheet\" />");
	//document.write('<?php echo '<link href="css/style.css" type="text/css" rel="stylesheet" />';   ?>')
	//document.write('<?php echo '<link href="css/home.css" type="text/css" rel="stylesheet" />';   ?>')
	
}
//document.write("<link href=\""+url+css+"\" type=\"text/css\" rel=\"stylesheet\" />");


