jQuery(document).ready(function() {
var w = jQuery(window).width();
	if (w>=768)
	{
		jQuery("link[rel=stylesheet]:not(:first)").attr({href : "wp-content/themes/Frequency/style.css"});
	}
	else
	{
		jQuery("link[rel=stylesheet]:not(:first)").attr({href : "wp-content/themes/frequency/mobile.css"});
	}
});


