jQuery(document).ready(function() {
jQuery(".message_body").hide();
jQuery(".message_head").click(function() {
jQuery(this).next(".message_body").slideToggle(500);
jQuery(this).children('h2').each(function(i) {
if (this.style.backgroundImage != 'url("/themes/business8/pics/arrow_up_green_12.png")')
this.style.backgroundImage = 'url(/themes/business8/pics/arrow_up_green_12.png)';
else
this.style.backgroundImage = 'url(/themes/business8/pics/arrow_down_green_12.png)';});});
var tabContainers = jQuery('div.tabs > div');
jQuery('div.tabs ul.tabNavigation a').click(function () {
tabContainers.hide().filter(this.hash).show();
jQuery('div.tabs ul.tabNavigation a').removeClass('selected');
jQuery(this).addClass('selected');
return false;}).filter(':first').click();
jQuery('#feedreader').append("<a href='http://feedproxy.google.com/AndreasGlaser'><img src='http://feedproxy.google.com/~fc/AndreasGlaser?bg=FFFFFF&amp;fg=000000&amp;anim=0' height='26' width='88' style='border:0' alt='' /></a>");
jQuery('#twitter').append("<div id='TwitterCounter'><a href='http://twittercounter.com/andreasglaser?from=button' title='TwitterCounter for @andreasglaser' target='_blank'><img src='http://twittercounter.com/counter/?username=andreasglaser' width='88' height='26' style='border:none;' alt='TwitterCounter for @andreasglaser' /></a></div>");});
