var $j = jQuery.noConflict();
$j(document).ready(
	function() 
	{
		if (screen.width==1024)
		{
			 location.href="1024+/index.html";
		}
		else if (screen.width==1280)
		{
			 location.href="1280+/index.html";
		}
		else if (screen.width==1680)
		{
			 location.href="1440+/index.html";
		}
		else if (screen.width==1440)
		{
			location.href="1440+/index.html";
		}
		else if (screen.width==1366)
		{
			 location.href="1280+/index.html";
		}
	}
	
);
