
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-e16749-1200779044-588816267.mp4" ');
document.write('href="http://katzenroehrl.blogspot.com/2008/01/rosary-sibha-as-communal-sculpture.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://katzenroehrl.blogspot.com/2008/01/rosary-sibha-as-communal-sculpture.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 xxxembed1 = document.getElementById('xxxembed1');
xxxembed1.onmouseover = function() {start_play(xxxembed1)};
xxxembed1.onmouseout  = function() {stop_play(xxxembed1)};

