document.writeln(" <script>");
document.writeln("function OpenWindow(PlayerURL)");
document.writeln("{");
document.writeln("	window.open(PlayerURL);");
document.writeln("}");
document.writeln("function play(id)");
document.writeln("{");
document.writeln("    OpenWindow(\'/play.asp?id1=\'+id);");
document.writeln("}");
document.writeln("");
document.writeln("<\/script>");
