jQuery.preloadImages = function() {
	for(var i = 0; i<arguments.length; i++) {
		jQuery("<img>").attr("src", arguments[i]);
	}
}

google.setOnLoadCallback(function() {
    $.preloadImages("/wp-content/themes/tanjajorberg/images/navigation-8h.jpg");
    $(".themenbox").show();
    $('#themen').cycle({
    fx: 'fade',
    speed: 2000,
    delay: 2000,
    timeout: 6000
    });
    $('#posterimages').cycle({
    fx: 'scrollUp',
    speed: 6000,
    delay: 1000,
    timeout: 2000
    });
});