/*
 * Made by Mauricio Beckert (mauriciobeckert.com|millenares.com)
 * Last update: 09-09-13 21:20
 */
(function(){var e;e=jQuery.fn.flashinfo=function(){return e.ua};
/* 
SWFObject v2.2 <http://code.google.com/p/swfobject/> 
Copyright (c) 2007-2008 Geoff Stearns, Michael Williams, and Bobby van der Sluis 
This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/
var j="undefined",c="object",d="Shockwave Flash",b="ShockwaveFlash.ShockwaveFlash",h="application/x-shockwave-flash",g=window,i=document,a=navigator,f=false;e.ua=function(){var n=typeof i.getElementById!=j&&typeof i.getElementsByTagName!=j&&typeof i.createElement!=j,w=a.userAgent.toLowerCase(),l=a.platform.toLowerCase(),s=l?/win/.test(l):/win/.test(w),q=l?/mac/.test(l):/mac/.test(w),t=/webkit/.test(w)?parseFloat(w.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,k=!+"\v1",v=[0,0,0],o=null;if(typeof a.plugins!=j&&typeof a.plugins[d]==c){o=a.plugins[d].description;if(o&&!(typeof a.mimeTypes!=j&&a.mimeTypes[h]&&!a.mimeTypes[h].enabledPlugin)){f=true;k=false;o=o.replace(/^.*\s+(\S+\s+\S+$)/,"$1");v[0]=parseInt(o.replace(/^(.*)\..*$/,"$1"),10);v[1]=parseInt(o.replace(/^.*\.(.*)\s.*$/,"$1"),10);v[2]=/[a-zA-Z]/.test(o)?parseInt(o.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof g.ActiveXObject!=j){try{var r=new ActiveXObject(b);if(r){o=r.GetVariable("$version");if(o){k=true;o=o.split(" ")[1].split(",");v=[parseInt(o[0],10),parseInt(o[1],10),parseInt(o[2],10)]}}}catch(m){}}}return{w3:n,pv:v,wk:t,ie:k,win:s,mac:q}}();
/*
 * Flash (http://jquery.lukelutman.com/plugins/flash)
 * A jQuery plugin for embedding Flash movies.
 */
jQuery.fn.flash=function(m,l,k,o){var n=k;l=e.copy(e.pluginOptions,l);if(!e.hasFlash(l.version)){if(l.update){n=o}else{return this}}return this.each(function(){n.call(this,m)})};e.pluginOptions={update:true,version:"6.0.65"};e.copy=function(){var m={},l={};for(var n=0;n<arguments.length;n++){var k=arguments[n];if(k==undefined){continue}jQuery.extend(m,k);if(k.flashvars==undefined){continue}jQuery.extend(l,k.flashvars)}m.flashvars=l;return m};e.hasFlash=function(){if(/hasFlash\=true/.test(location)){return true}if(/hasFlash\=false/.test(location)){return false}var l=e.ua.pv;var m=String([arguments[0],arguments[1],arguments[2]]).match(/\d+/g)||String("8,0,0").match(/\d+/g);for(var k=0;k<3;k++){l[k]=parseInt(l[k]||0);m[k]=parseInt(m[k]||0);if(l[k]<m[k]){return false}if(l[k]>m[k]){return true}}return true}})();