
document.write(
(function () {
	var width = '320';
	var height = '240';
	if (window.innerWidth && width > window.innerWidth) {
		var scale = (window.innerWidth - 20) / width;		if (scale > 0) {
			width = width * scale;
			height = height * scale;
		}
	}
	if (width !== '100%') {
		width += 'px';
	} else if (window.innerWidth) {
		width = window.innerWidth + 'px';
	} else {
		width = '100%';
	}
	if (height !== '100%') {
		height += 'px';
	} else if (window.innerHeight) {
		height = window.innerHeight + 'px';
	} else {
		height = '100%';
	}
	return '<div style="'
		+ 'width:' + width
		+ '; height:' + height
		+ '; background-color: #000'
		+ '; overflow: hidden'
		+ '; text-align: center'
		+ '"><span style="'
		+ '; display:inline-block'
		+ '; height:' + height
		+ '; vertical-align: middle'
		+ '; margin-right: -0.25em'
		+ '"></span><div style="'
		+ '; display:inline-block'
		+ '; vertical-align: middle'
		+ '; max-width:' + width
		+ '; max-height:' + height
		+ '; width:90%'
		+ '; padding:8px 0'
		+ '; margin:auto'
		+ '; overflow: hidden'
		+ '; background-color: #fff'
		+ '">'
		+ '<div style=\"background-color: #fff;width: 90%;margin: auto;font-size: 16px;color: #000;overflow: hidden;text-align: center;display: table;\"><div style=\"display: table-cell;vertical-align: middle;\"><div style=\"text-align:center\"><a href=\"https:\/\/www.nicovideo.jp\/\"><img src=\"https:\/\/nicovideo.cdn.nimg.jp\/web\/img\/thumb\/nico\/logo.png\" alt=\"\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\" border=\"0\" style=\"width:100%;max-width:245px;max-height:42px\" \/><\/a><\/div><p><a href=\"https:\/\/www.nicovideo.jp\/watch\/1345786269\" target=\"_blank\">\u672a\u6765\u8b66\u5bdf\u30a6\u30e9\u30b7\u30de\u30f3 #1\u300c\u7a81\u7136\uff01\uff12\uff10\uff15\uff10\u5e74\u300d<\/a><br \/>\u3053\u306e\u52d5\u753b\u306f\u5916\u90e8\u3067\u306e\u8996\u8074\u304c\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002<br \/>\n\u304a\u624b\u6570\u3067\u3059\u304c\u3001\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u4e0a\u3067\u3054\u89a7\u304f\u3060\u3055\u3044\u3002<\/p><\/div><\/div>'
	+ '</div></div>'
})()
);


