var quotes=new Array()

quotes[0]='<div class="video_video"><a href="http://vimeo.com/3882528" target="new"><img src="/images/vid_001.jpg"></a></div><a href="http://vimeo.com/3882528" target="new" class="videoslink">MS on Northern Outpost</a>'
quotes[1]='<div class="video_video"><a href="http://vimeo.com/6158415" target="new"><img src="/images/vid_002.jpg"></a></div><a href="http://vimeo.com/6158415" target="new" class="videoslink">MS on Radio K</a>'
quotes[2]='<div class="video_video"><a href="http://vimeo.com/13903410" target="new"><img src="/images/vid_003.jpg"></a></div><a href="http://vimeo.com/13903410" target="new" class="videoslink"><i>1971</i> video</a>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])

