startList = function() {
var myimages = new Array();
function preloading(){
for (x=0; x<preloading.arguments.length; x++){
myimages[x] = new Image();
myimages[x].src = preloading.arguments[x];
}
}
preloading("images/fresh_logo2.gif", "images/fresh_bg2.jpg", "images/graphic_portfolio.jpg",  "images/hatch_lookbook.jpg", "images/abkids2.jpg", "images/agf_invite_final2.jpg", "images/30modern2.jpg", "images/arrows.png", "images/contour.png", "images/hatch_postcar_final3.jpg", "images/jean_postcard_final3.jpg", "images/jeanposter2.jpg.jpg", "images/lora_shower_invite2.jpg", "images/matty2.jpg","images/pint_size_portfolio.jpg", "images/pint_sized_logo.gif", "images/polka_dot_thx2.jpg", "images/portfolio.jpg", "images/poster.jpg", "images/ribbon_thx2.jpg", "images/riley2.jpg", "images/sweet3.jpg", "images/sweet4.jpg", "images/tax2.jpg", "images/trend2.jpg", "images/web_portfolio.jpg", "imagesimages/awu_static.jpg", "images/hike_static.jpg", "images/tax_static.jpg", "images/hatch_static.jpg", "images/jm_static.jpg", "images/fresh_static.gif", "images/fresh_hover.gif", "images/heather_static.jpg", "images/onefamily_static.jpg", "images/f.gif", "images/logo.gif", "images/home.gif", "images/services.gif", "images/portfolio.gif", "images/contact.gif", "images/awu_portfolio.jpg", "images/awu_logo.gif", "images/tax_portfolio1.jpg", "images/tax_logo.gif", "images/hatch_portfolio1.jpg", "images/hatch_logo.gif", "images/jm_portfolio1.jpg", "images/jm_logo.gif", "images/hike_portfolio1.jpg", "images/hike_logo.gif", "images/onefam_portfolio1.jpg", "images/onefamily_logo.gif", "images/heather_portfolio1.jpg", "images/heather_logo.gif", "images/arrow.gif", "images/checkmark.gif", "images/blank.gif", "images/contact_img1.jpg", "images/contact_img2.jpg", "images/contact_img3.jpg", "images/awu_choc.jpg", "images/awu_hover.jpg", "images/awu_logo_sml.jpg", "images/beautyshot3.jpg", "images/hatch_egg.gif", "images/hatch_logo_sml.gif", "images/hatch_pol.jpg", "images/hatch_hover.jpg", "images/heather_logo_sml.gif", "images/heather_hover.jpg", "images/hike_hover.jpg", "images/hike_hover.jpg", "images/hike_training.jpg", "images/jean_logo_sml.gif", "images/hatch_egg.gif", "images/jean_hover.jpg", "images/nails.jpg", "images/onefamily_hover.jpg", "images/onefamily_logo_sml.gif", "images/shadow.jpg", "images/tax_calc.jpg", "images/tax_feet.jpg", "images/tax_hover.jpg", "images/tax_logo_sml.gif", "images/tax_tack.jpg");


getdate=new Date;
getyear=getdate.getFullYear();

document.getElementById("copy_date").innerHTML="&copy; "+(getyear); 
}

window.onload=startList;// JavaScript Document
