$(document).ready(function(){
    
$.include ({'/modules/gPlus1/jquery.MyGooglePlusOneButton.js':function(){
				$().MyGooglePlusOneButton({
				cornerNo:2,       // 1=obere linke Ecke , 2=obere rechte Ecke, 3=untere linke Ecke, 4=untere rechte Ecke
				bCount:true,      // Zaehler sichtbar: true oder false
				size:"standard", // moegliche Groessen des Button: "standard", "medium", "small", "tall"
				//topLeftCss:"position:fixed;top:10px;left:10px;z-index:99999"  //css Anpassung für 1
                                topRightCss: 'position:fixed;top:10px;right:20px;z-index:99999' //css Anpassung für 2
                                //bottomLeftCss: 'position:fixed;bottom:10px;left:10px;z-index:99999' //css Anpassung für 3
                                //bottomRightCss: 'position:fixed;bottom:10px;right:20px;z-index:99999' //css Anpassunf für 4
				});
                                //$("#gPlus").MyGooglePlusOneButton({cornerNo:0, bCount:true, size:"standard"}); //den Button frei positionieren mit folgendem Code im Template, html code: <div id=gPlus></div>
		    }});
});   



