jQuery(function($){var div=$("<div style='top:0px; position:absolute; background:transparent; width:800px; height:100px'></div>");$('#counter').append(div);});
