﻿var brandObjects=[
	'<a href="/book.html" rel="blank"><img src="http://www.suiten.jp/files/osusumehon_300_250_1.png" width="300" height="250" title="【最新】オススメの広告・マーケティング本" /></a>',
	'<a href="/book.html" rel="blank"><img src="http://www.suiten.jp/files/osusumehon_300_250_1.png" width="300" height="250" title="【最新】オススメの広告・マーケティング本" /></a>',
	'<a href="http://click.linksynergy.com/fs-bin/click?id=AJl8e0LkDpA&offerid=143443.10000205&type=4&subid=0" rel="nofollow"><img alt="amadana(アマダナ)" border="0" src="http://www.amadana.com/banner_affiliate/banner_vc142/300x250_vc142.jpg" /></a>',
	'<a href="http://click.linksynergy.com/fs-bin/click?id=AJl8e0LkDpA&offerid=143443.10000022&type=4&subid=0" rel="nofollow"><img title="アマダナ" border="0" src="http://www.amadana.com/banner_affiliate/theme/300x250/300x250_hinadan.jpg" /></a>',
	'<a href="http://click.linksynergy.com/fs-bin/click?id=AJl8e0LkDpA&offerid=143443.10000057&type=4&subid=0" rel="nofollow"><img title="アマダナ" border="0" src="http://www.amadana.com/banner_affiliate/theme/300x250/300x250_wearable.jpg" /></a>',
	'<a href="http://click.linksynergy.com/fs-bin/click?id=AJl8e0LkDpA&offerid=143443.10000056&type=4&subid=0" rel="nofollow"><img title="アマダナ" border="0" src="http://www.amadana.com/banner_affiliate/theme/300x250/300x250_lc504.jpg" /></a>',
	'<a href="http://click.linksynergy.com/fs-bin/click?id=AJl8e0LkDpA&offerid=143443.10000071&type=4&subid=0" rel="nofollow"><img title="アマダナ" border="0" src="http://www.amadana.com/banner_affiliate/theme/300x250/300x250_kitchen.jpg" /></a>',
	'<a href="http://click.linksynergy.com/fs-bin/click?id=AJl8e0LkDpA&offerid=143443.10000094&type=4&subid=0" rel="nofollow"><img title="amadana(アマダナ)" border="0" src="http://www.amadana.com/banner_affiliate/theme/300x250/300x250_ad203scene2.jpg" /></a>'
];
function brandWrite() {
	var rr = parseInt(Math.random() * brandObjects.length);
	document.write(brandObjects.slice(rr,rr+1)[0]);
	brandObjects.splice(rr,1);
}