
//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   = "images/thumb1_sm.jpg";
    thumb1down     = new Image() ;
    thumb1down.src = "images/thumb1_sm-over.jpg";
	
    thumb2up       = new Image();
    thumb2up.src   = "images/thumb2_sm.jpg";
    thumb2down     = new Image() ;
    thumb2down.src = "images/thumb2_sm-over.jpg";

    thumb3up       = new Image();
    thumb3up.src   = "images/thumb3_sm.jpg";
    thumb3down     = new Image() ;
    thumb3down.src = "images/thumb3_sm-over.jpg";

    thumb4up       = new Image();
    thumb4up.src   = "images/thumb4_sm.jpg";
    thumb4down     = new Image() ;
    thumb4down.src = "images/thumb4_sm-over.jpg";

    thumb5up       = new Image();
    thumb5up.src   = "images/thumb5_sm.jpg";
    thumb5down     = new Image() ;
    thumb5down.src = "images/thumb5_sm-over.jpg";

    thumb6up       = new Image();
    thumb6up.src   = "images/thumb6_sm.jpg";
    thumb6down     = new Image() ;
    thumb6down.src = "images/thumb6_sm-over.jpg";

    thumb7up       = new Image();
    thumb7up.src   = "images/thumb7_sm.jpg";
    thumb7down     = new Image() ;
    thumb7down.src = "images/thumb7_sm-over.jpg";

    thumb8up       = new Image();
    thumb8up.src   = "images/thumb8_sm.jpg";
    thumb8down     = new Image() ;
    thumb8down.src = "images/thumb8_sm-over.jpg";

    thumb9up       = new Image();
    thumb9up.src   = "images/thumb9_sm.jpg";
    thumb9down     = new Image() ;
    thumb9down.src = "images/thumb9_sm-over.jpg";

    thumb10up       = new Image();
    thumb10up.src   = "images/thumb10_sm.jpg";
    thumb10down     = new Image() ;
    thumb10down.src = "images/thumb10_sm-over.jpg";

    thumb11up       = new Image();
    thumb11up.src   = "images/thumb11_sm.jpg";
    thumb11down     = new Image() ;
    thumb11down.src = "images/thumb11_sm-over.jpg";

    thumb12up       = new Image();
    thumb12up.src   = "images/thumb12_sm.jpg";
    thumb12down     = new Image() ;
    thumb12down.src = "images/thumb12_sm-over.jpg";

    thumb13up       = new Image();
    thumb13up.src   = "images/thumb13_sm.jpg";
    thumb13down     = new Image() ;
    thumb13down.src = "images/thumb13_sm-over.jpg";

    thumb14up       = new Image();
    thumb14up.src   = "images/thumb14_sm.gif";
    thumb14down     = new Image() ;
    thumb14down.src = "images/thumb14_sm-over.gif";

    thumbPDFup       = new Image();
    thumbPDFup.src   = "images/thumb15_sm.gif";
    thumbPDFdown     = new Image() ;
    thumbPDFdown.src = "images/thumb15_sm-over.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('images/thumb1_sm-over.gif','images/thumb2_sm-over.jpg','images/thumb3_sm-over.jpg','images/thumb4_sm-over.jpg','images/thumb5_sm-over.jpg','images/thumb6_sm-over.jpg','images/thumb7_sm-over.jpg','images/thumb8_sm-over.jpg','images/thumb9_sm-over.jpg','images/thumb10_sm-over.jpg','images/thumb11_sm-over.jpg','images/thumb12_sm-over.jpg','images/thumb13_sm-over.jpg','images/did_you_know_sm-over.gif','images/newsletter_sm-over.gif');
}
