/* Sites. If you intend to use a ' , then proceed it with a \ , like \' to tell JavaScript that

   you intend to show it. Or else the script will crash. */



document.write('<h2>Our sites</h2>\n' +

		'<ul>\n' +

		'<li><a href="' + mainsite + '">Main site</a></li>\n' +

		'<li><a href="' + mirrorsite1 + '">Mirror site 1</a></li>\n' +

		'<li><a href="' + mirrorsite2 + '">Mirror site 2</a></li>\n' +

		'</ul>\n');


