	function updateEventsSettings()
	{
		fv = new formValidator();

		if (!fv.isEmpty("province"))
		{
			if (fv.findObj("province").value == "WC")
			{
				fv.findObj("code").value = '<iframe src="http://www.sa-venues.com/event-feeds/western-cape-events.php';
				textToDisplay = 'Cape Town Events';
				textToDisplay2 = 'Cape Town Accommodation';
				url = 'http://www.sa-venues.com/events/western-cape-events.php';
				url2 = 'http://www.sa-venues.com/westcape2.htm';
			}
			else 
			if (fv.findObj("province").value == "KZN")
			{
				fv.findObj("code").value = '<iframe src="http://www.sa-venues.com/event-feeds/kwazulu-natal-events.php';
				textToDisplay = 'KwaZulu Natal Events';
				textToDisplay2 = 'KwaZulu Natal Accommodation';
				url = 'http://www.sa-venues.com/events/kwazulu-natal-events.php';
				url2 = 'http://www.sa-venues.com/kwazulu_natal_accommodation.htm';
			}
			else
			if (fv.findObj("province").value == "NC")
			{
				fv.findObj("code").value = '<iframe src="http://www.sa-venues.com/event-feeds/northern-cape-events.php';
				textToDisplay = 'Northern Cape Events';
				textToDisplay2 = 'Northern Cape Accommodation';
				url = 'http://www.sa-venues.com/events/northern-cape-events.php';
				url2 = 'http://www.sa-venues.com/northern_cape_accommodation.htm';
			}
			else
			if (fv.findObj("province").value == "NW")
			{
				fv.findObj("code").value = '<iframe src="http://www.sa-venues.com/event-feeds/north-west-events.php';
				textToDisplay = 'North West Events';
				textToDisplay2 = 'North West Province Accommodation';
				url = 'http://www.sa-venues.com/events/north-west-events.php';
				url2 = 'http://www.sa-venues.com/north_west_accommodation.htm';				
			}
			else
			if (fv.findObj("province").value == "LP")
			{
				fv.findObj("code").value = '<iframe src="http://www.sa-venues.com/event-feeds/limpopo-events.php';
				textToDisplay = 'Limpopo Events';
				textToDisplay2 = 'Limpopo Accommodation';
				url = 'http://www.sa-venues.com/events/limpopo-events.php';
				url2 = 'http://www.sa-venues.com/limpopo_accommodation.htm';				
			}
			else
			if (fv.findObj("province").value == "GAU")
			{
				fv.findObj("code").value = '<iframe src="http://www.sa-venues.com/event-feeds/gauteng-events.php';
				textToDisplay = 'Gauteng Events';
				textToDisplay2 = 'Gauteng Accommodation';
				url = 'http://www.sa-venues.com/events/gauteng-events.php';
				url2 = 'http://www.sa-venues.com/gauteng_index.htm';				
			}
			else
			if (fv.findObj("province").value == "EC")
			{
				fv.findObj("code").value = '<iframe src="http://www.sa-venues.com/event-feeds/eastern-cape-events.php';
				textToDisplay = 'Eastern Cape Events';
				textToDisplay2 = 'Eastern Cape Accommodation';
				url = 'http://www.sa-venues.com/events/eastern-cape-events.php';
				url2 = 'http://www.sa-venues.com/eastern_cape_accommodation.htm';
			}
			else
			if (fv.findObj("province").value == "FS")
			{
				fv.findObj("code").value = '<iframe src="http://www.sa-venues.com/event-feeds/free-state-events.php';
				textToDisplay = 'Free State Events';
				textToDisplay2 = 'Free State Accommodation';
				url = 'http://www.sa-venues.com/events/free-state-events.php';
				url2 = 'http://www.sa-venues.com/free_state_accommodation.htm';
			}
			else
			if (fv.findObj("province").value == "GR")
			{
				fv.findObj("code").value = '<iframe src="http://www.sa-venues.com/event-feeds/garden-route-events.php';
				textToDisplay = 'Garden Route Events';
				textToDisplay2 = 'Garden Route Accommodation';
				url = 'http://www.sa-venues.com/events/garden-route-events.php';
				url2 = 'http://www.sa-venues.com/garden_route_accommodation.htm';
			}
			else
			if (fv.findObj("province").value == "MP")
			{
				fv.findObj("code").value = '<iframe src="http://www.sa-venues.com/event-feeds/mpumalanga-events.php';
				textToDisplay = 'Mpumalanga Events';
				textToDisplay2 = 'Mpumalanga Accommodation';
				url = 'http://www.sa-venues.com/events/mpumalanga-events.php';
				url2 = 'http://www.sa-venues.com/mpumalanga_accommodation.htm';
			}
			
			fv.findObj("code").value += '" width="100%" height="100%" scrolling="auto" frameborder="0"><font face="arial" size="2">Your browser does not support (or is configured not to display) frames. The events can therefore not be displayed.</font></iframe><noframes>Powered by SA-Venues.com, bringing you <a href="'+url2+'" target="_blank">'+textToDisplay2+'</a> and Events.</noframes>';
		}
		else
			alert('Please specify a province');
		
	}

