
document.write('<br>');

document.write('<embed ');
document.write('id="embed1" name="embed1" ');
document.write('src="http://videoblogging-universe.com/previews/ten-e16692-1200308662-925004550.mp4" ');
document.write('href="http://bottomunion.com/blog/?p=426" target="_blank" ');
document.write('width="160" height="120" ');
document.write('autoplay="false" controller="false" loop="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"> ');
document.write('</embed>');
document.write('<br>');
document.write('Video: <a href="http://bottomunion.com/blog/?p=426" target="_blank">Bottom Union</a>');
document.write('<br><br>');

document.write('<embed ');
document.write('id="embed2" name="embed2" ');
document.write('src="http://videoblogging-universe.com/previews/ten-e16709-1200416123-274295040.mp4" ');
document.write('href="http://m.podshow.com/media/131/episodes/94818/truckertom-94818-01-15-2008.mp4" target="_blank" ');
document.write('width="160" height="120" ');
document.write('autoplay="false" controller="false" loop="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"> ');
document.write('</embed>');
document.write('<br>');
document.write('Video: <a href="http://m.podshow.com/media/131/episodes/94818/truckertom-94818-01-15-2008.mp4" target="_blank"><i>See video</i></a>');
document.write('<br><br>');

document.write('<embed ');
document.write('id="embed3" name="embed3" ');
document.write('src="http://videoblogging-universe.com/previews/ten-e16749-1200779044-588816267.mp4" ');
document.write('href="http://katzenroehrl.blogspot.com/2008/01/rosary-sibha-as-communal-sculpture.html" target="_blank" ');
document.write('width="160" height="120" ');
document.write('autoplay="false" controller="false" loop="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"> ');
document.write('</embed>');
document.write('<br>');
document.write('Video: <a href="http://katzenroehrl.blogspot.com/2008/01/rosary-sibha-as-communal-sculpture.html" target="_blank"><i>See video</i></a>');
document.write('<br><br>');


function start_play(m) {
	m.Play();
}

function stop_play(m) {
	m.Stop();
}

var embed1 = document.getElementById('embed1');
embed1.onmouseover = function() {start_play(embed1)};
embed1.onmouseout  = function() {stop_play(embed1)};

var embed2 = document.getElementById('embed2');
embed2.onmouseover = function() {start_play(embed2)};
embed2.onmouseout  = function() {stop_play(embed2)};

var embed3 = document.getElementById('embed3');
embed3.onmouseover = function() {start_play(embed3)};
embed3.onmouseout  = function() {stop_play(embed3)};


