<!--
function UpdatePopular() {
	new Ajax.Updater('widgetpopular','widget_popular.php', { asynchronous: true } );
}

function UpdateWhere() {
	new Ajax.Updater('widgetwhere','widget_where.php', { asynchronous: true } );
}
-->