
$(document).ready(function() {
	$('#images1') 
	//.after('<div id="sliderNav">') 
	.cycle({ 
		fx:     'fade', 
		speed:  1500, 
		timeout: 7000,
		random:1,
		//pager:  '#sliderNav',
		//$('#slideshow').cycle('stop');
		pause: 1
	});
});

function wopen(url, name, w, h)
{
	// Fudge factors for window decoration space.
	// In my tests these work well on all platforms & browsers.
	w += 40;
	h += 96;
	var win = window.open(url,
	name, 
	'width=' + w + ', height=' + h + ', ' +
	'location=no, menubar=no, ' +
	'status=no, toolbar=no, scrollbars=yes, resizable=no');
	win.resizeTo(w, h);
	win.focus();
}
/*
$(document).ready(function() {
	$('#images2') 
	//.after('<div id="sliderNav">') 
	.cycle({ 
		fx:     'fade', 
		speed:  1000, 
		timeout: 3000,
		//pager:  '#sliderNav',
		//$('#slideshow').cycle('stop');
		pause: 1
	});
});

$(document).ready(function() {
	$('#images3') 
	//.after('<div id="sliderNav">') 
	.cycle({ 
		fx:     'fade', 
		speed:  1000, 
		timeout: 3000,
		//pager:  '#sliderNav',
		//$('#slideshow').cycle('stop');
		pause: 1
	});
});
*/
