$(document).ready( function() {
	$('#some').append('<marquee behavior="scroll" direction="left" loop="true" scrollamount="3">' + scroll + '</marquee>');
});
