inc_massoutro_js =

'</TD>\n'
+ '<TD WIDTH = 10></TD>\n'
+ '<TD WIDTH = 200 class = "norm">\n'
+ '<P>';

// end_var_declaration
document.write(inc_massoutro_js)

image = new Array();

image[0]="images/Connected.jpg"
image[1]="images/worship.jpg"
image[2]="images/10am6pm.jpg"
image[3]="images/Community1.jpg"
image[4]="images/facebook.jpg"
image[5]="images/GEN1.jpg"



random_num = Math.floor(Math.random() * image.length);

document.write("<img name = 'randomImages' src=\"" + image[random_num] + "\">");

function random_img(t,l){
x = document.randomImages; random_num = l; while (l==random_num){
random_num = Math.floor(Math.random() * image.length);}
x.src = image[random_num]; 
setTimeout ("random_img("+t+", "+random_num+")",t);
}



inc_massoutro_js =
'<P>\n'
+ '<DIV class = "heading">Quicklinks</DIV>\n'
+ '<P>\n'
+ '<a href = "generation.html">Generation</a><BR>\n'
+ '<a href = "create.html">Creative Arts</a><BR>\n'
+ '<a href = "services.html">Services</a><BR>\n'
+ '<P><BR><BR>\n'
+ '<DIV class = "heading">Resources</DIV>\n'
+ '<P>\n'
+ '<a href = "record.html">Messages</a><BR>\n'
+ '<a href = "comingevents.html">Coming Events</a><BR>\n'

+ '</TD></TR>\n'
+ '<TR>\n'

+ '<TD class = "small">\n'
+ 'This page is best viewed with Mozilla Firefox 3.06 or Internet Explorer 6.0 or later at 1024x768 or higher\n'
+ '<P>\n'
+ 'Good News Church is an Assemblies Of God church affiliated with Australian Christian Churches.<BR>\n'
+ '&copy; 2009 Good News Church, Umina Beach - all rights reserved. Thank you for visiting the Good News Church website.\n'
+ '</TD>\n'
+ '<TD WIDTH = 10></TD>\n'
+ '<TD><BR><IMG SRC="AustralianChristianChurches.gif" WIDTH=235 HEIGHT=99></TD>\n'

+ '</TR>\n'
+ '</TABLE>\n'

+ '</TD>\n'
+ '</TR></TABLE>';


// end_var_declaration
document.write(inc_massoutro_js);
