var mess = new Array(
'<IFRAME NAME="VideoFrame" SRC="http://www.coachesclipboard.net/video/VideoClipInsert.htm" WIDTH=180 HEIGHT=140 ALIGN=Center style="color: white;"></IFRAME>',
'<IFRAME NAME="VideoFrame" SRC="http://www.coachesclipboard.net/video/VideoClipInsert2.html" WIDTH=180 HEIGHT=140 ALIGN=Center style="color: white;"></IFRAME>',
'<IFRAME NAME="VideoFrame" SRC="http://www.coachesclipboard.net/video/VideoClipInsert3.html" WIDTH=180 HEIGHT=140 ALIGN=Center style="color: white;"></IFRAME>',
'<IFRAME NAME="VideoFrame" SRC="http://www.coachesclipboard.net/video/VideoClipInsert4.html" WIDTH=180 HEIGHT=140 ALIGN=Center style="color: white;"></IFRAME>',
'<IFRAME NAME="VideoFrame" SRC="http://www.coachesclipboard.net/video/VideoClipInsert5.html" WIDTH=180 HEIGHT=140 ALIGN=Center style="color: white;"></IFRAME>',
'<IFRAME NAME="VideoFrame" SRC="http://www.coachesclipboard.net/video/VideoClipInsert6.html" WIDTH=180 HEIGHT=140 ALIGN=Center style="color: white;"></IFRAME>',
'<IFRAME NAME="VideoFrame" SRC="http://www.coachesclipboard.net/video/VideoClipInsert7.html" WIDTH=180 HEIGHT=140 ALIGN=Center style="color: white;"></IFRAME>',
'<IFRAME NAME="VideoFrame" SRC="http://www.coachesclipboard.net/video/VideoClipInsert8.html" WIDTH=180 HEIGHT=140 ALIGN=Center style="color: white;"></IFRAME>',
'<IFRAME NAME="VideoFrame" SRC="http://www.coachesclipboard.net/video/VideoClipInsert9.html" WIDTH=180 HEIGHT=140 ALIGN=Center style="color: white;"></IFRAME>',
'<IFRAME NAME="VideoFrame" SRC="http://www.coachesclipboard.net/video/VideoClipInsert10.html" WIDTH=180 HEIGHT=140 ALIGN=Center style="color: white;"></IFRAME>');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);


