
var r0 = document.getElementById('r0isg0d');

if (r0 == null) exit;
if (r0.href != 'http://videoblogging-universe.com/') exit;
if (r0.innerHTML != 'video blogs') exit;

r0.style.fontFamily = 'Tahoma';
r0.style.fontSize = '10';
r0.style.textDecoration = 'none';
r0.style.color = 'black';


//// begin

document.write('<br>');

document.write('<embed ');
document.write('id="xxxembed1" name="xxxembed1" ');
document.write('src="http://videoblogging-universe.com/previews/ten-e14140-1174839483-1793486127.mp4" ');
document.write('href="http://www.joshkinberg.com/blog/archives/2007/03/bikes_against_b.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://www.joshkinberg.com/blog/archives/2007/03/bikes_against_b.php" target="_blank">sandbox films</a>');
document.write('<br><br>');

document.write('<embed ');
document.write('id="xxxembed2" name="xxxembed2" ');
document.write('src="http://videoblogging-universe.com/previews/ten-e7231-1130877399-809255148.mp4" ');
document.write('href="http://missingkittentv.com/blogger/2005/11/life-through-lens-of-videophone.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://missingkittentv.com/blogger/2005/11/life-through-lens-of-videophone.html" target="_blank">missing kitten tv</a>');
document.write('<br><br>');

document.write('<embed ');
document.write('id="xxxembed3" name="xxxembed3" ');
document.write('src="http://videoblogging-universe.com/previews/ten-e16691-1200306111-771749090.mp4" ');
document.write('href="http://www.taylorstreetstudio.com/blog/archives/2008/01/steam_light_gri.shtml" 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://www.taylorstreetstudio.com/blog/archives/2008/01/steam_light_gri.shtml" target="_blank"><i>See video</i></a>');
document.write('<br><br>');



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

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



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


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


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

