// JavaScript Document
jQuery(document).ready(function($) {


$('<div class="featured_img"></div>').insertBefore('.featured_offer'); 
  


});
