/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

/*This code is here as a fix to the navigation flickering when used under IE 6*/

try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}



