//Display Flash or Jpeg in the Content
var strObjID = 'flashArea';
var strFlashPath = 'MULTIMEDIAFILES/gps-flash.swf';
var strImagePath = 'images/useruploadedimages/11/flash.jpg';
var intWidth = 503;
var intHeight = 168;

//N.B. This called will replaced the tdHomePageFlash with the above image
showFlashOrJpeg(strObjID, strFlashPath, strImagePath, intWidth, intHeight);


if (document.getElementById("calendarID") && document.getElementById("calendarLink"))
{
  calEvents = document.getElementById("calendarID").innerHTML;
  calLink = document.getElementById("calendarLink");

  calLink.setAttribute("href", "http://www.gps-proxy.com/Calender.aspx?typ=" + calEvents);
}
