﻿var randObjects=[
	'<a href="http://click.linksynergy.com/fs-bin/click?id=AJl8e0LkDpA&offerid=191802.10000092&type=4&subid=0" rel="nofollow"><img alt="アメリカンエキスプレスゴールドカード" src="http://www.americanexpress.com/japan/images/linkshare/GoldCF_300x250.gif" width="300" height="250" /></a>',
	'<a href="http://click.linksynergy.com/fs-bin/click?id=AJl8e0LkDpA&offerid=191802.10000089&type=4&subid=0" rel="nofollow"><img alt="アメリカンエキスプレスグリーンカード" src="http://www.americanexpress.com/japan/images/linkshare/GreenCF_300x250.gif" width="300" height="250" /></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 randWrite300() {
	var rr = parseInt(Math.random() * randObjects.length);
	document.write(randObjects.slice(rr,rr+1)[0]);
	randObjects.splice(rr,1);
}
