/********
Copyright:	© 2008, Andrey Mirtchovski 
Name:		Mirtchovski.com website
Author:		Andrey Mirtchovski
Email:		see http://mirtchovski.com

Licensed under a Creative Commons Attribution-NonCommercial 2.5
License (http://creativecommons.org/licenses/by-nc/2.5/).

You are free:
	* to copy, distribute, display, and perform the work
	* to make derivative works

Under the following conditions:
	* Attribution. You must attribute the work in the manner  specified by  the
	  author or licensor.
	* Noncommercial. You may not use this work for commercial purposes.

* For  any  reuse  or  distribution, you  must make clear to others the license
  terms of this work.
* Any  of  these  conditions  can  be  waived  if  you  get permission from the 
  copyright holder.

Your fair use and other rights are in no way affected by the above.
*********/

var ul = document.getElementById('innernav');
if(ul) {
	ul.innerHTML = '<li><a href="../index.html">home</a> <li><a href="../p.html">pics</a> <li><a href="../code/">code</a> <li><a href="../maps/">maps</a> <li><a href="../movies.html">movies</a> <li><a href="../panoramas/">panoramas</a>'
}
