(function(jq){jq(document).ready(function(){

    var images = [
        '/projectstatic/images/rechtsNachLinks.gif'
    ]
 
    var image = images[0] + '?random=' + Math.random( )
    var airplane = jq( '<img id="airplane" src="' + image + '" title="" alt="" />' ).appendTo( jq( '#main' ) )

    function removeDeferred( ) {
        function removeAirplane( ) {
            airplane.remove( )
        }
	window.setTimeout( removeAirplane, 1000 )
    }
    runOnLoad( removeDeferred )
 
})})(jQuery);
