$(document).ready( function(){

$('#topic').css('background-image', 'url(/images/back.jpg)');

$('#topicGraphic').innerfade({ animationtype: 'fade', speed: 2000, timeout: 4000, type: 'sequence', containerheight: 'auto' });



}); 