
var spanId = '#spanId';
$(spanId).html('"This is great gel that can be used as a body wash or bubble bath, and the fun sayings on the bottle will make Mom smile."<br /><br />-Casey, Pajama Counselor');
$(spanId).css("display","block");
 