<!-- ------------------------------------------------->
<!-- 	Author: Niko Culevski 			      		-->
<!-- 	E-mail: culevski@earthlink.net		      	-->
<!-- 	Started: 4/5/07   		 		      		-->
<!-- 	Finished: 4/6/07		     			    -->
<!-- 	File: visit.js			      	      		-->
<!-- 	Supporting files: None						-->
<!-- 												-->
<!-- 	Purpose: Open correct URL for downloading	-->
<!-- 	archived newsletter							-->
<!-- ------------------------------------------------->

/* Function uses getElementById to parse variables starting with a number and validate*/

function visitURL()
{
	location=document.down.news.options[document.down.news.selectedIndex].value
}
