// document.write(ourmovies.length+"<BR>");

var ourmovies = new Array("9001", "9002", "9003", "9004");

for(k=0;k<ourmovies.length;k++){
var randommovie = Math.floor(Math.random()*ourmovies.length)
// document.write(randommovie+"<BR>");
}


var scriptbegin = "<scr"+"ipt>document.write(movie";
var scriptend = ")</scr"+"ipt>";
document.write("<table border='0' cellpadding='0' cellspacing='0' width='90%'>");
//document.write("<tr><td>");
//document.write("<p align='center'><b><font size='2'>Movie Spotlight</font></b></p>");
//document.write("</td></tr>");
//document.write("<tr><td>");
//document.write("<img border='0' src='http://www.republictheatres.com/resources/images/line.gif' width='100%' height='2'>");
//document.write("</td></tr>");

var refnum = ourmovies[randommovie];


document.write("<tr><td valign='top' align='center'>");
document.write("<img border='0' src='http://www.manoranjaninc.com/images/posters/"+refnum+".gif' align='center'>");
document.write("</td><td>");


function linkref(){
var asdf = "[8])";
var asdfg = "document.write(movie";
eval(asdfg+refnum+asdf);
}
function refref(){
var asdf = "[9])";
var asdfg = "document.write(movie";
eval(asdfg+refnum+asdf);
}


document.write("<tr><td>");
document.write("<b> <font color=#00FFFF>"+scriptbegin+refnum+"[6]"+scriptend+"  presents: </b></font>");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("<b> <font color=#ffffff>"+scriptbegin+refnum+"[1]"+scriptend+"</b>");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("&nbsp;");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("<font color=#00FFFF><b>Starring:&nbsp;&nbsp;</b></font> <font color=#ffffff>"+scriptbegin+refnum+"[5]"+scriptend + "</font>");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("&nbsp;");
document.write("</td></tr>");


document.write("<tr><td>");
document.write("<font color=#00FFFF><b>Directed by:&nbsp;&nbsp; </b></font> <font color=#ffffff>"+scriptbegin+refnum+"[3]"+scriptend+"</font>");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("&nbsp;");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("<p align='justify'> <font color=#ffffff>"+scriptbegin+refnum+"[12]"+scriptend+"</font></p>");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("&nbsp;");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("<font color=#00FFFF><b>Running time:&nbsp;&nbsp;</b></font> <font color=#ffffff>"+scriptbegin+refnum+"[11]"+scriptend+"</font>");
document.write("</td></tr>");

document.write("</table>");
