 
//<img src='u/noimage.png' alt='' width='150' height='150' />

preload_image_object = new Image();
// set image url
image_url = new Array();
image_url[0] = "http://checkoutmyoutfit.com/u/noimage.png";
image_url[1] = "http://checkoutmyoutfit.com/inc/layout/5/bg.jpg";
image_url[2] = "http://checkoutmyoutfit.com/inc/layout/5/logo.jpg";
image_url[3] = "http://checkoutmyoutfit.com/images/comment.gif";
image_url[4] = "http://checkoutmyoutfit.com/images/comment.gif";
image_url[5] = "http://checkoutmyoutfit.com/images/next-button.gif";
image_url[6] = "http://checkoutmyoutfit.com/images/rate-button.gif";
image_url[7] = "http://checkoutmyoutfit.com/images/say-button.gif";
image_url[8] = "http://checkoutmyoutfit.com/images/ico_close_x.gif";
image_url[9] = "http://checkoutmyoutfit.com/images/ico_close_x_hover.gif";

var i = 0;
for(i=0; i<=9; i++) {
	preload_image_object.src = image_url[i];
}
