﻿var randObjects=[

'<a href="http://mk-hanbai.jp/product/mkw/377/index.html"><img src="homeimages/mkw377_mkhead20081022.jpg" width="740" height="350" alt="USBセキュリティは内と外からダブルブロック" /></a><br><a href="http://mk-hanbai.jp/product/mkw/377/index.html"><img src="homeimages/mkhsub_377.jpg" width="245" height="180" alt="USBセキュリティは内と外からダブルブロック" class="imgover" /></a><a href="http://mk-hanbai.jp/product/index.html"><img src="homeimages/mkhsub_xxx.jpg" width="245" height="180" alt="製品一覧" class="imgover" /></a><a href="http://mk-hanbai.jp/product/index.html"><img src="homeimages/mkhsub_xxx.jpg" width="245" height="180" alt="製品一覧" class="imgover" /></a>',

'<a href="http://mk-hanbai.jp/product/mkw/372/index.html"><img src="homeimages/mkw372_mkhead20080909.jpg" width="740" height="450" alt="パソコンの買い替えはOSから見直そう" /></a><br><a href="http://mk-hanbai.jp/product/mkw/377/index.html"><img src="homeimages/mkhsub_377.jpg" width="245" height="180" alt="USBセキュリティは内と外からダブルブロック" class="imgover" /></a><a href="http://mk-hanbai.jp/product/mkw/372/index.html"><img src="homeimages/mkhsub_372.jpg" width="245" height="180" alt="W2M" class="imgover" /></a><a href="http://mk-hanbai.jp/product/index.html"><img src="homeimages/mkhsub_xxx.jpg" width="245" height="180" alt="製品一覧" class="imgover" /></a>',

'<a href="http://mk-hanbai.jp/product/mkw/371/index.html"><img src="homeimages/mkw371_mkhead20090624.jpg" width="740" height="420" alt="丸ごと引越パック" /></a><br><a href="http://mk-hanbai.jp/product/mkw/377/index.html"><img src="homeimages/mkhsub_377.jpg" width="245" height="180" alt="USBセキュリティは内と外からダブルブロック" class="imgover" /></a><a href="http://mk-hanbai.jp/product/mkw/372/index.html"><img src="homeimages/mkhsub_372.jpg" width="245" height="180" alt="W2M" class="imgover" /></a><a href="http://mk-hanbai.jp/product/index.html"><img src="homeimages/mkhsub_xxx.jpg" width="245" height="180" alt="製品一覧" class="imgover" /></a>',

'<a href="http://mk-hanbai.jp/product/mkw/363/index.html"><img src="homeimages/mkhanbai_sub200804a.jpg" width="735" height="300" alt="ファミリーフィットネス" /></a><br><a href="http://mk-hanbai.jp/product/mkw/377/index.html"><img src="homeimages/mkhsub_377.jpg" width="245" height="180" alt="USBセキュリティは内と外からダブルブロック" class="imgover" /></a><a href="http://mk-hanbai.jp/product/mkw/372/index.html"><img src="homeimages/mkhsub_372.jpg" width="245" height="180" alt="W2M" class="imgover" /></a><a href="http://mk-hanbai.jp/product/index.html"><img src="homeimages/mkhsub_xxx.jpg" width="245" height="180" alt="製品一覧" class="imgover" /></a>',

'<a href="http://mk-hanbai.jp/product/mkw/353/index.html"><img src="homeimages/mkhanbai_main200711_01.jpg" width="368" height="400" alt="まとめて瞬間PDF プラチナ" /></a><a href="http://mk-hanbai.jp/product/mkw/354/index.html"><img src="homeimages/mkhanbai_main200711_02.jpg" width="370" height="400" alt="まとめて瞬間PDF プラチナ＆エディット" /></a><br><a href="http://mk-hanbai.jp/product/mkw/377/index.html"><img src="homeimages/mkhsub_377.jpg" width="245" height="180" alt="USBセキュリティは内と外からダブルブロック" class="imgover" /></a><a href="http://mk-hanbai.jp/product/mkw/372/index.html"><img src="homeimages/mkhsub_372.jpg" width="245" height="180" alt="W2M" class="imgover" /></a><a href="http://mk-hanbai.jp/product/index.html"><img src="homeimages/mkhsub_xxx.jpg" width="245" height="180" alt="製品一覧" class="imgover" /></a>',

'<a href="http://mk-hanbai.jp/product/mkw/355/index.html"><img src="homeimages/mkhanbai_sub200801_01.jpg" width="246" height="360" alt="暗号化A(エース)" /></a><a href="http://mk-hanbai.jp/product/mkw/356/index.html"><img src="homeimages/mkhanbai_sub200801_02.jpg" width="246" height="360" alt="完全消去A(エース)" /></a><a href="http://mk-hanbai.jp/product/mkw/357/index.html"><img src="homeimages/mkhanbai_sub200801_03.jpg" width="246" height="360" alt="ディスク完全消去A(エース)" /></a><br><a href="http://mk-hanbai.jp/product/mkw/377/index.html"><img src="homeimages/mkhsub_377.jpg" width="245" height="180" alt="USBセキュリティは内と外からダブルブロック" class="imgover" /></a><a href="http://mk-hanbai.jp/product/mkw/372/index.html"><img src="homeimages/mkhsub_372.jpg" width="245" height="180" alt="W2M" class="imgover" /></a><a href="http://mk-hanbai.jp/product/index.html"><img src="homeimages/mkhsub_xxx.jpg" width="245" height="180" alt="製品一覧" class="imgover" /></a>'


];
function randWrite() {
	var rr = parseInt(Math.random() * randObjects.length);
	document.write(randObjects.slice(rr,rr+1)[0]);
	randObjects.splice(rr,1);
}
