function redirect(url){
	window.location.href=url;
}

function display_childsite_banner()
{
	document.write("<div id='childsite_banner'>");
	document.write("<div id='site_select'>");
	document.write("<form name='childsite_select'>");
	document.write("<select name='childsite_list' id='site_list' OnChange='location.href=childsite_select.childsite_list.options[selectedIndex].value'>");
	document.write("	<option value='#' selected>Browse these electronics topics</option>");
	document.write("	<option value='http://www.myGreenElectronics.org'>Recycle electronics</option>");
	document.write("	<option value='http://www.TechHome.com'>Find local home technology installers</option>");
	//document.write("	<option value='http://www.DigitalDriver.org'>Use car electronics safely</option>");
	document.write("	<option value='http://www.DTVtransition.org'>Learn about the 2009 DTV Transition</option>");
	document.write("	<option value='http://www.DigitalFreedom.org'>Protect your digital rights</option>");
	document.write("	<option value='http://www.AntennaWeb.org'>Choose the right antenna</option>");
	document.write("	<option value='http://www.GreatAudio.com'>Create a great audio system</option>");
	document.write("</select>");
	document.write("</form>");
	document.write("<a href='http://www.DigitalTips.org' target='_blank'><img src='http://www.DigitalTips.org/images/DTfamilyLogo.gif' border='0' /></a>");
	document.write("</div>");
	document.write("</div>");
}
