function comingSoon() {
        numberOne = Math.floor(Math.random()*3);
        if (numberOne==0) {document.write('<a href="filmDetail.cfm?FID=11"><img src="graphics/one-sheets/big-donnie-darko.gif" width="220" height="327" border="0"></a>');}
        if (numberOne==1) {document.write('<a href="filmDetail.cfm?FID=14"><img src="graphics/one-sheets/big-green-butchers.gif" width="220" height="327" border="0"></a>');}
	if (numberOne==2) {document.write('<a href="filmDetail.cfm?FID=15"><img src="graphics/one-sheets/big-silver-city.gif" width="220" height="327" border="0"></a>');}
} //end comingSoon()
function nowPlaying() {
        numberTwo = Math.floor(Math.random()*4);
        if (numberTwo==0) {document.write('<a href="filmDetail.cfm?FID=12"><img src="graphics/one-sheets/big-monster.gif" width="220" height="327" border="0"></a>');}
        if (numberTwo==1) {document.write('<a href="filmDetail.cfm?FID=13"><img src="graphics/one-sheets/big-passion-1.gif" width="220" height="327" border="0"></a>');}
	if (numberTwo==2) {document.write('<a href="filmDetail.cfm?FID=13"><img src="graphics/one-sheets/big-passion-2.gif" width="220" height="327" border="0"></a>');}
	if (numberTwo==3) {document.write('<a href="filmDetail.cfm?FID=12"><img src="graphics/one-sheets/big-monster-2.jpg" width="220" height="327" border="0"></a>');}
} //end nowPlaying()
function filmArchive() {
        numberThree = Math.floor(Math.random()*3)
        if (numberThree==0) {document.write('<a href="filmDetail.cfm?FID=7"><img src="graphics/one-sheets/big-whale-rider.gif" width="220" height="327" border="0"></a>');}
        if (numberThree==1) {document.write('<a href="filmDetail.cfm?FID=3"><img src="graphics/one-sheets/big-spun.gif" width="220" height="327" border="0"></a>');}
	if (numberThree==2) {document.write('<a href="filmDetail.cfm?FID=1"><img src="graphics/one-sheets/big-memento.gif" width="220" height="327" border="0"></a>');}
} //end filmArchive()