
//This page needs to change for each newsletter version to point to the current folder
//so the rollovers in the ExactTarget newsletter works.
if (document.images) {

    thumb1up       = new Image();
    thumb1up.src   = "img/button_games_off.gif";
    thumb1down     = new Image() ;
    thumb1down.src = "img/button_games_on.gif";
	
    thumb2up       = new Image();
    thumb2up.src   = "img/button1_off.gif";
    thumb2down     = new Image() ;
    thumb2down.src = "img/button1_on.gif";
	thumb2Bup       = new Image();
    thumb2Bup.src   = "img/button1_off.gif";
    thumb2Bdown     = new Image() ;
    thumb2Bdown.src = "img/button1_on.gif";

    thumb3up       = new Image();
    thumb3up.src   = "img/button2_off.gif";
    thumb3down     = new Image() ;
    thumb3down.src = "img/button2_on.gif";
	thumb3Bup       = new Image();
    thumb3Bup.src   = "img/button2_off.gif";
    thumb3Bdown     = new Image() ;
    thumb3Bdown.src = "img/button2_on.gif";

    thumb4up       = new Image();
    thumb4up.src   = "img/button3_off.gif";
    thumb4down     = new Image() ;
    thumb4down.src = "img/button3_on.gif";
	thumb4Bup       = new Image();
    thumb4Bup.src   = "img/button3_off.gif";
    thumb4Bdown     = new Image() ;
    thumb4Bdown.src = "img/button3_on.gif";

    thumb5up       = new Image();
    thumb5up.src   = "img/button4_off.gif";
    thumb5down     = new Image() ;
    thumb5down.src = "img/button4_on.gif";
	thumb5Bup       = new Image();
    thumb5Bup.src   = "img/button4_off.gif";
    thumb5Bdown     = new Image() ;
    thumb5Bdown.src = "img/button4_onB.gif";

    thumb6up       = new Image();
    thumb6up.src   = "img/left_nav_company_logo_off.gif";
    thumb6down     = new Image() ;
    thumb6down.src = "img/left_nav_company_logo_on.gif";

    thumb7up       = new Image();
    thumb7up.src   = "img/left_nav_link1_off.gif";
    thumb7down     = new Image() ;
    thumb7down.src = "img/left_nav_link1_on.gif";

    thumb8up       = new Image();
    thumb8up.src   = "img/left_nav_link2_off.gif";
    thumb8down     = new Image() ;
    thumb8down.src = "img/left_nav_link2_on.gif";

    thumb9up       = new Image();
    thumb9up.src   = "img/left_nav_custom_copy_off.gif";
    thumb9down     = new Image() ;
    thumb9down.src = "img/left_nav_custom_copy_on.gif";

}
function buttondown( buttonname ) {
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "down.src" );
    }
}
function buttonup ( buttonname ) {
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "up.src" );
    }
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function preload() {
	MM_preloadImages('img/mc_logo_on.gif','img/button1_on.gif','img/button2_on.gif','img/button3_on.gif','img/button4_on.gif','img/left_nav_company_logo_on.gif','img/left_nav_link1_on.gif','img/left_nav_link2_on.gif','img/left_nav_custom_copy_on.gif');
}