$(document).ready(function(){var vidWidth=485;var vidHeight=345;var obj='';$('div:contains("youtube.com/watch")').each(function(){var that=$(this);var vid=that.html().match(/(?:v=)([\w\-]+)/g);var fullMovieUrl="http://www.youtube.com/watch?"+vid;$("*").each(function(){if($(this).children().length==0){$(this).text($(this).text().replace(fullMovieUrl,''));}});if(vid.length){$.each(vid,function(){that.append(obj.replace(/\[vid\]/g,this.replace('v=','')));});}});});