// 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/filmstrip.swf", "sidewalk-flash", "880", "204","9.0.0", "", {xml_path:"/filmstrip"}, params, attributes);
swfobject.embedSWF("swf/sparkles.swf", "sparkles", "255", "147","9.0.0", "", {}, params, attributes);


// // select the thumbnails and make them trigger our overlay 
// $("#photos a").overlay({ 
//  
//     // each trigger uses the same overlay with the id "gallery" 
//     target: '#gallery', 
//  
//     // optional exposing effect 
//     expose: '#f1f1f1' 
//  
// // let the gallery plugin do its magic! 
// }).gallery({ 
//  
//     // the plugin accepts its own set of configuration options 
//     speed: 800 
// });


}); //end document.ready
