(
function ()
{
var uturl = 'http://beta.asciimw-apis.jp/ut/image.php';
var imgurl = uturl;
if (typeof amwut_itemid != 'undefined') {
	imgurl += '?utiid=' + encodeURIComponent(amwut_itemid); 
} else {
	imgurl += '?utiid=' + encodeURIComponent(location.href);
}
if (typeof amwut_step != 'undefined') {
	imgurl += '&utstp=' + amwut_step;
}
if (typeof amwut_isgoal != 'undefined') {
	if (true == amwut_isgoal) {
		imgurl += '&utgp=true';
	} else {
		imgurl += '&utgp=false';
	}
}
if (typeof amwut_params == 'undefined') return;
imgurl += '&' + amwut_params + '&uthr=' + encodeURIComponent(location.href);
if (typeof amwut_title != 'undefined') {
	imgurl += '&utti=' + encodeURIComponent(amwut_title);
} else {
	imgurl += '&utti=' + encodeURIComponent(document.title);
}
var src = '<img src="' + imgurl + '"/>';
document.write(src); 
}
)
()
