<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
	<title>Woot</title>
	<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
	<meta name="robots" content="all" />
	<style type="text/css">
		/*
		  960 Grid System ~ Core CSS.
		  Learn more ~ http://960.gs/
		
		  Licensed under GPL and MIT.
		*/
		
		/*
		  Forces backgrounds to span full width,
		  even if there is horizontal scrolling.
		  Increase this if your layout is wider.
		
		  Note: IE6 works fine without this fix.
		*/
		
		body {
		  min-width: 960px;
		}
		
		/* `Container
		----------------------------------------------------------------------------------------------------*/
		
		.container_12 {
		  margin-left: auto;
		  margin-right: auto;
		  width: 960px;
		}
		
		/* `Grid >> Global
		----------------------------------------------------------------------------------------------------*/
		
		
		.grid_12,
		.grid_300,
		.grid_620 {
		  display: inline;
		  float: left;
		  margin-left: 10px;
		  margin-right: 10px;
		}
		
		/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
		----------------------------------------------------------------------------------------------------*/
		
		.alpha {
		  margin-left: 0;
		}
		
		.omega {
		  margin-right: 0;
		}
		
		/* `Grid >> 12 Columns
		----------------------------------------------------------------------------------------------------*/
		.container_12 .grid_12 {
		  width: 940px;
		}
		.container_12 .grid_13 {
		  width: 1060px;
		}
		.container_12 .grid_300 {
		  width: 300px;
		}
		.container_12 .grid_620 {
		  width: 620px;
		}
		
		
		
		/* `Clear Floated Elements
		----------------------------------------------------------------------------------------------------*/
		
		/* http://sonspring.com/journal/clearing-floats */
		
		.clear {
		  clear: both;
		  display: block;
		  overflow: hidden;
		  visibility: hidden;
		  width: 0;
		  height: 0;
		}
		
		/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
		
		.clearfix:before,
		.clearfix:after,
		.container_12:before,
		.container_12:after {
		  content: '.';
		  display: block;
		  overflow: hidden;
		  visibility: hidden;
		  font-size: 0;
		  line-height: 0;
		  width: 0;
		  height: 0;
		}
		
		.clearfix:after,
		.container_12:after {
		  clear: both;
		}
		
		/*
		  The following zoom:1 rule is specifically for IE6 + IE7.
		  Move to separate stylesheet if invalid CSS is a problem.
		*/
		
		.clearfix,
		.container_12 {
		  zoom: 1;
		}
		
		/*** COLUMN STYLES ***/
		
		/*** DOWNTIME STYLES ***/
		body {
			min-width: 960px;
			margin: 0;
			padding: 0;
			font-size: 62.5%;
			color: #333;
			font-family: "Trebuchet MS",Trebuchet,Calibri,Tahoma,Arial,sans-serif;
			background: #fff;
		}
		img { border: 0; }
		a {
			text-decoration: none;
			color: #61861e;
		}
		a:hover {
			text-decoration: underline;
			color: #61861e;
		}
		h1 {
			font-size: 24px;
			font-weight: bold;
			padding: 10px;
			margin: 0 0 20px 0;
			color: #fff;
			background: #333;
			border: 10px solid #efc51c;
		}
		h2 {
			font-size: 24px;
			line-height: 24px;
			font-weight: bold;
			text-transform: none;
			padding: 5px 7px 30px 7px;
			margin: 0 0 10px 0;
			color: #000;
			background: transparent url('http://feature.woot.com/downtime/green-line.png') no-repeat bottom left;
		}
		h2 .display-none {
			display: none;
		}
		h2 a,
		h2 a:hover,
		h2 a:visited {
			color: #000;
		}
		h3 {
			font-size: 16px;
			line-height: 20px;
			font-weight: bold;
			padding: 0;
			margin: 0 0 10px 0;
			color: #000;
		}
		p {
			font-size: 14px;
			line-height: 20px;
			margin: 0 0 10px 0;
		}
		ol {
			font-size: 14px;
			line-height: 20px;
			margin: 0 0 10px 0;
			*padding-left: 0;
			*margin-left: 25px;
		}
		ol li {
			margin-bottom: 5px;
			*margin-left: 0;
		}
		ol ol li {
			margin: 2px 0 2px 0;
		}
		ol.bold {
			font-weight: bold;
		}
		ol.bold ol {
			font-weight: normal;
		}
		
		.grid_300,
		.grid_300 p {
			font-size: 12px;
			line-height: 18px;
		}
		.grid_300 p.caption { 
			font-size: 11px;
			line-height: 16px; 
		}
		
		/*******************/
		/***** MODULES *****/
		/*******************/
		.main-quiz {
			
		}
		.module {
			padding-bottom: 30px;
			border-bottom: 1px solid #ccc;
			margin-bottom: 30px;
		}
		.spacer30 {
			clear: both;
			display: block;
			height: 30px;
		}
		.spacer10 {
			clear: both;
			display: block;
			height: 10px;
		}
		
		.uppercase {
			text-transform: uppercase;
		}
		.caption {
			color: #444;
			font-style: italic;
			font-size: 11px;
			margin-bottom: 0;
			background: #f4f4f4;
			padding: 3px;
		}
		.woot-history p {
			text-align: justify;
		}
		.woot-history p b {
			font-size: 14px;
		}
		.history-item img {
			margin-bottom: 10px;
		}
		.float-left {
			float: left;
			display: inline;
			margin: 0 10px 5px 0;
		}
		
		.float-right {
			float: right;
			display: inline;
			margin: 0 0 5px 10px;
		}
		#r2 { display:none !important; }
		
		.footer {
			text-align: center;
			border-top: 1px solid #ccc;
			padding-top: 20px;
			margin-top: 20px;
		}
		/*** DOWNTIME STYLES ***/
		/*** FANCYBOX ***/
		/*
		 * FancyBox - jQuery Plugin
		 * Simple and fancy lightbox alternative
		 *
		 * Examples and documentation at: http://fancybox.net
		 * 
		 * Copyright (c) 2008 - 2010 Janis Skarnelis
		 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
		 * 
		 * Version: 1.3.4 (11/11/2010)
		 * Requires: jQuery v1.3+
		 *
		 * Dual licensed under the MIT and GPL licenses:
		 *   http://www.opensource.org/licenses/mit-license.php
		 *   http://www.gnu.org/licenses/gpl.html
		 */
		
		#fancybox-loading {
			position: fixed;
			top: 50%;
			left: 50%;
			width: 40px;
			height: 40px;
			margin-top: -20px;
			margin-left: -20px;
			cursor: pointer;
			overflow: hidden;
			z-index: 1104;
			display: none;
		}
		
		#fancybox-loading div {
			position: absolute;
			top: 0;
			left: 0;
			width: 40px;
			height: 480px;
			background-image: url('http://feature.woot.com/downtime/fancybox/fancybox.png');
		}
		
		#fancybox-overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			z-index: 1100;
			display: none;
		}
		
		#fancybox-tmp {
			padding: 0;
			margin: 0;
			border: 0;
			overflow: auto;
			display: none;
		}
		
		#fancybox-wrap {
			position: absolute;
			top: 0;
			left: 0;
			padding: 20px;
			z-index: 1101;
			outline: none;
			display: none;
		}
		
		#fancybox-outer {
			position: relative;
			width: 100%;
			height: 100%;
			background: #fff;
		}
		
		#fancybox-content {
			width: 0;
			height: 0;
			padding: 0;
			outline: none;
			position: relative;
			overflow: hidden;
			z-index: 1102;
			border: 0px solid #fff;
		}
		
		#fancybox-hide-sel-frame {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: transparent;
			z-index: 1101;
		}
		
		#fancybox-close {
			position: absolute;
			top: -15px;
			right: -15px;
			width: 30px;
			height: 30px;
			background: transparent url('http://feature.woot.com/downtime/fancybox/fancybox.png') -40px 0px;
			cursor: pointer;
			z-index: 1103;
			display: none;
		}
		
		#fancybox-error {
			color: #444;
			font: normal 12px/20px Arial;
			padding: 14px;
			margin: 0;
		}
		
		#fancybox-img {
			width: 100%;
			height: 100%;
			padding: 0;
			margin: 0;
			border: none;
			outline: none;
			line-height: 0;
			vertical-align: top;
		}
		
		#fancybox-frame {
			width: 100%;
			height: 100%;
			border: none;
			display: block;
		}
		
		#fancybox-left, #fancybox-right {
			position: absolute;
			bottom: 0px;
			height: 100%;
			width: 35%;
			cursor: pointer;
			outline: none;
			background: transparent url('http://feature.woot.com/downtime/fancybox/blank.gif');
			z-index: 1102;
			display: none;
		}
		
		#fancybox-left {
			left: 0px;
		}
		
		#fancybox-right {
			right: 0px;
		}
		
		#fancybox-left-ico, #fancybox-right-ico {
			position: absolute;
			top: 50%;
			left: -9999px;
			width: 30px;
			height: 30px;
			margin-top: -15px;
			cursor: pointer;
			z-index: 1102;
			display: block;
		}
		
		#fancybox-left-ico {
			background-image: url('http://feature.woot.com/downtime/fancybox/fancybox.png');
			background-position: -40px -30px;
		}
		
		#fancybox-right-ico {
			background-image: url('http://feature.woot.com/downtime/fancybox/fancybox.png');
			background-position: -40px -60px;
		}
		
		#fancybox-left:hover, #fancybox-right:hover {
			visibility: visible; /* IE6 */
		}
		
		#fancybox-left:hover span {
			left: 20px;
		}
		
		#fancybox-right:hover span {
			left: auto;
			right: 20px;
		}
		
		.fancybox-bg {
			position: absolute;
			padding: 0;
			margin: 0;
			border: 0;
			width: 20px;
			height: 20px;
			z-index: 1001;
		}
		
		#fancybox-bg-n {
			top: -20px;
			left: 0;
			width: 100%;
			background-image: url('http://feature.woot.com/downtime/fancybox/fancybox-x.png');
		}
		
		#fancybox-bg-ne {
			top: -20px;
			right: -20px;
			background-image: url('http://feature.woot.com/downtime/fancybox/fancybox.png');
			background-position: -40px -162px;
		}
		
		#fancybox-bg-e {
			top: 0;
			right: -20px;
			height: 100%;
			background-image: url('http://feature.woot.com/downtime/fancybox/fancybox-y.png');
			background-position: -20px 0px;
		}
		
		#fancybox-bg-se {
			bottom: -20px;
			right: -20px;
			background-image: url('http://feature.woot.com/downtime/fancybox/fancybox.png');
			background-position: -40px -182px; 
		}
		
		#fancybox-bg-s {
			bottom: -20px;
			left: 0;
			width: 100%;
			background-image: url('http://feature.woot.com/downtime/fancybox/fancybox-x.png');
			background-position: 0px -20px;
		}
		
		#fancybox-bg-sw {
			bottom: -20px;
			left: -20px;
			background-image: url('http://feature.woot.com/downtime/fancybox/fancybox.png');
			background-position: -40px -142px;
		}
		
		#fancybox-bg-w {
			top: 0;
			left: -20px;
			height: 100%;
			background-image: url(http://feature.woot.com/downtime/fancybox/'fancybox-y.png');
		}
		
		#fancybox-bg-nw {
			top: -20px;
			left: -20px;
			background-image: url('http://feature.woot.com/downtime/fancybox/fancybox.png');
			background-position: -40px -122px;
		}
		
		#fancybox-title {
			font-family: Helvetica;
			font-size: 12px;
			z-index: 1102;
		}
		
		.fancybox-title-inside {
			padding-bottom: 10px;
			text-align: center;
			color: #333;
			background: #fff;
			position: relative;
		}
		
		.fancybox-title-outside {
			padding-top: 10px;
			color: #fff;
		}
		
		.fancybox-title-over {
			position: absolute;
			bottom: 0;
			left: 0;
			color: #FFF;
			text-align: left;
		}
		
		#fancybox-title-over {
			padding: 10px;
			background-image: url('http://feature.woot.com/downtime/fancybox/fancy_title_over.png');
			display: block;
		}
		
		.fancybox-title-float {
			position: absolute;
			left: 0;
			bottom: -20px;
			height: 32px;
		}
		
		#fancybox-title-float-wrap {
			border: none;
			border-collapse: collapse;
			width: auto;
		}
		
		#fancybox-title-float-wrap td {
			border: none;
			white-space: nowrap;
		}
		
		#fancybox-title-float-left {
			padding: 0 0 0 15px;
			background: url('http://feature.woot.com/downtime/fancybox/fancybox.png') -40px -90px no-repeat;
		}
		
		#fancybox-title-float-main {
			color: #FFF;
			line-height: 29px;
			font-weight: bold;
			padding: 0 0 3px 0;
			background: url('http://feature.woot.com/downtime/fancybox/fancybox-x.png') 0px -40px;
		}
		
		#fancybox-title-float-right {
			padding: 0 0 0 15px;
			background: url('http://feature.woot.com/downtime/fancybox/fancybox.png') -55px -90px no-repeat;
		}
		
		/* IE6 */
		
		.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://feature.woot.com/downtime/fancybox/fancy_close.png', sizingMethod='scale'); }
		
		.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://feature.woot.com/downtime/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
		.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://feature.woot.com/downtime/fancybox/fancy_nav_right.png', sizingMethod='scale'); }
		
		.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://feature.woot.com/downtime/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
		.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://feature.woot.com/downtime/fancybox/fancy_title_left.png', sizingMethod='scale'); }
		.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://feature.woot.com/downtime/fancybox/fancy_title_main.png', sizingMethod='scale'); }
		.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://feature.woot.com/downtime/fancybox/fancy_title_right.png', sizingMethod='scale'); }
		
		.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
			height: expression(this.parentNode.clientHeight + "px");
		}
		
		#fancybox-loading.fancybox-ie6 {
			position: absolute; margin-top: 0;
			top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
		}
		
		#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://feature.woot.com/downtime/fancybox/fancy_loading.png', sizingMethod='scale'); }
		
		/* IE6, IE7, IE8 */
		
		.fancybox-ie .fancybox-bg { background: transparent !important; }
		
		.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://feature.woot.com/downtime/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
		.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://feature.woot.com/downtime/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
		.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://feature.woot.com/downtime/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
		.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://feature.woot.com/downtime/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
		.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://feature.woot.com/downtime/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
		.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://feature.woot.com/downtime/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
		.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://feature.woot.com/downtime/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
		.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://feature.woot.com/downtime/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
		
		/*** FANCYBOX ***/
	</style>
	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
	<script type="text/javascript">
		;(function($) {
			var tmp, loading, overlay, wrap, outer, content, close, title, nav_left, nav_right,
		
				selectedIndex = 0, selectedOpts = {}, selectedArray = [], currentIndex = 0, currentOpts = {}, currentArray = [],
		
				ajaxLoader = null, imgPreloader = new Image(), imgRegExp = /\.(jpg|gif|png|bmp|jpeg)(.*)?$/i, swfRegExp = /[^\.]\.(swf)\s*$/i,
		
				loadingTimer, loadingFrame = 1,
		
				titleHeight = 0, titleStr = '', start_pos, final_pos, busy = false, fx = $.extend($('<div/>')[0], { prop: 0 }),
		
				isIE6 = $.browser.msie && $.browser.version < 7 && !window.XMLHttpRequest,
		
				/*
				 * Private methods 
				 */
		
				_abort = function() {
					loading.hide();
		
					imgPreloader.onerror = imgPreloader.onload = null;
		
					if (ajaxLoader) {
						ajaxLoader.abort();
					}
		
					tmp.empty();
				},
		
				_error = function() {
					if (false === selectedOpts.onError(selectedArray, selectedIndex, selectedOpts)) {
						loading.hide();
						busy = false;
						return;
					}
		
					selectedOpts.titleShow = false;
		
					selectedOpts.width = 'auto';
					selectedOpts.height = 'auto';
		
					tmp.html( '<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>' );
		
					_process_inline();
				},
		
				_start = function() {
					var obj = selectedArray[ selectedIndex ],
						href, 
						type, 
						title,
						str,
						emb,
						ret;
		
					_abort();
		
					selectedOpts = $.extend({}, $.fn.fancybox.defaults, (typeof $(obj).data('fancybox') == 'undefined' ? selectedOpts : $(obj).data('fancybox')));
		
					ret = selectedOpts.onStart(selectedArray, selectedIndex, selectedOpts);
		
					if (ret === false) {
						busy = false;
						return;
					} else if (typeof ret == 'object') {
						selectedOpts = $.extend(selectedOpts, ret);
					}
		
					title = selectedOpts.title || (obj.nodeName ? $(obj).attr('title') : obj.title) || '';
		
					if (obj.nodeName && !selectedOpts.orig) {
						selectedOpts.orig = $(obj).children("img:first").length ? $(obj).children("img:first") : $(obj);
					}
		
					if (title === '' && selectedOpts.orig && selectedOpts.titleFromAlt) {
						title = selectedOpts.orig.attr('alt');
					}
		
					href = selectedOpts.href || (obj.nodeName ? $(obj).attr('href') : obj.href) || null;
		
					if ((/^(?:javascript)/i).test(href) || href == '#') {
						href = null;
					}
		
					if (selectedOpts.type) {
						type = selectedOpts.type;
		
						if (!href) {
							href = selectedOpts.content;
						}
		
					} else if (selectedOpts.content) {
						type = 'html';
		
					} else if (href) {
						if (href.match(imgRegExp)) {
							type = 'image';
		
						} else if (href.match(swfRegExp)) {
							type = 'swf';
		
						} else if ($(obj).hasClass("iframe")) {
							type = 'iframe';
		
						} else if (href.indexOf("#") === 0) {
							type = 'inline';
		
						} else {
							type = 'ajax';
						}
					}
		
					if (!type) {
						_error();
						return;
					}
		
					if (type == 'inline') {
						obj	= href.substr(href.indexOf("#"));
						type = $(obj).length > 0 ? 'inline' : 'ajax';
					}
		
					selectedOpts.type = type;
					selectedOpts.href = href;
					selectedOpts.title = title;
		
					if (selectedOpts.autoDimensions) {
						if (selectedOpts.type == 'html' || selectedOpts.type == 'inline' || selectedOpts.type == 'ajax') {
							selectedOpts.width = 'auto';
							selectedOpts.height = 'auto';
						} else {
							selectedOpts.autoDimensions = false;	
						}
					}
		
					if (selectedOpts.modal) {
						selectedOpts.overlayShow = true;
						selectedOpts.hideOnOverlayClick = false;
						selectedOpts.hideOnContentClick = false;
						selectedOpts.enableEscapeButton = false;
						selectedOpts.showCloseButton = false;
					}
		
					selectedOpts.padding = parseInt(selectedOpts.padding, 10);
					selectedOpts.margin = parseInt(selectedOpts.margin, 10);
		
					tmp.css('padding', (selectedOpts.padding + selectedOpts.margin));
		
					$('.fancybox-inline-tmp').unbind('fancybox-cancel').bind('fancybox-change', function() {
						$(this).replaceWith(content.children());				
					});
		
					switch (type) {
						case 'html' :
							tmp.html( selectedOpts.content );
							_process_inline();
						break;
		
						case 'inline' :
							if ( $(obj).parent().is('#fancybox-content') === true) {
								busy = false;
								return;
							}
		
							$('<div class="fancybox-inline-tmp" />')
								.hide()
								.insertBefore( $(obj) )
								.bind('fancybox-cleanup', function() {
									$(this).replaceWith(content.children());
								}).bind('fancybox-cancel', function() {
									$(this).replaceWith(tmp.children());
								});
		
							$(obj).appendTo(tmp);
		
							_process_inline();
						break;
		
						case 'image':
							busy = false;
		
							$.fancybox.showActivity();
		
							imgPreloader = new Image();
		
							imgPreloader.onerror = function() {
								_error();
							};
		
							imgPreloader.onload = function() {
								busy = true;
		
								imgPreloader.onerror = imgPreloader.onload = null;
		
								_process_image();
							};
		
							imgPreloader.src = href;
						break;
		
						case 'swf':
							selectedOpts.scrolling = 'no';
		
							str = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="' + selectedOpts.width + '" height="' + selectedOpts.height + '"><param name="movie" value="' + href + '"></param>';
							emb = '';
		
							$.each(selectedOpts.swf, function(name, val) {
								str += '<param name="' + name + '" value="' + val + '"></param>';
								emb += ' ' + name + '="' + val + '"';
							});
		
							str += '<embed src="' + href + '" type="application/x-shockwave-flash" width="' + selectedOpts.width + '" height="' + selectedOpts.height + '"' + emb + '></embed></object>';
		
							tmp.html(str);
		
							_process_inline();
						break;
		
						case 'ajax':
							busy = false;
		
							$.fancybox.showActivity();
		
							selectedOpts.ajax.win = selectedOpts.ajax.success;
		
							ajaxLoader = $.ajax($.extend({}, selectedOpts.ajax, {
								url	: href,
								data : selectedOpts.ajax.data || {},
								error : function(XMLHttpRequest, textStatus, errorThrown) {
									if ( XMLHttpRequest.status > 0 ) {
										_error();
									}
								},
								success : function(data, textStatus, XMLHttpRequest) {
									var o = typeof XMLHttpRequest == 'object' ? XMLHttpRequest : ajaxLoader;
									if (o.status == 200) {
										if ( typeof selectedOpts.ajax.win == 'function' ) {
											ret = selectedOpts.ajax.win(href, data, textStatus, XMLHttpRequest);
		
											if (ret === false) {
												loading.hide();
												return;
											} else if (typeof ret == 'string' || typeof ret == 'object') {
												data = ret;
											}
										}
		
										tmp.html( data );
										_process_inline();
									}
								}
							}));
		
						break;
		
						case 'iframe':
							_show();
						break;
					}
				},
		
				_process_inline = function() {
					var
						w = selectedOpts.width,
						h = selectedOpts.height;
		
					if (w.toString().indexOf('%') > -1) {
						w = parseInt( ($(window).width() - (selectedOpts.margin * 2)) * parseFloat(w) / 100, 10) + 'px';
		
					} else {
						w = w == 'auto' ? 'auto' : w + 'px';	
					}
		
					if (h.toString().indexOf('%') > -1) {
						h = parseInt( ($(window).height() - (selectedOpts.margin * 2)) * parseFloat(h) / 100, 10) + 'px';
		
					} else {
						h = h == 'auto' ? 'auto' : h + 'px';	
					}
		
					tmp.wrapInner('<div style="width:' + w + ';height:' + h + ';overflow: ' + (selectedOpts.scrolling == 'auto' ? 'auto' : (selectedOpts.scrolling == 'yes' ? 'scroll' : 'hidden')) + ';position:relative;"></div>');
		
					selectedOpts.width = tmp.width();
					selectedOpts.height = tmp.height();
		
					_show();
				},
		
				_process_image = function() {
					selectedOpts.width = imgPreloader.width;
					selectedOpts.height = imgPreloader.height;
		
					$("<img />").attr({
						'id' : 'fancybox-img',
						'src' : imgPreloader.src,
						'alt' : selectedOpts.title
					}).appendTo( tmp );
		
					_show();
				},
		
				_show = function() {
					var pos, equal;
		
					loading.hide();
		
					if (wrap.is(":visible") && false === currentOpts.onCleanup(currentArray, currentIndex, currentOpts)) {
						$.event.trigger('fancybox-cancel');
		
						busy = false;
						return;
					}
		
					busy = true;
		
					$(content.add( overlay )).unbind();
		
					$(window).unbind("resize.fb scroll.fb");
					$(document).unbind('keydown.fb');
		
					if (wrap.is(":visible") && currentOpts.titlePosition !== 'outside') {
						wrap.css('height', wrap.height());
					}
		
					currentArray = selectedArray;
					currentIndex = selectedIndex;
					currentOpts = selectedOpts;
		
					if (currentOpts.overlayShow) {
						overlay.css({
							'background-color' : currentOpts.overlayColor,
							'opacity' : currentOpts.overlayOpacity,
							'cursor' : currentOpts.hideOnOverlayClick ? 'pointer' : 'auto',
							'height' : $(document).height()
						});
		
						if (!overlay.is(':visible')) {
							if (isIE6) {
								$('select:not(#fancybox-tmp select)').filter(function() {
									return this.style.visibility !== 'hidden';
								}).css({'visibility' : 'hidden'}).one('fancybox-cleanup', function() {
									this.style.visibility = 'inherit';
								});
							}
		
							overlay.show();
						}
					} else {
						overlay.hide();
					}
		
					final_pos = _get_zoom_to();
		
					_process_title();
		
					if (wrap.is(":visible")) {
						$( close.add( nav_left ).add( nav_right ) ).hide();
		
						pos = wrap.position(),
		
						start_pos = {
							top	 : pos.top,
							left : pos.left,
							width : wrap.width(),
							height : wrap.height()
						};
		
						equal = (start_pos.width == final_pos.width && start_pos.height == final_pos.height);
		
						content.fadeTo(currentOpts.changeFade, 0.3, function() {
							var finish_resizing = function() {
								content.html( tmp.contents() ).fadeTo(currentOpts.changeFade, 1, _finish);
							};
		
							$.event.trigger('fancybox-change');
		
							content
								.empty()
								.removeAttr('filter')
								.css({
									'border-width' : currentOpts.padding,
									'width'	: final_pos.width - currentOpts.padding * 2,
									'height' : selectedOpts.autoDimensions ? 'auto' : final_pos.height - titleHeight - currentOpts.padding * 2
								});
		
							if (equal) {
								finish_resizing();
		
							} else {
								fx.prop = 0;
		
								$(fx).animate({prop: 1}, {
									 duration : currentOpts.changeSpeed,
									 easing : currentOpts.easingChange,
									 step : _draw,
									 complete : finish_resizing
								});
							}
						});
		
						return;
					}
		
					wrap.removeAttr("style");
		
					content.css('border-width', currentOpts.padding);
		
					if (currentOpts.transitionIn == 'elastic') {
						start_pos = _get_zoom_from();
		
						content.html( tmp.contents() );
		
						wrap.show();
		
						if (currentOpts.opacity) {
							final_pos.opacity = 0;
						}
		
						fx.prop = 0;
		
						$(fx).animate({prop: 1}, {
							 duration : currentOpts.speedIn,
							 easing : currentOpts.easingIn,
							 step : _draw,
							 complete : _finish
						});
		
						return;
					}
		
					if (currentOpts.titlePosition == 'inside' && titleHeight > 0) {	
						title.show();	
					}
		
					content
						.css({
							'width' : final_pos.width - currentOpts.padding * 2,
							'height' : selectedOpts.autoDimensions ? 'auto' : final_pos.height - titleHeight - currentOpts.padding * 2
						})
						.html( tmp.contents() );
		
					wrap
						.css(final_pos)
						.fadeIn( currentOpts.transitionIn == 'none' ? 0 : currentOpts.speedIn, _finish );
				},
		
				_format_title = function(title) {
					if (title && title.length) {
						if (currentOpts.titlePosition == 'float') {
							return '<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">' + title + '</td><td id="fancybox-title-float-right"></td></tr></table>';
						}
		
						return '<div id="fancybox-title-' + currentOpts.titlePosition + '">' + title + '</div>';
					}
		
					return false;
				},
		
				_process_title = function() {
					titleStr = currentOpts.title || '';
					titleHeight = 0;
		
					title
						.empty()
						.removeAttr('style')
						.removeClass();
		
					if (currentOpts.titleShow === false) {
						title.hide();
						return;
					}
		
					titleStr = $.isFunction(currentOpts.titleFormat) ? currentOpts.titleFormat(titleStr, currentArray, currentIndex, currentOpts) : _format_title(titleStr);
		
					if (!titleStr || titleStr === '') {
						title.hide();
						return;
					}
		
					title
						.addClass('fancybox-title-' + currentOpts.titlePosition)
						.html( titleStr )
						.appendTo( 'body' )
						.show();
		
					switch (currentOpts.titlePosition) {
						case 'inside':
							title
								.css({
									'width' : final_pos.width - (currentOpts.padding * 2),
									'marginLeft' : currentOpts.padding,
									'marginRight' : currentOpts.padding
								});
		
							titleHeight = title.outerHeight(true);
		
							title.appendTo( outer );
		
							final_pos.height += titleHeight;
						break;
		
						case 'over':
							title
								.css({
									'marginLeft' : currentOpts.padding,
									'width'	: final_pos.width - (currentOpts.padding * 2),
									'bottom' : currentOpts.padding
								})
								.appendTo( outer );
						break;
		
						case 'float':
							title
								.css('left', parseInt((title.width() - final_pos.width - 40)/ 2, 10) * -1)
								.appendTo( wrap );
						break;
		
						default:
							title
								.css({
									'width' : final_pos.width - (currentOpts.padding * 2),
									'paddingLeft' : currentOpts.padding,
									'paddingRight' : currentOpts.padding
								})
								.appendTo( wrap );
						break;
					}
		
					title.hide();
				},
		
				_set_navigation = function() {
					if (currentOpts.enableEscapeButton || currentOpts.enableKeyboardNav) {
						$(document).bind('keydown.fb', function(e) {
							if (e.keyCode == 27 && currentOpts.enableEscapeButton) {
								e.preventDefault();
								$.fancybox.close();
		
							} else if ((e.keyCode == 37 || e.keyCode == 39) && currentOpts.enableKeyboardNav && e.target.tagName !== 'INPUT' && e.target.tagName !== 'TEXTAREA' && e.target.tagName !== 'SELECT') {
								e.preventDefault();
								$.fancybox[ e.keyCode == 37 ? 'prev' : 'next']();
							}
						});
					}
		
					if (!currentOpts.showNavArrows) { 
						nav_left.hide();
						nav_right.hide();
						return;
					}
		
					if ((currentOpts.cyclic && currentArray.length > 1) || currentIndex !== 0) {
						nav_left.show();
					}
		
					if ((currentOpts.cyclic && currentArray.length > 1) || currentIndex != (currentArray.length -1)) {
						nav_right.show();
					}
				},
		
				_finish = function () {
					if (!$.support.opacity) {
						content.get(0).style.removeAttribute('filter');
						wrap.get(0).style.removeAttribute('filter');
					}
		
					if (selectedOpts.autoDimensions) {
						content.css('height', 'auto');
					}
		
					wrap.css('height', 'auto');
		
					if (titleStr && titleStr.length) {
						title.show();
					}
		
					if (currentOpts.showCloseButton) {
						close.show();
					}
		
					_set_navigation();
			
					if (currentOpts.hideOnContentClick)	{
						content.bind('click', $.fancybox.close);
					}
		
					if (currentOpts.hideOnOverlayClick)	{
						overlay.bind('click', $.fancybox.close);
					}
		
					$(window).bind("resize.fb", $.fancybox.resize);
		
					if (currentOpts.centerOnScroll) {
						$(window).bind("scroll.fb", $.fancybox.center);
					}
		
					if (currentOpts.type == 'iframe') {
						$('<iframe id="fancybox-frame" name="fancybox-frame' + new Date().getTime() + '" frameborder="0" hspace="0" ' + ($.browser.msie ? 'allowtransparency="true""' : '') + ' scrolling="' + selectedOpts.scrolling + '" src="' + currentOpts.href + '"></iframe>').appendTo(content);
					}
		
					wrap.show();
		
					busy = false;
		
					$.fancybox.center();
		
					currentOpts.onComplete(currentArray, currentIndex, currentOpts);
		
					_preload_images();
				},
		
				_preload_images = function() {
					var href, 
						objNext;
		
					if ((currentArray.length -1) > currentIndex) {
						href = currentArray[ currentIndex + 1 ].href;
		
						if (typeof href !== 'undefined' && href.match(imgRegExp)) {
							objNext = new Image();
							objNext.src = href;
						}
					}
		
					if (currentIndex > 0) {
						href = currentArray[ currentIndex - 1 ].href;
		
						if (typeof href !== 'undefined' && href.match(imgRegExp)) {
							objNext = new Image();
							objNext.src = href;
						}
					}
				},
		
				_draw = function(pos) {
					var dim = {
						width : parseInt(start_pos.width + (final_pos.width - start_pos.width) * pos, 10),
						height : parseInt(start_pos.height + (final_pos.height - start_pos.height) * pos, 10),
		
						top : parseInt(start_pos.top + (final_pos.top - start_pos.top) * pos, 10),
						left : parseInt(start_pos.left + (final_pos.left - start_pos.left) * pos, 10)
					};
		
					if (typeof final_pos.opacity !== 'undefined') {
						dim.opacity = pos < 0.5 ? 0.5 : pos;
					}
		
					wrap.css(dim);
		
					content.css({
						'width' : dim.width - currentOpts.padding * 2,
						'height' : dim.height - (titleHeight * pos) - currentOpts.padding * 2
					});
				},
		
				_get_viewport = function() {
					return [
						$(window).width() - (currentOpts.margin * 2),
						$(window).height() - (currentOpts.margin * 2),
						$(document).scrollLeft() + currentOpts.margin,
						$(document).scrollTop() + currentOpts.margin
					];
				},
		
				_get_zoom_to = function () {
					var view = _get_viewport(),
						to = {},
						resize = currentOpts.autoScale,
						double_padding = currentOpts.padding * 2,
						ratio;
		
					if (currentOpts.width.toString().indexOf('%') > -1) {
						to.width = parseInt((view[0] * parseFloat(currentOpts.width)) / 100, 10);
					} else {
						to.width = currentOpts.width + double_padding;
					}
		
					if (currentOpts.height.toString().indexOf('%') > -1) {
						to.height = parseInt((view[1] * parseFloat(currentOpts.height)) / 100, 10);
					} else {
						to.height = currentOpts.height + double_padding;
					}
		
					if (resize && (to.width > view[0] || to.height > view[1])) {
						if (selectedOpts.type == 'image' || selectedOpts.type == 'swf') {
							ratio = (currentOpts.width ) / (currentOpts.height );
		
							if ((to.width ) > view[0]) {
								to.width = view[0];
								to.height = parseInt(((to.width - double_padding) / ratio) + double_padding, 10);
							}
		
							if ((to.height) > view[1]) {
								to.height = view[1];
								to.width = parseInt(((to.height - double_padding) * ratio) + double_padding, 10);
							}
		
						} else {
							to.width = Math.min(to.width, view[0]);
							to.height = Math.min(to.height, view[1]);
						}
					}
		
					to.top = parseInt(Math.max(view[3] - 20, view[3] + ((view[1] - to.height - 40) * 0.5)), 10);
					to.left = parseInt(Math.max(view[2] - 20, view[2] + ((view[0] - to.width - 40) * 0.5)), 10);
		
					return to;
				},
		
				_get_obj_pos = function(obj) {
					var pos = obj.offset();
		
					pos.top += parseInt( obj.css('paddingTop'), 10 ) || 0;
					pos.left += parseInt( obj.css('paddingLeft'), 10 ) || 0;
		
					pos.top += parseInt( obj.css('border-top-width'), 10 ) || 0;
					pos.left += parseInt( obj.css('border-left-width'), 10 ) || 0;
		
					pos.width = obj.width();
					pos.height = obj.height();
		
					return pos;
				},
		
				_get_zoom_from = function() {
					var orig = selectedOpts.orig ? $(selectedOpts.orig) : false,
						from = {},
						pos,
						view;
		
					if (orig && orig.length) {
						pos = _get_obj_pos(orig);
		
						from = {
							width : pos.width + (currentOpts.padding * 2),
							height : pos.height + (currentOpts.padding * 2),
							top	: pos.top - currentOpts.padding - 20,
							left : pos.left - currentOpts.padding - 20
						};
		
					} else {
						view = _get_viewport();
		
						from = {
							width : currentOpts.padding * 2,
							height : currentOpts.padding * 2,
							top	: parseInt(view[3] + view[1] * 0.5, 10),
							left : parseInt(view[2] + view[0] * 0.5, 10)
						};
					}
		
					return from;
				},
		
				_animate_loading = function() {
					if (!loading.is(':visible')){
						clearInterval(loadingTimer);
						return;
					}
		
					$('div', loading).css('top', (loadingFrame * -40) + 'px');
		
					loadingFrame = (loadingFrame + 1) % 12;
				};
		
			/*
			 * Public methods 
			 */
		
			$.fn.fancybox = function(options) {
				if (!$(this).length) {
					return this;
				}
		
				$(this)
					.data('fancybox', $.extend({}, options, ($.metadata ? $(this).metadata() : {})))
					.unbind('click.fb')
					.bind('click.fb', function(e) {
						e.preventDefault();
		
						if (busy) {
							return;
						}
		
						busy = true;
		
						$(this).blur();
		
						selectedArray = [];
						selectedIndex = 0;
		
						var rel = $(this).attr('rel') || '';
		
						if (!rel || rel == '' || rel === 'nofollow') {
							selectedArray.push(this);
		
						} else {
							selectedArray = $("a[rel=" + rel + "], area[rel=" + rel + "]");
							selectedIndex = selectedArray.index( this );
						}
		
						_start();
		
						return;
					});
		
				return this;
			};
		
			$.fancybox = function(obj) {
				var opts;
		
				if (busy) {
					return;
				}
		
				busy = true;
				opts = typeof arguments[1] !== 'undefined' ? arguments[1] : {};
		
				selectedArray = [];
				selectedIndex = parseInt(opts.index, 10) || 0;
		
				if ($.isArray(obj)) {
					for (var i = 0, j = obj.length; i < j; i++) {
						if (typeof obj[i] == 'object') {
							$(obj[i]).data('fancybox', $.extend({}, opts, obj[i]));
						} else {
							obj[i] = $({}).data('fancybox', $.extend({content : obj[i]}, opts));
						}
					}
		
					selectedArray = jQuery.merge(selectedArray, obj);
		
				} else {
					if (typeof obj == 'object') {
						$(obj).data('fancybox', $.extend({}, opts, obj));
					} else {
						obj = $({}).data('fancybox', $.extend({content : obj}, opts));
					}
		
					selectedArray.push(obj);
				}
		
				if (selectedIndex > selectedArray.length || selectedIndex < 0) {
					selectedIndex = 0;
				}
		
				_start();
			};
		
			$.fancybox.showActivity = function() {
				clearInterval(loadingTimer);
		
				loading.show();
				loadingTimer = setInterval(_animate_loading, 66);
			};
		
			$.fancybox.hideActivity = function() {
				loading.hide();
			};
		
			$.fancybox.next = function() {
				return $.fancybox.pos( currentIndex + 1);
			};
		
			$.fancybox.prev = function() {
				return $.fancybox.pos( currentIndex - 1);
			};
		
			$.fancybox.pos = function(pos) {
				if (busy) {
					return;
				}
		
				pos = parseInt(pos);
		
				selectedArray = currentArray;
		
				if (pos > -1 && pos < currentArray.length) {
					selectedIndex = pos;
					_start();
		
				} else if (currentOpts.cyclic && currentArray.length > 1) {
					selectedIndex = pos >= currentArray.length ? 0 : currentArray.length - 1;
					_start();
				}
		
				return;
			};
		
			$.fancybox.cancel = function() {
				if (busy) {
					return;
				}
		
				busy = true;
		
				$.event.trigger('fancybox-cancel');
		
				_abort();
		
				selectedOpts.onCancel(selectedArray, selectedIndex, selectedOpts);
		
				busy = false;
			};
		
			// Note: within an iframe use - parent.$.fancybox.close();
			$.fancybox.close = function() {
				if (busy || wrap.is(':hidden')) {
					return;
				}
		
				busy = true;
		
				if (currentOpts && false === currentOpts.onCleanup(currentArray, currentIndex, currentOpts)) {
					busy = false;
					return;
				}
		
				_abort();
		
				$(close.add( nav_left ).add( nav_right )).hide();
		
				$(content.add( overlay )).unbind();
		
				$(window).unbind("resize.fb scroll.fb");
				$(document).unbind('keydown.fb');
		
				content.find('iframe').attr('src', isIE6 && /^https/i.test(window.location.href || '') ? 'javascript:void(false)' : 'about:blank');
		
				if (currentOpts.titlePosition !== 'inside') {
					title.empty();
				}
		
				wrap.stop();
		
				function _cleanup() {
					overlay.fadeOut('fast');
		
					title.empty().hide();
					wrap.hide();
		
					$.event.trigger('fancybox-cleanup');
		
					content.empty();
		
					currentOpts.onClosed(currentArray, currentIndex, currentOpts);
		
					currentArray = selectedOpts	= [];
					currentIndex = selectedIndex = 0;
					currentOpts = selectedOpts	= {};
		
					busy = false;
				}
		
				if (currentOpts.transitionOut == 'elastic') {
					start_pos = _get_zoom_from();
		
					var pos = wrap.position();
		
					final_pos = {
						top	 : pos.top ,
						left : pos.left,
						width :	wrap.width(),
						height : wrap.height()
					};
		
					if (currentOpts.opacity) {
						final_pos.opacity = 1;
					}
		
					title.empty().hide();
		
					fx.prop = 1;
		
					$(fx).animate({ prop: 0 }, {
						 duration : currentOpts.speedOut,
						 easing : currentOpts.easingOut,
						 step : _draw,
						 complete : _cleanup
					});
		
				} else {
					wrap.fadeOut( currentOpts.transitionOut == 'none' ? 0 : currentOpts.speedOut, _cleanup);
				}
			};
		
			$.fancybox.resize = function() {
				if (overlay.is(':visible')) {
					overlay.css('height', $(document).height());
				}
		
				$.fancybox.center(true);
			};
		
			$.fancybox.center = function() {
				var view, align;
		
				if (busy) {
					return;	
				}
		
				align = arguments[0] === true ? 1 : 0;
				view = _get_viewport();
		
				if (!align && (wrap.width() > view[0] || wrap.height() > view[1])) {
					return;	
				}
		
				wrap
					.stop()
					.animate({
						'top' : parseInt(Math.max(view[3] - 20, view[3] + ((view[1] - content.height() - 40) * 0.5) - currentOpts.padding)),
						'left' : parseInt(Math.max(view[2] - 20, view[2] + ((view[0] - content.width() - 40) * 0.5) - currentOpts.padding))
					}, typeof arguments[0] == 'number' ? arguments[0] : 200);
			};
		
			$.fancybox.init = function() {
				if ($("#fancybox-wrap").length) {
					return;
				}
		
				$('body').append(
					tmp	= $('<div id="fancybox-tmp"></div>'),
					loading	= $('<div id="fancybox-loading"><div></div></div>'),
					overlay	= $('<div id="fancybox-overlay"></div>'),
					wrap = $('<div id="fancybox-wrap"></div>')
				);
		
				outer = $('<div id="fancybox-outer"></div>')
					.append('<div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div>')
					.appendTo( wrap );
		
				outer.append(
					content = $('<div id="fancybox-content"></div>'),
					close = $('<a id="fancybox-close"></a>'),
					title = $('<div id="fancybox-title"></div>'),
		
					nav_left = $('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),
					nav_right = $('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>')
				);
		
				close.click($.fancybox.close);
				loading.click($.fancybox.cancel);
		
				nav_left.click(function(e) {
					e.preventDefault();
					$.fancybox.prev();
				});
		
				nav_right.click(function(e) {
					e.preventDefault();
					$.fancybox.next();
				});
		
				if ($.fn.mousewheel) {
					wrap.bind('mousewheel.fb', function(e, delta) {
						if (busy) {
							e.preventDefault();
		
						} else if ($(e.target).get(0).clientHeight == 0 || $(e.target).get(0).scrollHeight === $(e.target).get(0).clientHeight) {
							e.preventDefault();
							$.fancybox[ delta > 0 ? 'prev' : 'next']();
						}
					});
				}
		
				if (!$.support.opacity) {
					wrap.addClass('fancybox-ie');
				}
		
				if (isIE6) {
					loading.addClass('fancybox-ie6');
					wrap.addClass('fancybox-ie6');
		
					$('<iframe id="fancybox-hide-sel-frame" src="' + (/^https/i.test(window.location.href || '') ? 'javascript:void(false)' : 'about:blank' ) + '" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(outer);
				}
			};
		
			$.fn.fancybox.defaults = {
				padding : 10,
				margin : 40,
				opacity : false,
				modal : false,
				cyclic : false,
				scrolling : 'auto',	// 'auto', 'yes' or 'no'
		
				width : 560,
				height : 340,
		
				autoScale : true,
				autoDimensions : true,
				centerOnScroll : false,
		
				ajax : {},
				swf : { wmode: 'transparent' },
		
				hideOnOverlayClick : true,
				hideOnContentClick : false,
		
				overlayShow : true,
				overlayOpacity : 0.7,
				overlayColor : '#777',
		
				titleShow : true,
				titlePosition : 'float', // 'float', 'outside', 'inside' or 'over'
				titleFormat : null,
				titleFromAlt : false,
		
				transitionIn : 'fade', // 'elastic', 'fade' or 'none'
				transitionOut : 'fade', // 'elastic', 'fade' or 'none'
		
				speedIn : 300,
				speedOut : 300,
		
				changeSpeed : 300,
				changeFade : 'fast',
		
				easingIn : 'swing',
				easingOut : 'swing',
		
				showCloseButton	 : true,
				showNavArrows : true,
				enableEscapeButton : true,
				enableKeyboardNav : true,
		
				onStart : function(){},
				onCancel : function(){},
				onComplete : function(){},
				onCleanup : function(){},
				onClosed : function(){},
				onError : function(){}
			};
		
			$(document).ready(function() {
				$.fancybox.init();
			});
		
		})(jQuery);
	</script>
	<script type="text/javascript">
		$(document).ready(function() {

			$("a.fancybox").fancybox();
		});
	</script>
</head>
<body>

	<div class="spacer30"></div>
	
	<div class="container_12 main-quiz">
		<div class="grid_12">
			<img src="http://feature.woot.com/downtime/logo.jpg" alt="Woot!" class="float-left" style="margin-right: 440px;" />
			<a href="http://www.facebook.com/woot"><img src="http://feature.woot.com/downtime/btn-facebook.png" alt="" style="margin-right: 30px;" /></a>
			<a href="http://www.twitter.com/woot"><img src="http://feature.woot.com/downtime/btn-twitter.png" alt="" /></a>
		</div>
		
		<div class="clear"></div>
		
		<div class="spacer10"></div>
		
		<div class="clear"></div>
		
		<h1>We're doing a bit of maintenance. <br /> <br /> Almost ready now! Just polishing the fittings and arranging the throw pillows. Our doors will be open again VERY shortly.</h1>
		
		<div class="clear"></div>

  		<div class="grid_620">
  			
  			<div class="module">
				<h2>Which Kind Of Woot Monkey Are You?</h2>
	  			<p><b>There are two kinds of people - and monkeys - in this world. You're either an unhinged, self-indulgent, unpredictable Mortimer or a sensible, rational, dull Monte. Which kind are you? Take this super-scientific quiz and find out! </b></p>
	  			<ol class="bold">
	  				<li>You're stranded on a deserted island. You:
	  					<ol type="a">
	  						<li>Make a coconut bra because a monkey wearing a coconut bra is hilarious.</li>
	  						<li>Immediately start gathering firewood and materials to build a shelter.</li>
	  					</ol>
	  				</li>
	  				<li>The Zombie Apocalypse is real. What is your plan?
	  					<ol type="a">
	  						<li>To always run faster than everyone else.</li>
	  						<li>This is obviously a trick question. Though primates are 96% genetically similar to humans, the reanimation virus has zero affect on them. </li>
	  					</ol>	
	  				</li>
	  				<li>Boston and New York are approximately 280 miles apart. One train leaves Boston traveling towards New York at an average speed of 80 mph. Another train leaves New York at the same time traveling toward Boston at an average speed of 60 mph. How long will it take them to meet?
	  					<ol type="a">
	  						<li>Who cares? I just want to dance. </li>
	  						<li>The error most people make here is assuming that both trains traveled the entire distance. But that is clearly not the case if one is traveling faster than the other. What is equal is the time each travels before meeting, so if: T=Time and Train1=80T and Train2=60T, then 80T+60T=280. That means that T=2 hours.</li>
	  					</ol>
	  				</li>
	  				<li>I like bananas.
	  					<ol type="a">
	  						<li>Yes.</li>
	  						<li>What? This isn't even a question. I mean, I guess they're OK sometimes but to be perfectly honestly I'm a little insulted by the stereotype.</li>
	  					</ol>
	  				</li>
	  				<li>Who is your favorite Doobie Brother?
	  					<ol type="a">
	  						<li>Michael McDonald</li>
	  						<li>Michael McDonald</li>
	  					</ol>
	  				</li>
	  			</ol>
	  			<div class="spacer10"></div>
	  			<h3>Now tally your score. "A" answers get 1 point. "B" answers get 2. </h3>
	  			<ol type="a">
	  				<li><strong>If you scored 1-5 points, you are MORTIMER!</strong> Mortimer is rash, impulsive, selfish, and let's just face it, not very bright. But the important thing is that he knows how to get the party started, and he looks smokin' hot in a coconut bra. Need we say more? Congrats! <a href="http://twitter.com/home/?status=When%20it%20comes%20to%20@woot%20monkeys,%20I'm%20a%20Mortimer!%20Let's%20take%20a%20nacho%20bath!%20http://woot.com"><strong>Tweet your result</strong></a></li>
	  				<li><strong>If you scored 6-10 points, you are MONTE!</strong>  The good news is, Monte is a whole lot smarter and more responsible than Mortimer. The bad news is, he's kind of a big stick-in-the-mud. Congrats! You might not have a lot of friends, but they're all gonna die in the Zombie Apocalypse anyway. <a href="http://twitter.com/home/?status=When%20it%20comes%20to%20@woot%20monkeys,%20I'm%20a%20Monte!%20Remember%20to%20wear%20your%20seat%20belt!%20http://woot.com"><strong>Tweet your result</strong></a></li>
	  			</ol>
	  			<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.woot.com&amp;send=false&amp;layout=standard&amp;width=620&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:620px; height:35px;" allowTransparency="true"></iframe>
	  		</div>
	  		
  			<div class="module">
  				<a href="http://www.facebook.com/woot"><img src="http://feature.woot.com/downtime/future-01.png" alt="" class="float-left" style="margin-right: 0;" /></a>
				<iframe width="500" height="284" src="http://www.youtube.com/embed/EcX0xP_tQ2Y?wmode=opaque" frameborder="0" allowfullscreen></iframe>
				<p class="caption" style="margin-left:110px;width:497px;padding:3px 0 3px 3px;">This video is from <a href="http://www.youtube.com/user/wootchannel">the vaults</a>. Any sales or events it refers to are probably OLD.</p>
			</div>
			
			<div class="module story">
				<a href="http://www.facebook.com/woot"><img src="http://feature.woot.com/downtime/future-01.gif" alt="" class="float-left"/></a>
				<h2 style="background-position:300px bottom">As the Woot Turns</h2>
				<h3>Episode 3: The Kids Are All Home</h3>
				<p>"You look sad."</p>
				<p>Sylvia stopped paying attention to Craig in hopes he might order her coffee drink correctly and looked over at the boy sitting with a large globe at the table next to her. "Excuse me? Young man, telling a woman she looks sad is incredibly bad form. Saying she's pretty is nice. Even offering to buy a woman an iced latte would be acceptable, though perhaps not at your age. But telling a lady she looks sad just isn't right."</p>
				<p>"Sorry."</p>
				<p>Well, you should be. But I accept your apology." She made a mental note to say something to the boy's mother, who was standing just behind Craig in line. Shame on her for raising such a rude creature.</p>
				<p>"Are you sad?"</p>
				<p>Sylvia rolled her eyes. "A little, maybe," she conceded, "but I don't see how that's any... I'm sorry, but are those handcuffs?"</p>
				<p>The boy raised his left wrist and gave the cuffs attaching him to the globe a jiggle. "I acted out," he told her.</p>
				<p>"Clearly."</p>
				<p>"So why are you sad?"</p>
				<p>"If you must know," Sylvia sighed, "I missed out on a particularly wonderful piece of furniture this afternoon. I had my heart set on this beautiful couch, but it was taken away from me by incompetents."</p>
				<p>"Oh."</p>
				<p>"I don't expect you to understand."</p>
				<p>"Are incompy-tents like aliens? Because I think they might have my teacher, too." The boy stared down at his shoes as he spoke. "She was really nice. Ms. Estes taught me about dinosaurs and helped me with my stupid math drills and she let me be in charge of taking care of Harry for a whole month one time. She was so cool."</p>
				<p>"Harry?"</p>
				<p>"Our classroom hamster."</p>
				<p>"Right. Of course." Sylvia suddenly felt silly for even mentioning the couch. Just the idea that it was now causing her more emotional distress was off-putting. "Please continue."</p>
				<p>The boy shrugged. "I guess I was just hoping you might be sad with me. All Mom keeps saying is how she's going to hurt Uncle Alex for giving me these handcuffs."</p>
				<p>"Well, I don't see any reason why not. We can be sad together, if you like. But life goes on, you know. We can't be sad forever. I'm going to have to somehow put together an entirely new design concept for my living room, though I have no idea how I'll find the time, honestly. And you? Maybe your new teacher won't be so bad. You do have a new teacher, yes?"</p>
				<p>"She's a robot."</p>
				<p>"Oh. That might make things difficult at first, I imagine."</p>
				<p>"Yeah."</p>
				<p>Sylvia waved it off. "Let's not think about that right now. Let's just stare out of this coffeeshop window, sigh forlornly, and think about our lives before they were so rudely interrupted by Life. How does that sound?"</p>
				<p>The boy smiled. "My name's Jake."</p>
				<p>"It's a pleasure to meet you, Jake. I'm Sylvia. Oh, and before we wallow in ennui, please remind me to give your mother a stern talking to about how you speak to strangers once she comes back."</p>
				<p style="margin-bottom:0;"><span style="color: #999;"><i>The End</i></span></p>
			</div>

			<div class="module">
				<iframe width="620" height="345" src="http://www.youtube.com/embed/uGJ7DevUHnY?wmode=opaque" frameborder="0" allowfullscreen></iframe>
				<p class="caption">This video is from <a href="http://www.youtube.com/user/wootchannel">the vaults</a>. Any sales or events it refers to are probably OLD.</p>
			</div>
			
			<div class="">
	  			<div class="dww">
		  			<a href="http://www.facebook.com/woot"><img src="http://feature.woot.com/downtime/img-dww-03.jpg" alt="" class="float-left" /></a>
		  			<h2 style="background-position:300px bottom">Deals Without Woot</h2>
		  			<h3><a href="https://www.facebook.com/woot/posts/10150907462253548">Corncob Pipe with Free Lifetime 3G</a></h3>
		  			<a href="https://www.facebook.com/woot/posts/10150907462253548"><img src="http://feature.woot.com/downtime/dwow-stamp.png" alt="DWoW!" style="margin-left: 100px;" /></a>
		  		</div>
	  		</div>
			
  		</div>
  		<!-- end .grid_620 -->
  		
		<div class="grid_300">
  			<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fwoot&amp;width=300&amp;height=590&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=true&amp;header=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:590px;" allowTransparency="true"></iframe>
  			
  			<div class="clear"></div>
  			<div class="spacer30"></div>
  			
  			<div class="module rejected">
	  			<h2>From The Drawing Board: Rejected Woot Redesigns</h2>
	  			<p>Minimal. Hip. Now. Sexy. Rejected.</p>
				<a href="http://feature.woot.com/downtime/img-rejected-03b.png" class="fancybox"><img src="http://feature.woot.com/downtime/img-rejected-03.png" alt="" /></a>
				<p class="caption"><a href="http://feature.woot.com/downtime/img-rejected-03b.png" class="fancybox">Click to view full size.</a></p>
	  		</div>
	  		
  			<div class="module">
  				<iframe width="299" height="182" src="http://www.youtube.com/embed/Bfl7ydw_mcs?wmode=opaque" frameborder="0" allowfullscreen></iframe>
  				<p class="caption">This video is from <a href="http://www.youtube.com/user/wootchannel">the vaults</a>. Any sales or events it refers to are probably OLD.</p>
  			</div>
  			
  			<div class="module boc-block">
	  			<a href="http://www.facebook.com/woot"><img src="http://feature.woot.com/downtime/future-02.gif" alt="" /></a>
	  		</div>
	  		
  			<div class="module woot-history">
	  			<h2><a href="https://www.facebook.com/woot/posts/10150907461998548">Woot Moments in History</a></h2>
				<div class="history-item" style="margin-bottom: 15px;">
	  				<img src="http://feature.woot.com/downtime/img-history-06.png" alt="" />
	  				<p>
	  					<b>1957, NEW YORK.</b><br />
	  					Jonah Rutledge comes under fire for statements which appear in the editorial pages of his seed catalog, regarding the nature of the French war against Algeria's <i>Front de Lib&acute;ration Nationale</i>. Debate rages in the letters column for several months and does not end until the famous <i>Life</i> Magazine interview ("Did Rutledge Go Too Far On The Subject Of De Gaulle?" April, 1957) leads Edward R. Murrow to throw his support behind the publication. Nevertheless, Jonah Rutledge steps down from the position and moves the family to New Carrolton, Texas, where they live in an abandoned warehouse a short drive from the airport.
	  				</p>
	  			</div>
		  		<div class="history-item">
	  				<img src="http://feature.woot.com/downtime/img-history-07.png" alt="" />
	  				<p>
	  					<b>1999, NEW CARROLLTON.</b><br />
	  					Matt Rutledge, with time to kill before his first shift as a fry cook, staggers half-drunk into a library to check his email and accidentally sells his car stereo to a guy on Usenet. While cashing the check, it hits him: selling stuff on the Internet's a LOT better than actually working! After sitting down with a dictionary and finding every word in it is already being used for porn, Matt decides he must create a new word which best represents joy, heroism, patriotic feelings and the rush of pride that comes from finding an excellent deal! And then he drops his sandwich on the keyboard and buys "woot.com" somehow.
	  				</p>
	  			</div>
	  		</div>
	  		
	  		<div class="module boc-block">
	  			<a href="http://www.facebook.com/woot"><img src="http://feature.woot.com/downtime/future-01.gif" alt="" /></a>
	  		</div>
	  		
	  		<div class="">
				<iframe width="299" height="182" src="http://www.youtube.com/embed/jEgxk88KNDg?wmode=opaque" frameborder="0" allowfullscreen></iframe>
				<p class="caption">This video is from <a href="http://www.youtube.com/user/wootchannel">the vaults</a>. Any sales or events it refers to are probably OLD.</p>
  			</div>
  			
	  	</div>
  		<!-- end .grid_300 -->
  		
  		<div class="clear"></div>
  		
  	</div> <!-- /container_12 -->
  	<div class="container_12">
  		<div class="grid_12 footer">
  			<p>Woot logos, site design, &amp; content &copy; Woot, Inc. 2004-2012. All Rights Reserved.</p>
  		</div>
  	</div>
	<script type="text/javascript">
		var _gaq = _gaq || [];
		_gaq.push(
			['masterTracker._setAccount', 'UA-31798-11'],
			['masterTracker._setCampaignCookieTimeout', 86400000],
			['masterTracker._setDomainName', '.woot.com'],
			['masterTracker._addIgnoredRef', '.woot.com'],
			['masterTracker._trackPageview'],
			['masterTracker._trackPageLoadTime'],
			['siloTracker._setAccount', 'UA-31798-1'],
			['siloTracker._setCampaignCookieTimeout', 86400000],
			['siloTracker._setDomainName', 'www.woot.com'],
			['siloTracker._trackPageview'],
			['siloTracker._trackPageLoadTime']
		);

		(function () {
			var ga = document.createElement('script');
			ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
			ga.setAttribute('async', 'true');
			document.documentElement.firstChild.appendChild(ga);
		})();
	</script>
</body>
</html>