jQuery(function(){
    jQuery('ul.sf-menu').superfish({
        speed: 'fast',
        autoArrows: false
    });
});

function breakout_of_frame()
{
 if (top.location != location) {
     top.location.href = document.location.href ;
    }
} 
