
var RightNow = new Date();
thisYear =RightNow.getYear();
window.status = "Copyright " + RightNow.getYear() + " Wildlife Times. All Rights Reserved.";

function Navigate(page)
{
/*

1 = about wildlife times
2 = guest book
3 = contact
4 = gallery
5 = reports
6 = forums
7 = terms of use
8 = privacy policy
9 = advertize here
10 = phpbb link
11 = JS
12 = datutorials
13 = bug reports
*/
	if(page == 10)
		{
			window.open("http://www.phpbb.com/");			
		}
	else if(page == 11)
		{
			window.open("http://www.jayanthsharma.com/");			
		}
	else if(page == 12)
		{
			window.open("http://www.datutorials.com/");			
		}
	else
		{
			switch(page)
				{
					case 1:
							location.href = "http://www.wildlifetimes.com/forums/viewtopic.php?p=13";
							break;

					case 2:
							location.href = "http://www.wildlifetimes.com/forums/viewtopic.php?t=1";
							break;

					case 3:
							location.href = "http://www.wildlifetimes.com/forums/contact.php";
							break;

					case 4:
							location.href = "http://www.wildlifetimes.com/gallery/";
							break;
					case 5:
							location.href = "http://www.wildlifetimes.com/forums/viewforum.php?f=4";
							break;
					case 6:
							location.href ="http://www.wildlifetimes.com/forums/";
							break;
					case 7:
							location.href = "http://www.wildlifetimes.com/forums/viewtopic.php?t=26";
							break;
					case 8:
							location.href = "http://www.wildlifetimes.com/forums/viewtopic.php?t=27";
							break;
					case 9:
							location.href = "http://www.wildlifetimes.com/forums/contact.php?subject=Ad";
							break;	
					case 13:
							location.href = "http://www.wildlifetimes.com/forums/viewtopic.php?p=5";
							break;
					default:
							alert("incorrect Navigation");
				}
		}
}


<!--
			// -----------------------------------------------------------------------------
			// Globals
			// Major version of Flash required
			var requiredMajorVersion = 6;
			// Minor version of Flash required
			var requiredMinorVersion = 0;
			// Revision of Flash required
			var requiredRevision = 0;
			// the version of javascript supported
			var jsVersion = 1.0;
			// -----------------------------------------------------------------------------
			// -->