
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-e11560-1151740804-645242731.mp4" ');
document.write('href="http://clintsharp.com/watch-life-happen-episode-10-shes-so-cute-when-shes-sleeping/" 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://clintsharp.com/watch-life-happen-episode-10-shes-so-cute-when-shes-sleeping/" target="_blank">Clint Sharps Blog an Vlog</a>');
document.write('<br><br>');

document.write('<embed ');
document.write('id="xxxembed2" name="xxxembed2" ');
document.write('src="http://videoblogging-universe.com/previews/ten-e16326-1195535829-77217587.mp4" ');
document.write('href="http://corrafilms.typepad.com/our_videoblog/2007/11/morning-dread.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://corrafilms.typepad.com/our_videoblog/2007/11/morning-dread.html" target="_blank"><i>See video</i></a>');
document.write('<br><br>');

document.write('<embed ');
document.write('id="xxxembed3" name="xxxembed3" ');
document.write('src="http://videoblogging-universe.com/previews/ten-e16752-1200789482-690454627.mp4" ');
document.write('href="http://www.scratchvideo.tv/scratch/2008/01/a-suggestion.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://www.scratchvideo.tv/scratch/2008/01/a-suggestion.html" target="_blank">Scratch Video</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)};

