// Copyright 2004 - 2007, Productive Technologies LLC
// 6/5/2007 16:43

var OMCUrlRoot=(true)?"http://onmycalendar.com/":"http://localhost/onmycalendaraa/";

function OMCInsertCalendarJS(CKey,CPw){
var CDt = ((z = location.search.match(/OMCUS=[^&]+/)) == null) ? "" : "&" + z[0];
var CUrl=OMCUrlRoot+"CalServices/";
if(CKey=="240000017853826"||CKey=="078000013536436")CUrl+="CalendarNHSHP.aspx?"
else CUrl+="Calendar.aspx?";
document.write("<script type=\"text/javascript\" src=\""+CUrl+"BK="+CKey+"&PW="+CPw+"&OL=JS"+CDt+"\"><\/script>");}

function OMCInsertCalendar(CKey,CPw,IArgs){
var CUrl=OMCUrlRoot+"CalServices/Calendar.aspx?";
document.write("<iframe "+IArgs+" src=\""+CUrl+"BK="+CKey+"&PW="+CPw+"\"><\/iframe>");}

function OMCInsertBlockJS(BKey,InclTitle){
var CUrl=OMCUrlRoot+"CalServices/GetBlock.aspx?";
if(typeof(InclTitle)!="undefined"&&InclTitle)
document.write("<script type=\"text/javascript\" src=\""+CUrl+"BK="+BKey+"&OL=JS&T=Y\"><\/script>");
else
document.write("<script type=\"text/javascript\" src=\""+CUrl+"BK="+BKey+"&OL=JS\"><\/script>");}
