
$('html').addClass('js');
$(document).ready(function() {
	$('#slidefooter').empty().append($('#slidecap'));
    //$('<div id="trackgif"><a href="/download/" onclick="return iedl();"><img height="180" src="/images/trackgif.gif" width="770" /></a></div>').insertBefore('#offerbox');
});