function showInfo(listingId)
{
	document.getElementById('featured_mousefollow').style.display='inline';
	ajaxpage('ajax_ad_preview.php?do=listing&listingid='+listingId, 'featured_mousefollow');
}

function hideInfo(listingId)
{
	document.getElementById('featured_mousefollow').style.display='none';
	document.getElementById('featured_mousefollow').innerHTML='<img src="images/ajax-loader.gif" border="0" alt="Loading...">';
}