$(document).ready(function(){
	// Get the width of the table
	tab_width = $( '#front_page' ).width();
	$( 'marquee' ).attr( 'width', tab_width );
	$( 'marquee' ).marquee( 'marquee_scroller');
});
