$(function() {
	if($("#bearcam1").length > 0) {
		flowplayer("bearcam1", "http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf",
		{
			clip: {
				url: 'streamname',
				live: 'true',
				provider: 'rtmp',
				autoplay: 'true',
				bufferLength: 1
			},
			plugins: {
				rtmp: {
					url: 'http://releases.flowplayer.org/swf/flowplayer.rtmp-3.2.3.swf',
					netConnectionUrl: 'rtmp://wlrfbear1.motorbrain.org/live/30246',
				}
			}
		}
		);
	}
	if($("#bearcam2").length > 0) {
		flowplayer("bearcam2", "http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf",
		{
			clip: {
				url: 'streamname',
				live: 'true',
				provider: 'rtmp',
				autoplay: 'true',
				bufferLength: 1
			},
			plugins: {
				rtmp: {
					url: 'http://releases.flowplayer.org/swf/flowplayer.rtmp-3.2.3.swf',
					netConnectionUrl: 'rtmp://wlrfbear1.motorbrain.org/live/30815',
				}
			}
		}
		);
	}
});
