/**
 * @author dl-rszemraj
 */

function includeScript( scriptPath )
{
	document.write('<script type="text/javascript" src="_js/api/'+scriptPath+'"></script>');	
}

var antiChache = "?="+( new Date() ).getTime();

includeScript( "../swfobject.js" + antiChache );
includeScript( "utils/GeoPosition.js" + antiChache );
includeScript( "utils/MapApplicationContext.js" + antiChache );
includeScript( "poi/POIData.js" + antiChache );
includeScript( "poi/POIVCardData.js" + antiChache );
includeScript( "poi/POIAddressData.js" + antiChache );
includeScript( "utils/JSON.js"  + antiChache );
includeScript( "MapApplication.js" + antiChache );

