
// Preload Image Script Provided Free By http://www.DesignerWiz.com
// Development Resource & JavaScript Public Archive Center
var imglist = new Array (
"http://crazy4carz.com/images/bhome.gif",
"http://crazy4carz.com/images/bforums.gif",
"http://crazy4carz.com/images/bevents.gif",
"http://crazy4carz.com/images/bclubs.gif",
"http://crazy4carz.com/images/bmuseums.gif",
"http://crazy4carz.com/images/bgallery.gif",
"http://crazy4carz.com/images/bclassifieds.gif",
"http://crazy4carz.com/images/blinks.gif",
"http://crazy4carz.com/images/bcontact.gif",
"http://crazy4carz.com/images/badv.gif",
"http://crazy4carz.com/images/btv.gif",
"http://crazy4carz.com/images/bhomex.gif",

);

var imgs = new Array();

var count
if (document.images)

 for (count=0; count<imglist.length; count++)
    {imgs[count]=new Image(); imgs[count].src=imglist[count];}
