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