﻿


var azones={
			"160x600":143,
			"728x90":118,
			"468x60":119,
			"300x250":117
		};
			
function getGenre(id){
	for(var i=0;i<genres.length;i++)
		if(genres[i].meta_id==id)
			return genres[i].segment;

}
		
function getSection(id){
	for(var i=0;i<genres.length;i++)
		if(sections[i].section_id==id)
			return sections[i].segment;


}			
function printZone(z){
	if(azones[z])
		OA_show(azones[z]);
		return;
}				
