$(function(){if(!jQuery.browser.mobile){$('.blank, #menu-blog a').popupWindow({width:screen.width,height:screen.height,scrollbars:1,menubar:1,toolbar:1,resizable:1});if($('.gallery-item').length>1){var g=$('.gallery');var gw=g.wrap('<div id="gwrapper" />');gw.css({'height':$('.gallery-item img').first().height()});$('<a href="#" id="prev">{</a><a href="#" id="next">}</a>').insertBefore(g);g.cycle({delay:2000,speed:500,pause:1,prev:'#prev',next:'#next'});$('.gallery-item').click(function(){return false;});}
if($('.accordion')){$('.accordion').simpleAccordion();}}});
