$(document).ready(function() { $(".toolTip").each(function(index) { $(this).simpleTooltip(); }); $(".downloadAlert").each(function(index) { $(this).downloadAlert(); }); $(".blankTarget").each(function(index) { $(this).blankTarget(); }); $(".toggleonline").each(function(index) { $(this).toggleOnline(); }); $(".mail_obfu").each(function(index) { $(this).obfuscateMail(); }); $(".quicksearch").each(function(index) { $(this).quickSearch(); }); $(".loadingScreenOnClick").each(function(index) { $(this).loadingScreen(); }); $('#faqList').simpleFAQ(); $(".faq_quicksearch").each(function(index) { $(this).simpleFAQQuicksearch(); }); $(".popup_fancybox").fancybox({autoSize: false, autoWidth:true}); $(".popup_fancybox_noauto").fancybox({maxWidth:800}); $.fn.tagcloud.defaults = { size: {start: 9, end: 18, unit: 'px'}, color: {start: '#0e3259', end: '#598E9E'} }; $(".tagCloud a").tagcloud(); });