function loaded(){ } function initiate_gallery(){ $("a[rel=example_group]").fancybox({ 'transitionIn' : 'none', 'transitionOut' : 'none', 'titlePosition' : 'over', 'titleFormat' : function(title, currentArray, currentIndex, currentOpts) { return 'Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? '   ' + title : '') + ''; } }); } function send_post(){ data = document.getElementById('post').value; AJAX('message','send.php','data='+encodeURI(data),''); } function check_posts(){ AJAX('live_post','live.php','',''); //setTimeout('check_posts()',600000); }