var w=screen.width;

if (w<= 1024)
{
document.write ('<link href="/small.css" rel="stylesheet" type="text/css" />');
}
else
{
document.write ('<link href="/big.css" rel="stylesheet" type="text/css" />');
}

