//load images function loadImages(){ var imgdate=new Date(); var monthCurrent=imgdate.getMonth();monthCurrent=monthCurrent+1; if (monthCurrent > 10) { var imgpath='christmas'; var themeimages=['thewishlist.jpg','calendar.png','candycane.png','gingerbread.png','santa.png','snowflake.png','snowman.png','stocking.png','tree.png','tree_off.gif','tree_on.gif','glyphicons-17-bin.png','glyphicons-46-calendar.png','glyphicons-130-message-new.png','glyphicons-151-edit.png','glyphicons-172-fast-backward.png','glyphicons-173-rewind.png','glyphicons-177-forward.png','glyphicons-178-fast-forward.png','glyphicons-196-circle-info.png','glyphicons-51-link2.png','glyphicons-139-picture.png','glyphicons-222-reply.png','glyphicons-223-share.png','glyphicons-228-usd.png','glyphicons-246-chat.png','glyphicons-310-comments.png','greyx.png','map.png','plus.png','qmark.png','rec.png','blueq.png','thumbs-up.png','wrapped.png','unwrapped.png']; } else { var imgpath='normal'; var themeimages=['thewishlist.jpg','birthday.png','butterfly.png','chicken.png','music.png','puppy.png','racecar.png','teddybear.png','balloons.png','tree_off.gif','tree_on.gif','glyphicons-17-bin.png','glyphicons-46-calendar.png','glyphicons-130-message-new.png','glyphicons-151-edit.png','glyphicons-172-fast-backward.png','glyphicons-173-rewind.png','glyphicons-177-forward.png','glyphicons-178-fast-forward.png','glyphicons-196-circle-info.png','glyphicons-51-link2.png','glyphicons-139-picture.png','glyphicons-222-reply.png','glyphicons-223-share.png','glyphicons-228-usd.png','glyphicons-246-chat.png','glyphicons-310-comments.png','greyx.png','map.png','plus.png','qmark.png','rec.png','blueq.png','thumbs-up.png','wrapped.png','unwrapped.png']; } var preloadImages=new Array(); for (c=0; c < themeimages.length; c++){preloadImages[c]=new Image();preloadImages[c].src='themes/'+imgpath+'/'+themeimages[c];} var iconimages=['bell.png','black.png','checkbox-blank.gif','checkbox-checked.gif','dollar.png','dot.jpg','error.png','favs.png','flag_off.gif','flag_on.gif','full-menu.png','gift.png','glyphicons-11-envelope.png','glyphicons-159-show-lines.png','glyphicons-196-circle-info.png','glyphicons-30-notes.png','glyphicons-334-bell.png','glyphicons-388-log-out.png','glyphicons-46-calendar.png','glyphicons-51-link.png','grey.png','home.png','loading.gif','pdf-icon-small.gif','positivessl_trust_seal_sm_124x32.png','ptext.png','purchased.png','read.png','refresh.png','seasonal.png','settings.png','sm-checkbox-blank.gif','sm-checkbox-checked.gif','sm-forward.gif','sm-green-check.gif','sm-reply-to.gif','user-blank.png','white.png','glyphicons-344-thumbs-up.png']; var preloadIcons=new Array(); for (z=0;z < iconimages.length; z++){preloadIcons[z]=new Image();preloadIcons[z].src='icons/'+iconimages[z];} }