
// preloading of our rollover images
// handle the if(document.images) in the function instead
wn_n = new Image(); wn_n.src = '/templates/competition/20/images/whatsnew_g.gif';
wn_r = new Image(); wn_r.src = '/templates/competition/20/images/whatsnew_g_r.gif';
wn_s = new Image(); wn_s.src = '/templates/competition/20/images/whatsnew_s.gif';
cmp_n = new Image(); cmp_n.src = '/templates/competition/20/images/comps_g.gif';
cmp_r = new Image(); cmp_r.src = '/templates/competition/20/images/comps_g_r.gif';
cmp_s = new Image(); cmp_s.src = '/templates/competition/20/images/comps_s.gif';
au_n = new Image(); au_n.src = '/templates/competition/20/images/aboutus_g.gif';
au_r = new Image(); au_r.src = '/templates/competition/20/images/aboutus_g_r.gif';
au_s = new Image(); au_s.src = '/templates/competition/20/images/aboutus_s.gif';
lnk_n = new Image(); lnk_n.src = '/templates/competition/20/images/links_g.gif';
lnk_r = new Image(); lnk_r.src = '/templates/competition/20/images/links_g_r.gif';
lnk_s = new Image(); lnk_s.src = '/templates/competition/20/images/links_s.gif';
hm_n = new Image(); hm_n.src = '/templates/competition/20/images/home_g.gif';
hm_r = new Image(); hm_r.src = '/templates/competition/20/images/home_g_r.gif';
//email rollover
em_off = new Image(); em_off.src = '/templates/competition/20/images/email.gif';
em_on = new Image(); em_on.src = '/templates/competition/20/images/email_on.gif';
//email p6 rollover
emp6_off = new Image(); emp6_off.src = '/templates/competition/20/images/email_p6.gif';
emp6_on = new Image(); emp6_on.src = '/templates/competition/20/images/email_p6_on.gif';


