//:: /typo3conf/ext/sitepackage/control/preset/htmlsite/body/navigation/main/navigation.js
//===============================================================
jQuery.noConflict();jQuery(document).ready(function(){jQuery.each(jQuery('#mainNavigation').children('li'),function(index,obj){jQuery(obj).children('ul').width(jQuery(obj).width()+2);});jQuery.each(jQuery('#mainNavigation').children('li.cur'),function(index,obj){jQuery(obj).children('ul').width(jQuery(obj).width());});});

//:: /typo3conf/ext/sitepackage/control/preset/htmlsite/body/logo/logo.js
//===============================================================
function randomInt(min,max){return Math.floor(Math.random()*(max-min+1)+min);}
jQuery.noConflict();jQuery(document).ready(function(){var intZufallZahl=randomInt(1,5);jQuery('#logo a').addClass('logo'+intZufallZahl);});

