998a999
> 											(config.bodyPrepend ? '<!--BODYPREPENDBEGIN-->' + config.bodyPrepend + '<!--BODYPREPENDEND-->' : '') +
999a1001
> 											(config.bodyAppend ? '<!--BODYAPPENDBEGIN-->' + config.bodyAppend + '<!--BODYAPPENDEND-->' : '') +
1025a1028,1034
> 								
> 								if( ! fullPage && config.bodyPrepend){
> 									data = data.replace(/<!--BODYPREPENDBEGIN-->[\s\S]*<!--BODYPREPENDEND-->/,'');
> 								}
> 								if( ! fullPage && config.bodyAppend){
> 									data = data.replace(/<!--BODYAPPENDBEGIN-->[\s\S]*<!--BODYAPPENDEND-->/,'');
> 								}
