// This contains all base javascript (e.g. siFR, swfobject calls, etc)

//  base.js
//  WebDevTemplate
//  
//  Created by Brandon Calloway on 2008-08-01.
//  Copyright 2008 Scully Group. All rights reserved.
// 

$(document).ready(function() {
	
//////////////////////////////////////////////////////////////////////////swfobject call
var params = {
      menu: "false",
      wmode: "transparent"
    };
var attributes = {};

swfobject.embedSWF("swf/pilars-final.swf", "flash_holder", "994", "378","9.0.0", "", {xml_path:"/filmstrip"}, params, attributes);
	
////////////////////////////////////////////////////////////////////////////siFR call

	// if(typeof sIFR == "function"){
	// 	sIFR.replaceElement("h1", named({sFlashSrc: "swf/sifr.swf", sColor: "#0000", sWmode: "transparent"}));
	// };

////////////////////////////////////////////////////////////////////////////swfobject call
	
// var flashvars = {};
// var params = {
//     menu: "false",
//     wmode: "transparent"
//     };
// var attributes = {};
// 
// swfobject.embedSWF("swf/slideshow.swf", "flash-header", "1000", "317","9.0.0", "", flashvars, params, attributes);

}); //end document.ready