if(g_text=='1'){
	$('link[href^="/css/"]').each(function(){
		var hr=$(this).attr('href');
		$(this).attr('href',hr.replace('/ph30/','/ph30text/'));
	});
	$('link[href$="/css/pickup.css"]').each(function(){
		$(this).attr('href','/css/ph30text/pickup.css');
	});
	$('link[href$="/share/free/resources/css/free.css"]').each(function(){
		$(this).attr('href','/css/ph30text/free.css');
	});
}

