// JavaScript Document
function dodajFB () {

$("#fb-fan").append("<fb:fan profile_id='185548760405' width='220' height='265' connections='8' stream='false' header='false' css='http://www.macinkovic.rs/css/facebook.css?2'></fb:fan>");
}

function dodajFBlike (linkID) {
	$("#fbLikediv").append(linkID);
}

function dodajFBComment (linkID) {
	$("#FBComments").append(linkID);
}

