var index=1,animations=[];animations[1]=new Array("$('#red-stripe').animate({'width': '100%'}, 1000)",1E3);animations[2]=new Array("$('#image1').fadeIn()",1E3);animations[3]=new Array("$('#title').fadeIn()",700);animations[4]=new Array("$('#official-sign').show()",500);animations[5]=new Array("$('#image1').fadeOut(2000)",1E3);animations[6]=new Array("$('#image2').fadeIn(2000)",1E3);animations[7]=new Array("$('#image2').fadeOut(2000)",1E3);animations[8]=new Array("$('#image3').fadeIn(2000)",500); animations[9]=new Array("$('#track').css('display', 'block')",1E3);animations[10]=new Array("$('#images-box').css('visibility', 'visible'); $('#images-box').animate({ width: '398px' }, 1200)",1202);animations[11]=new Array("$('#images-wrapper').show()",500); $(document).ready(function(){var a=navigator.appName=="Microsoft Internet Explorer"&&parseInt(navigator.appVersion)==4&&navigator.appVersion.indexOf("MSIE 5.5")!=-1,b=navigator.appName=="Microsoft Internet Explorer"&&parseInt(navigator.appVersion)==4&&navigator.appVersion.indexOf("MSIE 6.0")!=-1;if(!(jQuery.browser.msie&&(a||b))){addPreloadFunction($);$.preload(["hp/morricone-1.png","hp/morricone-2.png","hp/morricone-3.png"],{init:function(){$("#images-bg").empty()},loaded:function(c){$("#images-bg").append(c)}, loaded_all:function(){execAnim(animations[1][0],animations[1][1])}})}});function execAnim(a,b){index++;eval(a);animations[index]&&setTimeout("execAnim(animations[index][0], animations[index][1]);",b)} function addPreloadFunction(a){var b=[];a.extend({preload:function(c,f){var g={init:f.init,loaded:f.loaded,loaded_all:f.loaded_all},d=c.length,e=0;g.init(0,d);for(var h in c)b.push(a('<img class="bg-image" />').attr({src:c[h]+"?random="+(new Date).getTime(),id:"image"+(Number(h)+1)}).load(function(){e++;g.loaded(this,e,d);e==d&&g.loaded_all(e,d)}))}})};