function popitup(url) {
	newwindow=window.open(url,'name','height=660,width=800');
	if (window.focus) {newwindow.focus()}
	return false;
}

$(document).ready(function() {
    $('.slideshow').cycle({
    fx: 'fade',
    speed:  2500,
    timeout: 5000
  });
});

