




// Da Blog
flowplayer("dablog", {src: "http://www.netbiz.com/swf/flowplayer.unlimited-3.2.7.swf", wmode: 'opaque'},
	{
		key: 'dea4a87ff6f68443920',
		plugins: conf.plug.home,
		canvas: conf.cans.home,
		clip: conf.videos.dablog,
		onMouseOver: function() {this.play();},
		onMouseOut: function() {this.pause();},
		onBeforeFinish: function () {return false;},
		logo: null,
		play: conf.button.home
	}
);

// What We Do
flowplayer("whatwedo", {src: "http://www.netbiz.com/swf/flowplayer.unlimited-3.2.7.swf", wmode: 'opaque'},
	{
		key: 'dea4a87ff6f68443920',
		plugins: conf.plug.home,
		canvas: conf.cans.home,
		clip: conf.videos.whatwedo,
		onMouseOver: function() {this.play();},
		onMouseOut: function() {this.pause();},
		onBeforeFinish: function () {return false;},
		logo: null,
		play: conf.button.home
	}
);

// What We're Watching
flowplayer("whatwerewatching", {src: "http://www.netbiz.com/swf/flowplayer.unlimited-3.2.7.swf", wmode: 'opaque'},
	{
		key: 'dea4a87ff6f68443920',
		plugins: conf.plug.home,
		canvas: conf.cans.home,
		clip: conf.videos.whatwerewatching,
		onMouseOver: function() {this.play();},
		onMouseOut: function() {this.pause();},
		onBeforeFinish: function () {return false;},
		logo: null,
		play: conf.button.home
	}
);

// Who We Are
flowplayer("whoweare", {src: "http://www.netbiz.com/swf/flowplayer.unlimited-3.2.7.swf", wmode: 'opaque'},
	{
		key: 'dea4a87ff6f68443920',
		plugins: conf.plug.home,
		canvas: conf.cans.home,
		clip: conf.videos.whoweare,
		onMouseOver: function() {this.play();},
		onMouseOut: function() {this.pause();},
		onBeforeFinish: function () {return false;},
		logo: null,
		play: conf.button.home
	}
);

// Stories/Portfolio
flowplayer("storiesportfolio", {src: "http://www.netbiz.com/swf/flowplayer.unlimited-3.2.7.swf", wmode: 'opaque'},
	{
		key: 'dea4a87ff6f68443920',
		plugins: conf.plug.home,
		canvas: conf.cans.home,
		clip: conf.videos.storiesportfolio,
		onMouseOver: function() {this.play();},
		onMouseOut: function() {this.pause();},
		onBeforeFinish: function () {return false;},
		logo: null,
		play: conf.button.home
	}
);

// Screening Room
flowplayer("screeningroom", {src: "http://www.netbiz.com/swf/flowplayer.unlimited-3.2.7.swf", wmode: 'opaque'},
	{
		key: 'dea4a87ff6f68443920',
		plugins: conf.plug.home,
		canvas: conf.cans.home,
		clip: conf.videos.screeningroom,
		onMouseOver: function() {this.play();},
		onMouseOut: function() {this.pause();},
		onBeforeFinish: function () {return false;},
		logo: null,
		play: conf.button.home
	}
);

// DIY- Crash Course
flowplayer("diycrashcourse", {src: "http://www.netbiz.com/swf/flowplayer.unlimited-3.2.7.swf", wmode: 'opaque'},
	{
		key: 'dea4a87ff6f68443920',
		plugins: conf.plug.home,
		canvas: conf.cans.home,
		clip: conf.videos.diycrashcourse,
		onMouseOver: function() {this.play();},
		onMouseOut: function() {this.pause();},
		onBeforeFinish: function () {return false;},
		logo: null,
		play: conf.button.home
	}
);

