// JavaScript Document

/*****************************************************
* SWFObject                                          *
* Brand Mod (Slideshow) Type Definition              *
******************************************************
* Author: Ruben Infante <http://www.osentric.com/>   *
*****************************************************/

var section = document.title.toLowerCase();
var mode = 'Manual';

if (section == 'home') {
	mode = 'Auto';
}

var flashvars = {
	xmlfile: 'http://www.osentric.com/slideshow-xml.php?name=' + section,
	xmlfiletype: 'Default',
	displaymode: mode
};
var params = {
	bgcolor: '#0d1913',
	wmode: 'opaque'
};
var attributes = {
	id: 'bm_slideshow'
};

swfobject.embedSWF("/bm_slideshow.swf", "bm_swf", "880", "150", "9", "expressInstall.swf", flashvars, params, attributes);

