<!--
	function getbanner(page, area, data){
		if (page=='404'){gMedRec(); return;}
		if (area=='nodata'){document.write('<h3>Sorry no products available at the moment</h3>');}
		if (page=='index'){
			switch (area){case 'top':	;break 
				case 'bottom':	;break 
				case 'sidebar': ;break}return;}
		if (page=='site'){}
		if (page=='category'){}
		if (page=='brand'){}
		if (page=='product'){}
	}
	-->
