
var spanId = '#spanId';
$(spanId).html('"There\'s nothing like a candle to really help create a relaxing mood."<br /><br />-Sara, Pajama Counselor');
$(spanId).css("display","block");
 