	var successsubmit="0";
	function postMe(){
		if (successsubmit == "0") {
			FB.ui({
				method: 'stream.publish',
				message: '',
				attachment: {
					name: 'Διακοπές στη Λευκάδα. Η καλύτερή μας!',
					caption: 'Διαγωνισμός Λαμπίκο Μπιτς',
					description: ('Μπες κι εσύ στην κλήρωση για ένα ταξίδι στη Λευκάδα για να απολαύσεις μερικές από τις πιο καθαρές παραλίες στην Ελλάδα! Από το Amstel Eco.'),
					'media': [{
						'type': 'image',
						'target': '_blank',
						'src': 'http://www.amstel-eco-game.gr/images/fb75x75.jpg',
						'href': 'http://www.amstel-eco-game.gr/'
					}],
					href: 'http://www.amstel-eco-game.gr/',
					target: '_blank'
				
				},
				
				action_links: [{
					text: 'Amstel Eco Game',
					href: 'http://www.amstel-eco-game.gr/'
				}],
				user_message_prompt: 'Μοιράσου την εμπειρία σου!',
				target: '_blank'
			}, function(response){
				if (response && response.post_id) {
					var str="";
					//successsubmit = "1";			
					$.ajax({
						type: "POST",
						url: "/_inc/_z_share.php",
						data: str,
						loading: "",
						success: function(message){
							var messa = jQuery.trim(message.toString());
							if (messa != "OK") {
							//console.log("did not update local user id");
							}
							
						//fbphoto = photo;
						
						}
					});
				}
				else {
					//successsubmit = "2";
				//alert('Post was not published.');
				}
			});
		}
	}
