/*
Filename: ssd_custom.js
Description: custom functions
Author: James Chin
Version: 1.0 (January 2009)
*/

// stops background images that are links from flickering upon mouseovers in IE
try {
 document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}
