var quotes=new Array()

quotes[0]='<div class="video_video"><a href="http://northern-outpost.blogspot.com/2009/03/episode-7-military-special.html" target="new"><img src="/images/vid_001.jpg"></a></div><a href="http://northern-outpost.blogspot.com/2009/03/episode-7-military-special.html" target="new" class="videoslink">MS on Northern Outpost</a>'
quotes[1]='<div class="video_video"><a href="http://militaryspecial.tumblr.com/post/165920199" target="new"><img src="/images/vid_002.jpg"></a></div><a href="http://militaryspecial.tumblr.com/post/165920199" target="new" class="videoslink">MS on Radio K</a>'

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