//**************************
//Start of Script ID = 2
//**************************

$(document).ready(function()
{
$('.PdfLink').click(function()
    {
        $('.PdfViewer').attr('src', 'http://docs.google.com/gview?url=' + $(this).attr('href') + '&embedded=true');           
        return false;
});
});

//**************************
//End of Script ID = 2
//**************************



