function showTopBanner()
{
	str = 'top banner';
	document.write(str);
}

function showRightAd()
{
	str = '<img src="http://ads.ip.cabanova.com/media/cabanova_160x600_en.gif"/>';
	document.write(str);
}