/*
	For CSS RollOver IE6 Bug
*/

try {
document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}