$.fn.transBGdraw = function(options) {
	var bgDiv = '<div id="'+$(this).attr('id')+'_bg">&nbsp;</div>';
	$(this).before(bgDiv);
}