
var spanId = '#spanId';
$(spanId).html('"I like the fragrant bath roses as each petal breaks off and becomes it own little soap. The fragrance is nice and it leaves the skin very soft. It\'s also nice these can be used as guest soaps."<br /><br />-Jackie, Pajama Counselor');
$(spanId).css("display","block");
 