﻿var _orePluginTypeId = 1;
var _orePage = "http://ore.ascot.travel/controls/Default.aspx";
//var _orePage = "http://localhost:50007/ore.ascot.travel/controls/Default.aspx";
var _oreWidth = window._oreWidth || "765px";
var _oreHeight = window._oreHeight || "320px";
var _oreIndex = window._oreIndex || 0;

var _oreDomain = document.domain;

_orePage += "?site=" + _oreDomain + "&pluginTypeId=" + _orePluginTypeId + "&index=" + _oreIndex;

document.writeln("<iframe src=\"" + _orePage + "\" height=\"" + _oreHeight + "\" width=\"" + _oreWidth + "\" frameborder=\"0\" scrolling=\"no\"></iframe>");

