function playIt(URL){
isSelection = URL;
embedStr = "<Embed Src="+isSelection+" hidden="+true+"></Embed>"
document.getElementById('hidden').innerHTML = embedStr;
}
