function addVideo(url ,width, height)
{  document.write('<embed src="'+url+'" width="'+width+'" height="'+height+'" />');
}
