var panel;
function insertvid()
{
    panel.innerHTML+="<br><object width=\"523\" height=\"295\"><param name=\"movie\" value=\"http://www.local-news.tv/mediaplayer.swf?searchbar=false&bgcolor=0x000000&file=http://www.local-news.tv/playlist.php?embed_id=192&backcolor=0x0A3C1D&frontcolor=0xffffff&width=523&height=295&bufferlength=10&id=192&lightcolor=0x8cbb15&overstretch=fit&showicons=false\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.local-news.tv/mediaplayer.swf?searchbar=false&bgcolor=0x000000&file=http://www.local-news.tv/playlist.php?embed_id=192&backcolor=0x0A3C1D&frontcolor=0xffffff&width=523&height=295&bufferlength=10&id=192&lightcolor=0x8cbb15&overstretch=fit&showicons=false\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"523\" height=\"295\"></embed></object>";
}
function init()
{
    var link;
    panel=document.getElementById("vidpanel");
    panel.innerHTML="<p class=\"main\"><b><em>Click here to watch the EVC video 24/04/2008</em></b> <input type=\"button\" id=\"vidlink\" value=\"Watch video\"></input></p>";
    link=document.getElementById("vidlink").onclick=insertvid;
}
window.onload=init;
