var s;
document.write('<hr size="1" />');
document.write('<a href="home.php">');
if(s=='1'){
document.write('<font color="#28abfa">Home</font>');
}else{
document.write('Home</a>');}
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<a href="about_us.php">');
if(s=='2'){
document.write("<font color='#28abfa'> About Us</font>");
}else{
document.write("About Us</a>");}
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<a href="ministries.php">');
if(s=='3'){
document.write('<font color="#28abfa">Ministries</font>');
}else{
document.write('Ministries</a>');}
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<a href="shp_cart.php">');
if(s=='8'){
document.write('<font color="#28abfa">Our Products</font>');
}else{
document.write('Our Products</a>');}
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<a href="media.php">');
if(s=='4'){
document.write('<font color="#28abfa">Media</font>');
}else{
document.write('Media</a>');}
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<a href="freedom_centre_luton.php">');
if(s=='5'){
document.write('<font color="#28abfa">Branches</font>');
}else{
document.write('Branches</a>');}
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<a href="events.php">');
if(s=='6'){
document.write('<font color="#28abfa">Events</font>');
}else{
document.write('Events</a>');}
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<a href="feedback_form.php">');
if(s=='7'){
document.write('<font color="#28abfa">Contact Us</font>');
}else{
document.write('Contact Us</a>');}
document.write('<br />Website Designed By <a href="http://www.eaglemediahouse.com" target="_blank">');
document.write('<b>Eagle Media House Ltd</b></a>. Copyright &copy; 2007. All Rights Reserved. FCI');
