/**
* (c) 2008 mOblu, inc.
* All rights are reserved. Copying or other reproduction of this program is prohibited.
*/
app.addEvent(window,"load",function(){var _1=$("scape-cars");var _2=Raphael(_1,848,290);var _3,_4,_5;for(var i=0;i<gScapeCars.length;i++){_5=Math.floor(Math.random()*425)+75;_3=gScapeCars[i];_4=_2.image(_3.url,_3.x,_3.y,_3.w,_3.h);_4.attr("opacity",0);_4.animate({"opacity":1},_5);if(_3.flip){_4.scale(-1,1);}}_2.safari();});