// jQuery implementation for tx_spsocialbookmarks Prototype JS file
function bookmark (data) {
	$.post("index.php?eID=user_socialbookmarks_pi1", { data: data });
}	
