<!-- Begin
var theImages1 = new Array()
var theImages2 = new Array()
var theImages3 = new Array()
var theImages4 = new Array()
//set 1 writing
theImages1[0] = 'images/home_boxes/w01-bb.jpg'
theImages1[1] = 'images/home_boxes/w02-sydfields.jpg'
theImages1[2] = 'images/home_boxes/w03-screenwriter.jpg'
theImages1[3] = 'images/home_boxes/w04-storybuilder.gif'
//set 2 production
theImages2[0] = 'images/home_boxes/p01-storyboard.jpg'
theImages2[1] = 'images/home_boxes/p02-filmlogic.jpg'
theImages2[2] = 'images/home_boxes/p03-cinergy.gif'
theImages2[3] = 'images/home_boxes/p05-moviemagic.jpg'
//set 3 cinematograhy
theImages3[0] = 'images/home_boxes/w03-screenwriter.jpg'
theImages3[1] = 'images/home_boxes/w05-comedy.jpg'
theImages3[2] = 'images/home_boxes/w06-dreamkit.jpg'
theImages3[3] = 'images/home_boxes/w07-finaldraft.jpg'
//set 4 music
theImages4[0] = 'images/home_boxes/p02-filmlogic.jpg'
theImages4[1] = 'images/home_boxes/p04-moviemagic.jpg'
theImages4[2] = 'images/home_boxes/w08-finaldraft.jpg'
theImages4[3] = 'images/home_boxes/p06-storyboard_quick.jpg'
var imglink1 = new Array()
var imglink2 = new Array()
var imglink3 = new Array()
var imglink4 = new Array()

imglink1[0]='writing/blockbuster/blockbuster_overviews.html'
imglink1[1]='writing/syd_field/syd_overview.html'
imglink1[2]='writing/movie_magic_screenwriter/movie_overviews.html'
imglink1[3]='writing/storybuilder/storybuilder_overview.html'

imglink2[0]='production/storyboard_artist/storyboard_overview.html'
imglink2[1]='production/filmlogic/logic_overview.html'
imglink2[2]='production/cinergy_2000_mpps/mm_cinergy_overview.html'
imglink2[3]='production/movie_magic_scheduling/mm_scheduling_overview.html'

imglink3[0]='writing/movie_magic_screenwriter/movie_overviews.html'
imglink3[1]='writing/comedywriter/comedywriter_overview.html'
imglink3[2]='writing/writers_dreamkit/dreamerkit_overview.html'
imglink3[3]='writing/final_draftav/finaldraft_av_overview.html'

imglink4[0]='production/filmlogic/logic_overview.html'
imglink4[1]='production/movie_magic_budgeting/mm_budgeting_overview.html'
imglink4[2]='writing/final_draft/finaldraft_overview.html'
imglink4[3]='production/storyboard_quick/storyboard_overview.html'
var j = 0
var p = theImages1.length;
var whichImage = Math.round(Math.random()*(p-1));
function showImage(i){
if (i==1)
document.write('<a href="'+imglink1[whichImage]+'"><img src="'+theImages1[whichImage]+'" border=0></a>');
if (i==2)
document.write('<a href="'+imglink2[whichImage]+'"><img src="'+theImages2[whichImage]+'" border=0></a>');
if (i==3)
document.write('<a href="'+imglink3[whichImage]+'"><img src="'+theImages3[whichImage]+'" border=0></a>');
if (i==4)
document.write('<a href="'+imglink4[whichImage]+'"><img src="'+theImages4[whichImage]+'" border=0></a>');
}

//  End -->
