if (typeof jQuery != undefined) {
	var teaserContent;
	var bdsTeaser = function(teaser) {
		teaserContent = teaser;
	};	
	jQuery(document).ready(function() {		
		jQuery('#bds_projects_teaser').html(teaserContent);
	});
}

