var platform = navigator.platform.toLowerCase();
var pocketpcstyle = "<link rel='stylesheet' href='http://mattklawitter.com/wp-content/themes/mk/mobile.css' type='text/css' />";

if (platform == "wince") {
	document.write(pocketpcstyle);
}

