$(function(){
	if (navigator.userAgent.indexOf('Android') > 0){
		$('body a').click(function(){
			var q = ($(this).attr("href").match(/\?/))? "&" : "?" ;
			location.href = $(this).attr("href") + q + "view=pc";
			return false;
		});
	}
});
