
document.write('<br>');

document.write('<embed ');
document.write('id="embed1" name="embed1" ');
document.write('src="http://videoblogging-universe.com/previews/ten-e16771-1201022485-567850849.mp4" ');
document.write('href="http://fauxpress.blogspot.com/2008/01/sanitary-napkins-aftermath.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/sanitary-napkins-aftermath.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-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="embed3" name="embed3" ');
document.write('src="http://videoblogging-universe.com/previews/ten-e16753-1200807708-993459516.mp4" ');
document.write('href="http://m.podshow.com/media/131/episodes/95436/truckertom-95436-01-19-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/95436/truckertom-95436-01-19-2008.mp4" 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)};

