﻿var strhttpPath="http://www.zeeptravel.com";

function getContactNumber()
{   
     var ContactNumber = new Array();
    ContactNumber.push("<div class='header-right1' style='padding-left:50px;'> ");
    ContactNumber.push("<img src='" + strhttpPath + "/Shared/Images/callfree-icon.gif'  alt='' />");
    ContactNumber.push("</div>");
    ContactNumber.push("<div style='margin-right: 50px;'>");
    ContactNumber.push("<span style='color: rgb(114, 114, 114); font-family: Verdana; font-size: 11px;padding-left: 30px;'><strong>Call us </strong></span><br/><span style='color: rgb(234, 108, 8);'>0700WAKANOW (07009252669) </span>");
   ContactNumber.push("</div>");
       
    return ContactNumber.join("");                                        
}
