$(document).ready(function() {
  $('a[rel~=blank]').click(function() {
    window.open(this.href);
    return false;
  });
  
  ddsmoothmenu.init({
    mainmenuid: "smoothmenu1",
    orientation: 'h',
    classname: 'ddsmoothmenu',
    contentsource: "markup"
  })
});


