$(document).ready(function(){
$('img.bg').maxImage({
isBackground: true,
overflow: 'auto',
position: 'absolute',
verticalAlign: 'top',
slideShow: false,
slideShowTitle: true,
slideDelay:5,
maxFollows: 'height',
resizeMsg: {show: false}
});
});
