
var kozuka = {  src: DNN_skinPath + 'kozuka.swf' };
sIFR.activate(kozuka);
sIFR.replace(kozuka, {
selector: 'h1', 
wmode: 'transparent', 
src: DNN_skinPath +  'kozuka.swf', 
css: [ '.sIFR-root {color:#704f92;}'  ]
});

var kozuka2 = {  src: DNN_skinPath + 'kozuka.swf' };
sIFR.activate(kozuka2);
sIFR.replace(kozuka2, {
selector: 'h1.content_box', 
wmode: 'transparent', 
src: DNN_skinPath +  'kozuka.swf', 
css: [ '.sIFR-root {color:#704f92;}'  ]
});

jQuery(document).ready(function(){
	jQuery("#navigation > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse",
		delay:750,
		animation:{height:'show'},
		disableHI:true,
		onInit:function () {},
		onBeforeShow:function () {},
		onShow:function () {},
		onHide:function () {}
});

/* Nivo Slideshow on Homepage */
    jQuery('#slider').nivoSlider({
        effect:'fade', 
        animSpeed:600, 
        pauseTime:4500, 
        directionNav:false, 
        controlNav:true, 
        controlNavThumbs:false, 
        controlNavThumbsFromRel:false
});


/* remove box from links */
jQuery("a").focus(function(){
		this.blur();
});


});/* End (document).ready */
