<!--

var imgMax = 5;
var imgRandom = Math.floor(Math.random() * imgMax);

if(imgRandom == 0) document.write('<iframe src="http://www.dance-respect.com/bbs_dvd/001.html" frameborder="0" scrolling="no" height="160" width="600"></iframe>');
if(imgRandom == 1) document.write('<iframe src="http://www.dance-respect.com/bbs_dvd/002.html" frameborder="0" scrolling="no" height="160" width="600"></iframe>');
if(imgRandom == 2) document.write('<iframe src="http://www.dance-respect.com/bbs_dvd/003.html" frameborder="0" scrolling="no" height="160" width="600"></iframe>');
if(imgRandom == 3) document.write('<iframe src="http://www.dance-respect.com/bbs_dvd/004.html" frameborder="0" scrolling="no" height="160" width="600"></iframe>');
if(imgRandom == 4) document.write('<iframe src="http://www.dance-respect.com/bbs_dvd/005.html" frameborder="0" scrolling="no" height="160" width="600"></iframe>');
else if(imgRandom == 4) document.write('');


//-->

