﻿var pathname = window.location.pathname;
var urlPath = "";
var navigateUrlPath = "";
if(pathname.indexOf("www.delightfultours.com")<0)
{
	urlPath = "//www.delightfultours.com/";
	navigateUrlPath  = "http://www.delightfultours.com/";
}

urlPath = window.location.protocol + urlPath;

document.write("<script type='text/javascript' src='https://openx.wayfareinteractive.com/openx/www/delivery/spcjs.php?id=25'></script>");
document.write("				<div class=\"header\">");
document.write("				<a href=\"" + navigateUrlPath + "\">");
document.write("	                <img alt=\"Delightful Tours\" src=\"" + urlPath + "images/header/logo1.jpg\" class=\"left\" />");
document.write("				</a>");
document.write("                <img alt=\"Delightful Tours\" src=\"" + urlPath + "images/header/logo2.jpg\" class=\"left\" />");
document.write("                <div class=\"right headerContact color4\">");
document.write("                    Book Online or Call Toll Free");
document.write("                    <br />");
document.write("                    <span style=\"font-size: 24px;\">1-866-516-6660</span>");
document.write("                </div>");
document.write("                <div class=\"clr\">");
document.write("                </div>");
document.write("				</div>");
