
var getEvents=function(m,y){$.post('/ajax.events.php',{m:m,y:y},setEvents,'json');};var setEvents=function(events){$.each(events,function(){var parts=this.longdate.split('-');var evt=this;$('a:[rel="'+evt.longdate+'"]').css({backgroundColor:'#92A818'}).attr('title',evt.desc).click(function(){document.location.href='/Events/'+evt.evt_id+'/'+evt.nice+'.html';});});};var showImageModal=function(el){notes='';var rel=$(el).parent().attr('rel')||'';if($('#notes_'+rel)[0]){notes=$('#notes_'+rel).html();}
GB_show(el,800,600,notes);};var doImageCluster=function(){var biglink=$('#bigimg a:first');var bigimg=$('#bigimg a img:first');$('#smallimgs a img').unbind().click(function(){bigimg.attr('src',$(this).attr('src').replace('tiny','page')).attr('alt',$(this).attr('alt'));biglink.attr('class',$(this).parent().attr('name')||'').attr('title',$(this).parent().attr('title')||'').attr('rel',$(this).parent().attr('rel')||'').attr('href',$(this).attr('src').replace('tiny','large'));biglink.attr('target','_blank');bigimg.unbind().click(function(){showImageModal(this);return false;});return false;});bigimg.unbind().click(function(){showImageModal(this);return false;});$('a.thickbox img').unbind().click(function(){showImageModal(this);return false;});};$(document).ready(function(){$('#kw,#contactform input,#contactform textarea').focus(function(){if($(this).attr('title')==$(this).val()){$(this).val('');}else{$(this).val($(this).val());}});$('#kw,#contactform input,#contactform textarea').blur(function(){if($(this).val()==''){$(this).val($(this).attr('title'));}else{$(this).val($(this).val());}});$('#nav ul li a').each(function(){$(this).hover(function(){$(this).parent().find("ul").slideDown('fast').show();});$(this).parent().hover(function(){},function(){$(this).parent().find("ul").slideUp('slow');});});if($('#slideshow')[0]){$('#slideshow').cycle({delay:speeds[0],speed:speeds[0]});}
$('table.stripe tr:odd').addClass('erow');$('#nav ul li a').each(function(){if(document.location.href.indexOf($(this).attr('href'))>-1||($(this).attr('href').indexOf('/Pages/1/')>-1&&document.location.href==='http://sydneybrock.co.uk/')){$(this).addClass('current');}});$('#search_form input.button').hover(function(){$(this).css({backgroundPosition:'0 0'});},function(){$(this).css({backgroundPosition:'0 -20px'});});if($('#flashcontent')[0]){$('#flashcontent').flash({src:'/mp3player.swf?xml=config.xml&player_skin=/skins/diego_skin.swf',width:361,height:283});}
$('#calendar').jcalendar(this,function(m,y){getEvents(m,y);});getEvents(0,0);doImageCluster();});