﻿$(document).ready(function() {
	$("head").append("<link>");
	css = $("head").children(":last");
	if (screen.width > 1024) {	
		css.attr({
			rel:  "stylesheet",type: "text/css",href: "/skins/layout/twocolums.css"
		});	
	} else {
		css.attr({
			rel:  "stylesheet",type: "text/css",href: "/skins/layout/twocolumss.css"
		});
	}
});
