/*
  This is a hack to make sure the new "kobol" website does not load the old dcpages.com "travel calendar" javascript
  If the variable iKobolVer is not defined globally, then assume this is the old website.
*/
if (typeof iKobolVer === 'undefined') {
	// iKobolVer is not defined, this must be the old site.  Use the old javascript
	document.write('<'+'script type="text/javascript" src="http://www.dcpages.com/date-picker55-legacy.js"><'+'script>');
} 
