function FBpost(fbname, fblink, fbmessage)
{
 FB.init({
    appId:'118335274939566', cookie:true,
    status:true, xfbml:true
 });


    FB.ui(
	   {
	     method: 'feed',
	     name: fbname,
	     link: fblink,
	     picture: 'http://www.breedrank.com/breedrank_fb.jpg',
	     caption: fbmessage
	   }
	 );
}
