
document.write('<br>');

document.write('<embed ');
document.write('id="embed1" name="embed1" ');
document.write('src="http://videoblogging-universe.com/previews/ten-e16719-1200505037-411495299.mp4" ');
document.write('href="http://fauxpress.blogspot.com/2008/01/quick-chek-breakfast-sandwich-ng.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/quick-chek-breakfast-sandwich-ng.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-e16750-1200779835-507603882.mp4" ');
document.write('href="http://vlog.blogia.com//2008/011801-hierba.php" 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://vlog.blogia.com//2008/011801-hierba.php" target="_blank">Puritito Tomate TV</a>');
document.write('<br><br>');

document.write('<embed ');
document.write('id="embed3" name="embed3" ');
document.write('src="http://videoblogging-universe.com/previews/ten-e16677-1200128352-1382027022.mp4" ');
document.write('href="http://m.podshow.com/media/131/episodes/94391/truckertom-94391-01-11-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/94391/truckertom-94391-01-11-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)};

