function new_freecap()
{
	if(document.getElementById)
	{
		thesrc = document.getElementById("freecap").src;
		thesrc = thesrc.substring(0,thesrc.lastIndexOf(".")+4);
		document.getElementById("freecap").src = thesrc+"?"+Math.round(Math.random()*100000);
	} else {
		alert("Sorry, cannot autoreload freeCap image\nSubmit the form and a new freeCap will be loaded");
	}
}

YAHOO.namespace("hostclick");
YAHOO.hostclick.onMenuBarAvailable = function() {
	YAHOO.widget.MenuItem.prototype.IMG_ROOT = "http://hostclick.com/js/assets/";
	var oMenuBar = new YAHOO.widget.MenuBar("productsandservices", { autosubmenudisplay:true, hidedelay:750, lazyload:true });
	oMenuBar.render();
}
YAHOO.util.Event.addListener(window, "load",  YAHOO.hostclick.onMenuBarAvailable);

function openWin(page) {
	window.open(page);
}

