
var img1='<img src="images/btn_home.jpg" border="0" />';
var img2='<img src="images/btn_about_us.jpg" border="0" />';
var img3='<img src="images/btn_members.jpg" border="0" />';
var img4='<img src="images/btn_meetings.jpg" border="0" />';
var img5='<img src="images/btn_photo.jpg" border="0" />';
var img6='<img src="images/btn_videos.jpg" border="0" />';
var img7='<img src="images/btn_calendar.jpg" border="0" />';
var img8='<img src="images/btn_forum.jpg" border="0" />';
var img9='<img src="images/btn_contact.jpg" border="0" />';
document.write('<br><br>');
document.write(img1.link("index.htm"));
document.write('<br><br>');
document.write(img2.link("about.html"));
document.write('<br><br>');
document.write(img3.link("members.html"));
document.write('<br><br>');
document.write(img4.link("meetings.html"));
document.write('<br><br>');
document.write(img5.link("http://www.iwouldntfollow.us/gallery/v/Trips/"));
document.write('<br><br>');
document.write(img6.link("videos.html"));
document.write('<br><br>');
document.write(img7.link("http://forum.tx4wd.org/calendar.php"));
document.write('<br><br>');
document.write(img8.link("http://forum.tx4wd.org/index.php"));
document.write('<br><br>');
document.write(img9.link("contact.html"));

