jQuery(document).ready(function() { var img = new Image img.onload = function() { jQuery("#random-case-study-title").html('MSSQLTracker') jQuery("#random-case-study-quote").html('“...Because of the type of service MSSQLTracker provides and its distributable nature, we had to find a way of protecting our code base. Investigating further to find a suitable solution for this, it soon became evident that the only provider with these capabilities and support for Tomcat was Excelsior JET.”') jQuery("#random-case-study-signature").html('--Ben Dawson, MSSQLTracker Author, UK') jQuery("#random-case-study-picture").append( jQuery('').append(img) ) jQuery('[id^="random-case-study"]') .click( function () { window.location = '/case-studies/mssqltracker' }) .css("cursor","pointer") jQuery("#random-case-study-uri").attr('href','/case-studies/mssqltracker') } img.src = '/assets/images/MSSQLTracker-2.png' jQuery(img) .css({ 'width' : '100%' }) })