	function hidefocus(element) {
		if (element.blur) {
			element.blur();
		}
	}


jqcc(document).ready(function ($) { 

  $('#mitmachen').hover(function () {
        this.src = '/code9/images/kostenlos_mitmachen_hover.png';
    }, function () {
        this.src = '/code9/images/kostenlos_mitmachen.png';
    });

  $('#losgehts').hover(function () {
        this.src = '/code9/images/zur_Startseite_hover.png';
    }, function () {
        this.src = '/code9/images/zur_Startseite.png';
    });

});
