$(document).ready(function() {
  $('.slideshow').cycle({ height: 320, speed:500, timeout:0, pager:'#nav', pagerAnchorBuilder: function(idx, slide) {return '#nav li:eq(' + (idx) + ') a';} });
  $('.galleryone').cycle({ fx:'fade', prev: '#g-one-prev', next: '#g-one-next', timeout:900});
  swfobject.embedSWF("/swf/contact.swf", "register_form", "500", "380", "9.0.0", false, {content:"null"}, {wmode:"opaque"}, {id:"register_form"});
	swfobject.embedSWF("/swf/player.swf", "player", "922", "376", "9.0.0", false, {content:"null"}, {wmode:"opaque"}, {id:"player"});
  $('a.ajax').click(function() {
    var url = this.href; var name = this.title; var dialog = $('<div style="display:hidden"></div>').appendTo('body');
    dialog.load(url, {},
      function (responseText, textStatus, XMLHttpRequest) {dialog.dialog({width:760, height:370, modal:true, title:name});}      
    );
    return false;
  });
});
