function preloadImages() {
	loadImage("http://files.duematernity.com/v3/images/tabTopsOn.gif");
	loadImage("http://files.duematernity.com/v3/images/tabBottomsOn.gif");
	loadImage("http://files.duematernity.com/v3/images/tabDressesOn.gif");
	loadImage("http://files.duematernity.com/v3/images/tabNursingOn.gif");
	loadImage("http://files.duematernity.com/v3/images/tabActivewearOn.gif");
	loadImage("http://files.duematernity.com/v3/images/tabSkinCareOn.gif");
	loadImage("http://files.duematernity.com/v3/images/tabDiaperBagsOn.gif");
	loadImage("http://files.duematernity.com/v3/images/tabOnSaleOn.gif");
	loadImage("http://files.duematernity.com/v3/images/tabGiftsOn.gif");

	loadImage("http://files.duematernity.com/v3/images/footerCustServOn.gif");
	loadImage("http://files.duematernity.com/v3/images/footerDesignersOn.gif");
	loadImage("http://files.duematernity.com/v3/images/footerDepartmentsOn.gif");
	loadImage("http://files.duematernity.com/v3/images/footerSpecialsOn.gif");
	
	return true;
}

function loadImage(src) {
	var tempImage = new Image();
	tempImage.src = src;
}

preloadImages();
