// JavaScript Document
{

document.write('<div id="paging">')
document.write('<a href="javascript:history.go(-1)">Go Back</a>')
document.write('<a href="Photo_Gallery.htm">1</a>')
document.write('<a href="Photo_Gallery01.htm">2</a>')
document.write('<a href="Photo_Gallery02.htm">3</a>')
document.write('<a href="Photo_Gallery03.htm">4</a>')
document.write('<a href="javascript:history.go(1)">Next</a>')

}
//  -->
