var randObjects=[
	'<a href="http://www.corporate-branding.jp/" target="_blank"><img src="images/img_side_02.gif" alt="CBA" width="71" height="71" class="left"  /></a><p class="ind_side_wen"><a href="http://www.corporate-branding.jp/" target="_blank">CBA</a>あらゆる業種に携わった<br />当社だからできるのです。</p><p class="ind_side_more"><a href="brand/index.html#goto01"><img src="images/img_icon_01.gif" alt="More" width="26" height="9" /></a><a href="brand/index.html#goto01">MORE</a></p>', // 01
	'<a href="http://www.logo.jp" target="_blank"><img src="images/img_side_03.gif" alt="ロゴ.JP" width="71" height="71" class="left"  /></a><p class="ind_side_wen"><a href="http://www.logo.jp" target="_blank">ロゴ.JP</a>1999年スタートの元祖ロゴ制作サービス。実績5000超。</p><p class="ind_side_more"><a href="crowd/index.html#goto01"><img src="images/img_icon_01.gif" alt="More" width="26" height="9" /></a><a href="crowd/index.html#goto01">MORE</a></p>', // 02
	'<a href="http://www.sabetsuka.com" target="_blank"><img src="images/img_side_04.gif" alt="差別化.com" width="71" height="71" class="left"  /></a><p class="ind_side_wen"><a href="http://www.sabetsuka.com" target="_blank">差別化.com</a>企業活動に効果的な差別化のツールがたくさん揃っています。</p><p class="ind_side_more"><a href="crowd/index.html#goto02"><img src="images/img_icon_01.gif" alt="More" width="26" height="9" /></a><a href="crowd/index.html#goto02">MORE</a></p>', // 03
	'<a href="http://www.ugokusite.com" target="_blank"><img src="images/img_side_05.gif" alt="ウゴクサイト.com" width="71" height="71" class="left"  /></a><p class="ind_side_wen"><a href="http://www.ugokusite.com" target="_blank">ウゴクサイト.com</a>WEB上に動画で説明ページを作ってより理解を促進しませんか？</p><p class="ind_side_more"><a href="crowd/index.html#goto03"><img src="images/img_icon_01.gif" alt="More" width="26" height="9" /></a><a href="crowd/index.html#goto03">MORE</a></p>', // 04
	'<a href="http://compe.logo.jp/concour/" target="_blank"><img src="images/img_side_06.gif" alt="ロゴ・コンクール" width="71" height="71" class="left"  /></a><p class="ind_side_wen"><a href="http://compe.logo.jp/concour/" target="_blank">ロゴ・コンクール</a>ロゴコンペの主催者はあなた。<br>賞金、期間、全てあなた次</p><p class="ind_side_more"><a href="crowd/index.html#goto04"><img src="images/img_icon_01.gif" alt="More" width="26" height="9" /></a><a href="crowd/index.html#goto04">MORE</a></p>', // 05
	'<a href="http://www.compe-japan.com/" target="_blank"><img src="images/img_side_08.gif" alt="コンペ・ジャパン" width="71" height="71" class="left"  /></a><p class="ind_side_wen"><a href="http://www.compe-japan.com/" target="_blank">コンペ・ジャパン</a>全てのデザイン系コンペがここに。<br>すべてプロデザイナーです。</p><p class="ind_side_more"><a href="crowd/index.html#goto06"><img src="images/img_icon_01.gif" alt="More" width="26" height="9" /></a><a href="crowd/index.html#goto06">MORE</a></p>', // 06
	'<a href="http://www.powerpo.com" target="_blank"><img src="images/img_side_09.gif" alt="パワポ.com" width="71" height="71" class="left"  /></a><p class="ind_side_wen"><a href="http://www.powerpo.com" target="_blank">パワポ.com</a>パワーポイントの清書サービス。<br>プロの手で効果的なパワポを。</p><p class="ind_side_more"><a href="crowd/index.html#goto07"><img src="images/img_icon_01.gif" alt="More" width="26" height="9" /></a><a href="crowd/index.html#goto07">MORE</a></p>', // 07
	'<a href="http://www.kidslab.net/" target="_blank"><img src="images/img_side_10.gif" alt="キッズラブ.net" width="71" height="71" class="left"  /></a><p class="ind_side_wen"><a href="http://www.kidslab.net/" target="_blank">キッズラブ.net</a>幼児向けエデュテイメントソフトが揃っています。すべて無料。</p><p class="ind_side_more"><a href="crowd/index.html#goto08"><img src="images/img_icon_01.gif" alt="More" width="26" height="9" /></a><a href="crowd/index.html#goto08">MORE</a></p>', // 08
	'<a href="http://www.quicksite.jp" target="_blank"><img src="images/img_side_12.gif" alt="クイックサイト.jp" width="71" height="71" class="left"  /></a><p class="ind_side_wen"><a href="http://www.quicksite.jp" target="_blank">クイックサイト.jp</a>PCサイトと同じURLでスマホ用サイト（iPhone、Android）が表示されるサービス</p><p class="ind_side_more"><a href="crowd/index.html#goto10"><img src="images/img_icon_01.gif" alt="More" width="26" height="9" /></a><a href="crowd/index.html#goto10">MORE</a></p>', // 09
	'<a href="#" target="_blank"><img src="images/img_side_11.gif" alt="デザイン・アウトソーシング" width="71" height="71" class="left"  /></a><p class="ind_side_wen"><a href="#" target="_blank">デザイン・アウトソーシング</a>バーチャル的に多数のデザイナーを活用可能です。（BtoBサービス）</p><p class="ind_side_more"><a href="crowd/index.html#goto09"><img src="images/img_icon_01.gif" alt="More" width="26" height="9" /></a><a href="crowd/index.html#goto09">MORE</a></p>'// 11
];
function randWrite() {
	var rr = parseInt(Math.random() * randObjects.length);
	document.write(randObjects.slice(rr,rr+1)[0]);
	randObjects.splice(rr,1);
}
