
document.write('<br>');

document.write('<embed ');
document.write('id="embed1" name="embed1" ');
document.write('src="http://videoblogging-universe.com/previews/ten-e16837-1201098935-1269405772.mp4" ');
document.write('href="http://fauxpress.blogspot.com/2008/01/faux-fine-art-poet-at-work.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://fauxpress.blogspot.com/2008/01/faux-fine-art-poet-at-work.html" target="_blank">Vlog of a Faux Journalist</a>');
document.write('<br><br>');

document.write('<embed ');
document.write('id="embed2" name="embed2" ');
document.write('src="http://videoblogging-universe.com/previews/ten-e16676-1200109088-2076772964.mp4" ');
document.write('href="http://drinkingwithbob.blogspot.com/2008_01_01_archive.html#3248938717732444596" 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://drinkingwithbob.blogspot.com/2008_01_01_archive.html#3248938717732444596" target="_blank">Whats Next Whats Next Whats Next</a>');
document.write('<br><br>');

document.write('<embed ');
document.write('id="embed3" name="embed3" ');
document.write('src="http://videoblogging-universe.com/previews/ten-e16715-1200477439-241595599.mp4" ');
document.write('href="http://philham.blogspot.com/2008/01/on-ice.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://philham.blogspot.com/2008/01/on-ice.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)};

