// JavaScript Document

var sURL = 0;

function changeURL(sURL)
			{
				if (sURL == 1)
				{
					document.getElementById('hopper').src= "http://www.put-in-bay.com/shopping.html";
				}
				else if (sURL == 2)
				{
				   	document.getElementById('hopper').src= "http://www.put-in-bay.com/transportation.html";
				}
				else if (sURL == 3)
				{
				   	document.getElementById('hopper').src= "http://www.put-in-bay.com/fishing.html";
				}
				else if (sURL == 4)
				{
				   	document.getElementById('hopper').src= "http://www.put-in-bay.com/boatinginfo.html";
				}
				else if (sURL == 5)
				{
				   	document.getElementById('hopper').src= "http://www.put-in-bay.com/dining.html";
				}
				else if (sURL == 6)
				{
				   	document.getElementById('hopper').src= "http://www.put-in-bay.com/wedding.html";
				}
				else if (sURL == 7)
				{
				   	document.getElementById('hopper').src= "http://www.put-in-bay.com/islandservices.html";
				}
				else if (sURL == 8)
				{
				   	document.getElementById('hopper').src= "http://www.put-in-bay.com/attractions.html";
				}
				else
				{
					document.getElementById('hopper').src= "http://www.blueskyrentals.com/blank.asp";
				}
			}