// Send ajax request if a bookmark was clicked
function bookmark(data) {
	jQuery.post('index.php?eID=tx_spsocialbookmarks_pi1&data=' + data);
}
