/**********************************************
Setter: Footer Links
Author: Elvira Tullo
pageITworks media
**********************************************/
HOME = 			"http://www.skytopsci.com/";
ABOUT_US = 		"aboutus.html";
OFFICES = 		"offices.html";
SERVICES = 		"services.html";
CLIENTS= 		"clients.html";
GALLERY= 		"pic_gallery.html";
JOBS=			"jobs.html";
SITE_MAP= 		"sitemap.html";

var flinks= '<div align="center" id="bottomBar" style="width: 740px; padding: 10px ">' +
				'<a href="' + HOME       	+'">' + 'Home'        	+ '</a>&nbsp\;&nbsp\;|&nbsp\;&nbsp\;' +
				'<a href="' + ABOUT_US 		+'">' + 'About Us' 		+ '</a>&nbsp\;&nbsp\;|&nbsp\;&nbsp\;' +
				'<a href="' + OFFICES 		+'">' + 'Offices' 		+ '</a>&nbsp\;&nbsp\;|&nbsp\;&nbsp\;' +
				'<a href="' + SERVICES    	+'">' + 'Services'    	+ '</a>&nbsp\;&nbsp\;|&nbsp\;&nbsp\;' +
				'<a href="' + CLIENTS    	+'">' + 'Clients &amp; Principals'    + '</a>&nbsp\;&nbsp\;|&nbsp\;&nbsp\;' +
				'<a href="' + GALLERY    	+'">' + 'Picture Gallery'    + '</a>&nbsp\;&nbsp\;|&nbsp\;&nbsp\;' +
				'<a href="' + JOBS    	+'">' + 'Jobs'    + '</a>&nbsp\;&nbsp\;&nbsp\;&nbsp\;' +
			'<br />&nbsp\;'+
		' <br />'+
        '&copy\; Copyright 2002-2009 SkyTop Service Contractors, Inc. All rights reserved.<br />'+
       'Designed by: <a href="mailto:pageitworks@yahoo.com">page<strong>it</strong>works</a>'+
		'</div>';  

document.writeln(flinks);