// JavaScript Document

function createLinks(){
	document.writeln("<img src='images/elements/menu_logo_rnd.gif' width='140' height='15' /><img src='images/elements/menu_logo1.gif' width='140' height='40' /><br />");
	document.writeln("<img src='images/elements/menu_bar1_curve.gif' width='120' height='17' /><br />");
	document.writeln("<a href='home.html'>Home</a><br />");
	document.writeln("<a href='about.html'>About</a><br />");
	document.writeln("<a href='contact.html'>Contact</a><br />");
	document.writeln("<a href='http://www.412youth.com/blog'>Blog</a><br />");
	document.writeln("<a href='funstuff.html'>FUN&nbsp;&nbsp;&nbsp;</a><br />");
	document.writeln("<a href='programs.html'>Programs</a><br />");
	document.writeln("<a href='parents.html'>Parents</a><br />");
	document.writeln("<a href='http://www.412youth.com/coppermine/'>Photo</a><br />");
	document.writeln("<a href='calendar/calendar.php'>Calendar</a><br />");
	document.writeln("<a onclick=\"window.open(\'purposes.html\', \'purpose\', \'toolbar=no, directories=no, location=no, status=no, menubar=no, resizable=no, scrollbars=no, width=620, height=320\'); return false\" href=\"purposes.html\">Purposes </a><br />");
	document.writeln("<a href='missions.html'>Missions </a><br />");
	document.writeln("<a href='events.html'>Events</a><br />");
	document.writeln("");
}

function createLinks1(){
	document.writeln("<img src='images/elements/menu_logo_rnd1.gif' width='140' height='15' /><img src='images/elements/menu_logo2.gif' width='140' height='40' /><br />");
	document.writeln("<img src='images/elements/menu_bar1_curve1.gif' width='120' height='17' /><br />");
	document.writeln("<a href='home.html'>Home</a><br />");
	document.writeln("<a href='about.html'>About</a><br />");
	document.writeln("<a href='contact.html'>Contact</a><br />");
	document.writeln("<a href='http://www.412youth.com/blog'>Blog</a><br />");
	document.writeln("<a href='funstuff.html'>FUN&nbsp;&nbsp;&nbsp;</a><br />");
	document.writeln("<a href='programs.html'>Programs</a><br />");
	document.writeln("<a href='parents.html'>Parents</a><br />");
	document.writeln("<a href='http://www.412youth.com/coppermine/'>Photo</a><br />");
	document.writeln("<a href='calendar/calendar.php'>Calendar</a><br />");
	document.writeln("<a onclick=\"window.open(\'purposes.html\', \'purpose\', \'toolbar=no, directories=no, location=no, status=no, menubar=no, resizable=no, scrollbars=no, width=620, height=320\'); return false\" href=\"purposes.html\">Purposes </a><br />");
	document.writeln("<a href='missions.html'>Missions </a><br />");
	document.writeln("<a href='events.html'>Events</a><br />");
	document.writeln("");
}
function randomLink(){	
}

function footerLinks(){
//document.writeln("<img src=\"images/elements/footer.gif\" /><br/>");
document.writeln("<br/><br/><p align=\"center\" class=\"bottomLinks\" ><a href='index.html'> Home</a> | ");
document.writeln("<a href='about.html'> About</a> | ");
document.writeln("<a href='contact.html'> Contact</a> | ");
document.writeln("<a href='/blog'> 412blog</a> | ");
document.writeln("<a href='funstuff.html'> Fun Stuff</a> | ");
document.writeln("<a href='programs.html'> Programs</a> | ");
document.writeln("<a href='parents.html'> Parents</a> | ");
document.writeln("<a href='/coppermine'> Photo</a> | ");
document.writeln("<a href='/calendar'> Calendar</a> | ");
document.writeln("<a href='events.html'> Events </a>");
document.writeln("<a href='missions.html'> Missions </a></p>");
document.writeln("<br /><div align=\"center\" class=\"bottomLinksText\">");
document.writeln("412 youth ministry is a ministry of Gingellville Community Church");
document.writeln("<br />");
document.writeln("Site design by forgingdestiny.com");
document.writeln("<br />");
}