<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "no"	// SHOW ALLWEBCO COPYRIGHT
var w3clogo	  = "yes"	// SHOW W3C VALID LOGO



document.write('<span class="footer">');

document.write('<a href="default.asp">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.asp">Contact Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="site_map.htm">Site Map</a>');


document.write('<br>');
document.write('<br>');

   if (w3clogo == "yes") {
document.write('<br>20 Shavteli Street, Tbilisi');
}
document.write('<br>Telephone: 93 10 80 ');




// EDIT THE NEXT LINE

//document.write('<a href="default.asp">Vision Quest international</a><br>');







   if (allwebco == "yes") {
document.write('&copy; 2008-2010 All Rights Reserved <a href="http://www.visquest.biz" target="_blank">');
}


document.write('</span>');


//  End -->