function loadStyle(){	textData   = "";	textName   = "textset=";	theCookie = document.cookie+";";	start = theCookie.indexOf(textName);	if (start != -1)	{	end = theCookie.indexOf(";",start);	textData = unescape(theCookie.substring(start+textName.length,end));	document.write("<link href='http://www.city.setouchi.lg.jp/size"+textData+".css' rel='stylesheet' type='text/css'>");	}else{	document.write("<link href='http://www.city.setouchi.lg.jp/size0.css' rel='stylesheet' type='text/css'>");	}}loadStyle();