function preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.p) d.p=new Array();
    var i,j=d.p.length,a=preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.p[j]=new Image; d.p[j++].src=a[i];}}
}

jQuery(function() {
	jQuery('a.show').lightBox(); 
});

jQuery(document).ready(function(){
	
	jQuery("#picas").empty();
	jQuery('#picas').append("<p><img src=\"themes/helpinghands/images/001.jpg\" title=\"Helping Hands Kinder tun Gut(es)\" alt=\"Helping Hands Kinder tun Gut(es)\" /></p>")
	jQuery('#picas').append("<p><img src=\"themes/helpinghands/images/002.jpg\" title=\"Helping Hands Kinder tun Gut(es)\" alt=\"Helping Hands Kinder tun Gut(es)\" /></p>")
	preloadImages();
	
    jQuery('#picas').cycle({ 
    fx:    'fade', 
    speed:  2000	
 });

});





