/*
 * Checks if Screen width is lower than 1280
 * and sends Users wirh lower width to netbook version
 */
if (screen.width <= "1024")
window.location.href = "index.php?version=nb";