 
 function create_icon(icon)
 {
	return '<img src="layout/img/'+icon+'.gif" class="link-icon" />';
 }
 
  $.noConflict();
  jQuery(document).ready(function($) {
		//zebra table
	
	$('table tr:odd').addClass('odd');
	$('table td:first-child').addClass('td1');	
	
    if( $('.calendars').length ){
		$('.calendar').eq(3).css('clear', 'both');
		$('.calendar').eq(6).css('clear', 'both');
        $('.calendar td[class^="cat"]').addClass('date');
	}
	 // Does not work because of manipulated body tag, so let's start with jquery
	// $GLOBALS['TSFE']->pSetup['bodyTagAdd'] = " onload=\"onLoad1();\" onunload=\"GUnload();\"";
	if( $('#keyac-singleview-map').length ){
		onLoad1();
		// alert('super');
	}
	
});
