// JavaScript Document

function ShowPlayer()
{
window.open("http://www.musiqbuzz.com/mediaplayer/", "myWindow", 
"status = 1, height = 380, width = 368, resizable = 0" )
var AdCode='<img src="images/Temp/Ad336.jpg" width="336" height="280" alt="Ad" />';
document.getElementById("infopicker").innerHTML='<h1>Other Related Movies</h1><div class="ui-tabs-panel">'+ AdCode +'</div>';
}

