	/* 
	RandomDisplay.js

	usage:
		in html file header , write following line
		
			<script type="text/javascript" src="RandomDisplayPost.js"></script>
		
		and , write following tags where you wanna display the movie.
		
			<script type="text/javascript"><!--
				displayerpost();
			--></script>

*/

var urls0 = new Array(
	'<object width="207" height="173"><param name="movie" value="http://www.youtube.com/v/vlKJiJQnrMQ&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/vlKJiJQnrMQ&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="207" height="173"></embed></object><br><a href="http://jp.youtube.com/user/ULyNisi" target="_blank">ULyNisi</a>さん<br>「くるっと組体操：扇」',					  
	'<object width="207" height="173"><param name="movie" value="http://www.youtube.com/v/py3OgO1eSS4&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/py3OgO1eSS4&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="207" height="173"></embed></object><br><a href="http://jp.youtube.com/user/SetsunaShinonome" target="_blank">SetsunaShinonome</a>さん<br>「CREEP～男子１０ｍハイハイ決勝～」',
	'<object width="207" height="173"><param name="movie" value="http://www.youtube.com/v/apbWzCm1jCg&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/apbWzCm1jCg&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="207" height="173"></embed></object><br><a href="http://jp.youtube.com/user/kurumaru108" target="_blank">kurumaru108</a>さん<br>「陸上バタフライ１０m 決勝」',					  
	'<object width="207" height="173"><param name="movie" value="http://www.youtube.com/v/l4TIhCywED4&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/l4TIhCywED4&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="207" height="173"></embed></object><br><a href="http://jp.youtube.com/user/yoshinori1006" target="_blank">yoshinori1006</a>さん<br>「燃えよ!!変態ダーツ」',
	'<object width="207" height="173"><param name="movie" value="http://www.youtube.com/v/WXecu5ok5No&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/WXecu5ok5No&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="207" height="173"></embed></object><br><a href="http://jp.youtube.com/user/yadokon" target="_blank">yadokon</a>さん<br>「3000M生涯走」',
	'<object width="207" height="173"><param name="movie" value="http://www.youtube.com/v/NAGTznYGOXg&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/NAGTznYGOXg&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="207" height="173"></embed></object><br><a href="http://jp.youtube.com/user/kemityun" target="_blank">Kemityun</a>さん<br>「真夏のアイス王選手権大会」',
	'<object width="207" height="173"><param name="movie" value="http://www.youtube.com/v/Id_yKpfoLlw&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Id_yKpfoLlw&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="207" height="173"></embed></object><br><a href="http://jp.youtube.com/user/dicekkrose" target="_blank">dicekkrose</a>さん<br>「リストラリーマン」',
    '<object width="207" height="173"><param name="movie" value="http://www.youtube.com/v/aozYdf72z8U&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/aozYdf72z8U&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="207" height="173"></embed></object><br><a href="http://jp.youtube.com/user/sideoflucky" target="_blank">sideoflucky</a>さん<br>「Around the World!」',
	'<object width="207" height="173"><param name="movie" value="http://www.youtube.com/v/QDQKngbiHSY&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/QDQKngbiHSY&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="207" height="173"></embed></object><br><a href="http://jp.youtube.com/user/yabureya" target="_blank">yabureya</a>さん<br>「モスキート」'
);

function displayerpost() {
	var i = Math.round(Math.random() * 100) % urls0.length;
	document.write(urls0[i]);
}

