// Common Javascript

// Resolve IE image flicker bug
/*@cc_on 
if (document && document.execCommand) { 
        try { document.execCommand("BackgroundImageCache",false,true); } 
        catch (e) { } 
} 
@*/
