// for MSIE

function dw(str){
	document.write(str);
}

// baseHREF
thisURL = new String(document.URL);
if (thisURL.match(/test/)) {
baseHref = "/test/"
}else if (thisURL.match(/www2/)) {
baseHref = "http://mensnonno.shueisha.co.jp/"
}else if (thisURL.match(/192.168/)) {
baseHref = "/"
}else if (thisURL.match(/mensnonno.shueisha.co.jp/)) {
baseHref = "/"
}else if (thisURL.match(/sitecheck/)) {
baseHref = "/sitecheck/"
}else{
baseHref = "http://mensnonno.shueisha.co.jp/"
}
