//country = var bannerobj = function(m_id_type, m_imagesrc, m_id, m_id_section,m_pos, m_width, m_height,m_url) { this.id_type = m_id_type;this.imagesrc = m_imagesrc; this.id = m_id; this.id_section = m_id_section; this.pos = m_pos; this.width = m_width; this.height = m_height; this.url = m_url; } var bannerlist = new Array();