function bgc_update_popup_cform (the_community)
	{
		var z = _uGC(document.cookie, '__utmz=', ';');
		var source = _uGC(z,'utmcsr=', '|');
		var medium = _uGC(z,'utmcmd=', '|');
		var campaign = _uGC(z,'utmccn=', '|');
		var context = _uGC(z,'utmctr=', '|');
		jQuery('#cforms13form .cf_hidden input').each(function()
			{
				if(jQuery(this).attr('name')=='Source:')
					{
						jQuery(this).val(source);
					}
				if(jQuery(this).attr('name')=='Medium:')
					{
						jQuery(this).val(medium);
					}
				if(jQuery(this).attr('name')=='Campaign:')
					{
						jQuery(this).val(campaign);
					}
				if(jQuery(this).attr('name')=='Context:')
					{
						jQuery(this).val(context);
					}
				if(jQuery(this).attr('name')=='Community:')
					{
						jQuery(this).val(the_community);
					}
			});
		return true;
	}
function bgc_put_video (the_id,the_name,the_body,the_community,auto)
	{
		if(auto==0){auto = '';}
		else{auto = '&amp;autoplay=1';}
		var div_id = 'videolg';
		jQuery('.videolg').html('<div id="'+div_id+'"></div>');
		var params = {
			allowFullScreen:'true',
			allowscriptaccess:'always',
			bgcolor:'#000000'
		};
		swfobject.embedSWF('http://www.youtube.com/v/'+the_id+auto,div_id,'640','385','7.0.0',false,false,params);
		//jQuery('.videolg').html('<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/'+the_id+'&amp;autoplay=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="bgcolor" value="#000000"></param><embed src="http://www.youtube.com/v/'+the_id+'&amp;autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385" bgcolor="#000000"></embed></object>');
		jQuery('#Community').val(the_community);
		jQuery('#video_txt dt').html(the_name);
		jQuery('#video_txt dd').html(the_body);
	}
function bgc_put_photoset (the_id,link_id)
	{
		jQuery('.maps dl dd li a').each(function(){
				jQuery(this).removeClass('selected');
			});
		jQuery('#'+link_id).addClass('selected');
		var div_id = 'flickrfeed';
		jQuery('.flickrfeed').html('<div id="'+div_id+'"></div>');
		var flashvars = {
			file:'http://www.bluegreencommunities.com/wp-content/plugins/flickr-ngg-xml/flickr-ngg-xml.php?photoset='+the_id,
			shuffle:'false',
			linkfromdisplay:'true',
			shownavigation:'true',
			showicons:'false',
			overstretch:'true',
			rotatetime:'10',
			transition:'fade',
			backcolor:'0x000000',
			frontcolor:'0xFFFFFF',
			lightcolor:'0xCC0000',
			width:'665',
			height:'386'
		};
		var params = {
			wmode:'opaque',
			allowfullscreen:'true'
		};
		var attributes = {
			id:'so31_1',
			name:'so31',
			style:'visibility:visible;'
		};
		swfobject.embedSWF('http://www.bluegreencommunities.com/wp-content/uploads/imagerotator.swf',div_id,'665','386','7.0.0',null,flashvars,params,attributes);
		//jQuery('.flickrfeed').html('<object style="visibility: visible;" id="so31_1" data="http://www.bluegreencommunities.com/wp-content/uploads/imagerotator.swf" name="so31" class="slideshow" type="application/x-shockwave-flash" width="665" height="386"><param value="opaque" name="wmode"><param value="true" name="allowfullscreen"><param value="file=http://www.bluegreencommunities.com/wp-content/plugins/flickr-ngg-xml/flickr-ngg-xml.php?photoset='+the_id+'&amp;shuffle=false&amp;linkfromdisplay=true&amp;shownavigation=true&amp;showicons=false&amp;overstretch=true&amp;rotatetime=10&amp;transition=fade&amp;backcolor=0x000000&amp;frontcolor=0xFFFFFF&amp;lightcolor=0xCC0000&amp;width=665&amp;height=386" name="flashvars"></object>');
		return false;
	}
function bgc_put_platmap (the_src,the_pdf)
	{
		if(the_pdf!=''){the_src = '<a href="'+the_pdf+'" target="_blank" title="Download the PDF"><img src="'+the_src+'" width="665" height="386" /></a>';}
		else{the_src = '<img src="'+the_src+'" width="665" height="386" />';}
		jQuery('.flickrfeed').html(the_src);
		return false;
	}