// document.write(ourmovies.length+"<BR>");
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("&nbsp;");
document.write("</td></tr>");

document.write("<tr><td>");
document.write(scriptbegin+refnum+"[6]"+scriptend+" presents:");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("&nbsp;");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("<a href='http://www.movieweb.com/movies/film.php?");
document.write(refnum);
document.write("'>");
document.write("<b>"+scriptbegin+refnum+"[1]"+scriptend+"</b>");
document.write("</a>");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("&nbsp;");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("Directed by:&nbsp;&nbsp;"+scriptbegin+refnum+"[3]"+scriptend);
document.write("</td></tr>");

document.write("<tr><td>");
document.write("&nbsp;");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("Starring:&nbsp;&nbsp;"+scriptbegin+refnum+"[5]"+scriptend);
document.write("</td></tr>");

document.write("<tr><td>");
document.write("&nbsp;");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("<b>"+scriptbegin+refnum+"[2]"+scriptend+"</b>");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("&nbsp;");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("<p align='justify'>"+scriptbegin+refnum+"[12]"+scriptend+"</p>");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("&nbsp;");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("Running time:&nbsp;&nbsp;"+scriptbegin+refnum+"[11]"+scriptend);
document.write("</td></tr>");

document.write("<tr><td>");
document.write("&nbsp;");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("Rated:&nbsp;&nbsp;");
document.write("<img src='http://www.republictheatres.com/resources/images/");
refref();
document.write(".gif'>");
document.write("<br>");
document.write(scriptbegin+refnum+"[10]"+scriptend);
document.write("</td></tr>");

document.write("<tr><td>");
document.write("&nbsp;");
document.write("</td></tr>");

document.write("<tr><td>");
document.write("<a href='http://");
linkref();
document.write("'>");
document.write("<b>Official Site</b>");
document.write("</a>");
document.write("</td></tr>");

document.write("</table>");