$(window).load(function(){
	FB.init({ apiKey:'eeab6b86ed2d492993ff4faf73e83eac', status:true, cookie:true });
});

function fbShareCoupon()
{	
	 FB.ui(
	 {
		 method: 'stream.publish',
		 attachment: {
		   name: "Save big on FRONTLINE&reg; Plus",
		   description: "I just got a valuable coupon for FRONTLINE&reg; Plus flea and tick killer and want you to save, too.",
		   href: "http://completekiller.coolfiredev.com/coupon_offer/",
		   media: [{"type":"image","src":"http://completekiller.coolfiredev.com/assets/template/coupon_fb_icon.jpg","href":"http://completekiller.coolfiredev.com/coupon_offer/"}]
		 },
		 user_message_prompt: 'Save big on FRONTLINE&reg; Plus'},
		 function(response){
			 if(response && response.id){
				alert("success"); 
			 } else {
				alert("fail");
			 }
		 }
	);
}
