function createForm()
	{
	
		document.write('<h3>Local Stations</h3>');
		document.write('<div id="localization">');
		document.write('<img src="http://media.npr.org/chrome/icon_tower.gif" width="24" height="27" class="tower" alt=""  />');
		document.write('<h4>Listen Live to 300+ Stations</h4>');
		document.write('<p class="more"><a href="/stations/index.php" class="moreArrow">Find Stations</a></p>');
		document.write('</div>');
	}

