﻿jQuery(document).ready(function(){
	$(".nav")
    	.superfish({
            animation: {opacity:'show',height:'show'},
            //easing: 'easeOutBounce',
            speed: 'slow',
            delay: 100
        })
        
	//enable image swaps
    $.swapImage(".swapImage");
    
});

function openOLRBroker(){

    window.open("http://broker.olr.com/broker/olrbrokerlogin/", "_blank");
    }
