if(!ist) { var ist = []; }
/* --------------------------------------------------
	IE BackgroundImageCache
-------------------------------------------------- */
try{
	document.execCommand("BackgroundImageCache", false, true);
}
catch(err){}

/* --------------------------------------------------
	LOAD FUNCTION
-------------------------------------------------- */
(function($){
$(function(){
	$('.imgover').imgHover({ suffix : '_o' });
	$('#globalNavMod img').imgHover({ suffix : '_o' }).imgStay({ bodyClass : 'gStay-', prefixClass : 'gNav-', suffixStay : '_s' });
	$(".layerLink").colorbox({width:"690px", height:"500px", iframe:true, close:'<img src="/csr/SocialAction/common/images/colorbox_close_btn_01.gif" width="78" height="22" />'});
});
})($jq['1.4.1']);

