$(document).ready(function(){
	$("#aw_container").insertAfter("#short_description_block");
	$("#aw_container .exclusive").parent().remove();
	$("#aw_container #aw_price").parent().remove();
	$("#aw_container h2").remove();
});
