var randObjects=[
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_001.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_002.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_003.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_004.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_005.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_006.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_007.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_008.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_009.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_010.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_011.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_012.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_013.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_014.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_015.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_016.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_017.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_018.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_019.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_020.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_021.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_022.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_023.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_024.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_025.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_026.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_027.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_028.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_029.jpg" alt="馬業界求人・就職ナビ"></a>',
	'<a href="http://bajisystem.com/shiryo_form/index.html"><img src="main/img/top/main_030.jpg" alt="馬業界求人・就職ナビ"></a>'
];
function randWrite() {
	var rr = parseInt(Math.random() * randObjects.length);
	document.write(randObjects.slice(rr,rr+1)[0]);
	randObjects.splice(rr,1);
}

