﻿var strhttpPath="http://www.zeeptravel.com";

function getContactNumber()
{
    var ContactNumber = new Array();
    ContactNumber.push("<div class='header-right1'>");
    ContactNumber.push("<img src='" + strhttpPath + "/Shared/Images/zeep_mobile.jpg'  alt='' />");
    ContactNumber.push("</div>");
    ContactNumber.push("<div class='header-right2'>");
    ContactNumber.push("<h1>0700CALLZEEP (070022559337),<br/> +234 8028982022, +234 7028413705</h1>");
    ContactNumber.push("</div>");
    ContactNumber.push("<div style='text-align:center'>");
    ContactNumber.push("<span class='ver10'>Customer Service Number</span>");    
    ContactNumber.push("</div>");   
    return ContactNumber.join("");              
}