
/* - ++resource++squarewave.asa.theme.scripts/main.js - */
// http://www.powdern.com/portal_javascripts/++resource++squarewave.asa.theme.scripts/main.js?original=1
(function($){$(document).ready(function(){bind_bulletin();$('a.event_listing_next_3').unbind().bind('click', function(event){event.preventDefault();query_asa_events($(this))})});query_asa_events=function(link){var index=link.attr('href');$.get('@@asa_eventslisting',{p:index}, function(data){data=$(data);if(index!='0'&&!$('.listing_item',data).length){link.attr('href','0');query_asa_events(link);return}
$('.eventslisting').replaceWith(data);var new_index=parseInt(link.attr('href'))+1;link.attr('href',new_index)})};bind_bulletin=function(){$('a.next_bulletin').unbind().bind('click', function(event){event.preventDefault();var link=$(this);var href=link.attr('href');var num=href.substring(href.lastIndexOf('=')+1,href.length);$.getJSON('@@json_bulletin',{n:num}, function(data){link.attr('href',data.next);$('img.bulletin_image').attr('src',data.image);$('a.bulletin_reference_location').attr('href',data.reference);bind_bulletin()})})}})(jQuery);

