$(document).ready(function() {

  $('a.email').each(function() {
    var email = $(this).attr('name')+'@'+$(this).attr('rel');
    $(this).attr({href: email}).text(email);
  });
  
  $('#slideshow').cycle({
      fx: 'scrollHorz',
      autoStart: false,
      next: '#right-arrow',
      prev: '#left-arrow',
      duration: 1200,
      fit: 1,
      width: 660,
      height: 449
  });
});

$(window).resize(function() {
});

function setPage(page) {
	return 'http://www.blackapplenewyork.com/'+page;
}
