Shadowbox.init({players:["html", "img", "swf", "flv"]});

$(document).ready(function() 
{
    
   $('#content a[href][title]').qtip({
      content: {
         text: false
      },
   });
});

function ImgError(source)
{
    source.src = "/img/th_135_x_105.gif";
    source.onerror = "";
    return true;
}
