$(document).ready(function() {
	//loadGoogleMaps();
	topImages();
	$('a[@rel*=lightbox]').lightBox();
});

function topImages(){
	$("#topimages").cycle({
    	fx: 'fade',
	    speed: 1000,
	    timeout: 5000,
	    next: '#topimages',
	    pause: 1
 	});
}
