// JavaScript Document

if ((screen.width>=1024)) 
{ 
   document.write("<link rel='stylesheet' type='text/css' href='http://www.hostelsamsterdam.com/stylesheets/tableallabsolutenewlayout2.css' />"); 
} 
else 
{ 
   document.write("<link rel='stylesheet' type='text/css' href='http://www.hostelsamsterdam.com/stylesheets/tableallabsoluteSmall.css' />"); 
} 
