addthis_url=location.href;addthis_title=document.title;addthis_pub='indigo';function ViewProduct(psrc,pname){var popUp=window.open(psrc,pname,"height=150, width=520");popUp.title='Brand Information';popUp.focus();}
function ViewProductB(psrc,pname){var popUp=window.open(psrc,pname,"resizable=yes,width=400,height=500,scrollbars=yes");popUp.title='Colour Chart';popUp.focus();}
function checkCustomQuoteForm(){var valid_form=true;var form=$('customquote_form');var qty=$F(form['data[CustomQuote][qty]']);var locations=$F(form['data[CustomQuote][locations]']);var quote_type=getValueRadio(form['data[CustomQuote][type]']);if(quote_type==null||!quote_type.length){valid_form=false;}
else{if(quote_type=='printed'){$('emb_quote_fields').hide();$('print_quote_fields').show();}
else if(quote_type=='embroidered'){$('emb_quote_fields').show();$('print_quote_fields').hide();}}
if(isNaN(qty)===true||qty<=0){valid_form=false;}
if(!locations.length){valid_form=false;}
if(valid_form){$('customquote_form').request({onSuccess:function(transport){$('perItemValue').innerHTML=transport.responseText;}});}}
function getValueRadio(radioObj){if(!radioObj)return null;var radioLength=radioObj.length;if(radioLength==undefined){if(radioObj.checked){return radioObj.value;}
else{return"";}}
for(var i=0;i<radioLength;i++){if(radioObj[i].checked){return radioObj[i].value;}}
return null;}
Event.observe(window,'load',function(){$$("a[href^=tel]").each(function(a){var newSpan=document.createElement("span");newSpan.setAttribute("class","tel");newSpan.appendChild(a.firstChild);a.up().replaceChild(newSpan,a);});});var FT=FT||{};FT.Page=Class.create({initialize:function(){this.documentBody=$$("body")[0];$$(".menu").each(function(el){var bodyClick=function(){setTimeout(function(){el.removeClassName("menuopen");this.documentBody.stopObserving("click",bodyClick);}.bind(this),1);}.bindAsEventListener(this);var menuClick=function(){this.documentBody.stopObserving("click",bodyClick);el.addClassName("menuopen");setTimeout(function(){this.documentBody.observe("click",bodyClick);}.bind(this),1);}.bindAsEventListener(this);el.observe("click",menuClick);el.down("span").observe("click",function(){el.stopObserving("click",menuClick);el.removeClassName("menuopen");setTimeout(function(){el.observe("click",menuClick);},1);}.bindAsEventListener(this));el.select("li a").each(function(el){el.observe("click",this.menuChangeHandler.bindAsEventListener(this));}.bind(this));el.setStyle({visibility:"visible"});}.bind(this));$$('.menu-leftaligner .menu li a').each(function(el){el.stopObserving("click");});$$(".navigation-content > li:not(li[class=nosub])").each(function(el){var bodyClick=function(){setTimeout(function(){el.removeClassName("navopen");this.documentBody.stopObserving("click",bodyClick);}.bind(this),1);}.bindAsEventListener(this);var navClick=function(event){if(el.className=="navopen"){setTimeout(function(){el.removeClassName("navopen");this.documentBody.stopObserving("click",bodyClick);}.bind(this),1);}
this.documentBody.stopObserving("click",bodyClick);el.addClassName("navopen");setTimeout(function(){this.documentBody.observe("click",bodyClick);}.bind(this),1);event.preventDefault();}.bindAsEventListener(this);el.select("i").each(function(tag){var mover=function(){tag.addClassName('hover');}.bindAsEventListener(this);var mout=function(){tag.removeClassName('hover');}.bindAsEventListener(this);tag.observe("click",navClick);tag.observe("mouseover",mover);tag.observe("mouseout",mout);}.bind(this));el.up("ul").removeClassName("inactive");}.bind(this));},menuChangeHandler:function(event){var el=event.target;el.up("ul").select("li").each(function(theLi){theLi.removeClassName("selected");}.bind(this));el.up("li").addClassName("selected");var menuEl=el.up(".menu");menuEl.fire("menu:changed",{selectedEl:el});menuEl.down(".current").update(el.innerHTML);event.preventDefault();setTimeout(function(){menuEl.removeClassName("menuopen");},300);}});document.observe("dom:loaded",function(){document.page=new FT.Page();});;var Quote=Class.create({initialize:function(form)
{this.form=form
this.total=$('cost')
this.printingMethodField=$('printing-method')
this.printMethod='Screen Printing'
this.quantityLimit=20
this.processPrintLimit=100
this.textScreenPrinting='Screen Printing'
this.textDTGBubble='DTG (Digital) Printing'
this.textVinylBubble='Transfer (Vinyl) Printing'
this.textContact='Contact Us (POA)'
this.linkScreenPrinting='http://www.indigoclothing.com/screen-printing/'
this.linkVinylBubble='http://www.indigoclothing.com/transfer-printing/'
this.linkDTGBubble='http://www.indigoclothing.com/direct-to-garment-digital-printing/'
this.errorString='<div class="error" id="#{target}-error" style="visibility: hidden">#{error}</div>'
this.errors=[]
this.HideOptions()
new Form.Observer(this.form,0.8,this.Update.bind(this))
this.form.observe('submit',this.Send.bindAsEventListener(this))},Update:function(form)
{this.HideOptions()
var selectedType=this.ValidateType(this.form.getInputs('radio','data[CustomQuote][type]').find(function(input){return input.checked==true}))
if(selectedType.value=='printed')
{$('print-type-field').show()
$('embroidered').hide()
$('average-colours-field').hide()
var selectedPrintType=this.ValidatePrintType
(this.form.getInputs('radio','data[CustomQuote][print_type]').find
(function(input)
{return input.checked==true}))
if(this.ShowHideSizeField(selectedPrintType,$('average-colours'),$('quantity'),$('base-colours')))
{$('garment-size-field').show()
if(this.ShowHideDTGSizeField(selectedPrintType,$('average-colours'),$('quantity'),$('base-colours'))){$('dtg-garment-size-field').show()}
else if(this.ShowHideVinylSizeField(selectedPrintType,$('average-colours'),$('quantity'),$('base-colours'))){$('vinyl-garment-size-field').show()}}
else
{$('garment-size-field').hide()}
if(selectedPrintType.value=='spot')
{$('average-colours-field').show()
if($('average-colours').value==1){if($('quantity').value>0&&($('quantity').value<this.quantityLimit)){$('base-colour-field').show()}}else if($('average-colours').value>1){if($('quantity').value>0&&($('quantity').value<this.quantityLimit)){$('base-colour-field').show()}}
if($('average-colours').value!=""&&$('quantity').value!=""&&$('base-colours').value!="")
{this.ValidateIndigoAvailable(selectedPrintType,$('average-colours'),$('quantity'),$('base-colours'))}}
else if(selectedPrintType.value=='process')
{$('average-colours-field').hide()
if(!isNaN($('quantity').value)&&$('quantity').value!=""){$('base-colour-field').show()}
if($('quantity').value!=""&&$('base-colours').value!="")
{this.ValidateIndigoAvailable(selectedPrintType,$('average-colours'),$('quantity'),$('base-colours'))}}
if(selectedType.value!="")
{this.ValidateQuantity($('quantity'),'printed')}
this.ShowHidePrintMethod(selectedType.value,selectedPrintType.value,$('average-colours'),$('quantity'),$('base-colours'))}
else if(selectedType.value=='embroidered')
{$('embroidered').show()
$('print-type-field').hide()
if(selectedType.value!="")
{this.ValidateQuantity($('quantity'),'embroidered')}
this.RemoveError('base-colour-field')}
else{}
this.UpdateErrorPositions()
if(!this.ErrorExists($('type-field-error'))&&!this.ErrorExists($('quantity-field-error'))&&!this.ErrorExists($('base-colour-field-error')))
{this.form.request({onLoading:function()
{this.ToggleCalculating()}.bind(this),onSuccess:function(transport)
{this.ToggleCalculating()
this.total.innerHTML=transport.responseText}.bind(this),onFailure:function()
{this.ToggleCalculating()}.bind(this)})}},ShowHideSizeField:function(print_type,print_colours,quantity,base_colour)
{if(isNaN(print_colours.value)||print_colours.value==null){return false;}
if(isNaN(quantity.value)||quantity.value==null){return false;}
if(quantity.value>0)
{switch(print_type.value)
{case'spot':if(print_colours.value==1&&quantity.value<this.quantityLimit&&base_colour.value!="")
{return true;}
else if(print_colours.value>1&&quantity.value<this.quantityLimit&&base_colour.value=="light")
{return true;}
break;case'process':if(quantity.value<100&&base_colour.value=="light")
{return true;}
break;}}
return false;},ShowHideDTGSizeField:function(print_type,print_colours,quantity,base_colour)
{switch(print_type.value)
{case'spot':if(print_colours.value==1&&quantity.value<this.quantityLimit&&base_colour.value=='light')
{return true;}
else if(print_colours.value>1&&quantity.value<this.quantityLimit&&base_colour.value=='light')
{return true;}
break;case'process':if(quantity.value<100&&base_colour.value=='light')
{return true;}
break;}
return false;},ShowHideVinylSizeField:function(print_type,print_colours,quantity,base_colour)
{switch(print_type.value)
{case'spot':if(print_colours.value==1&&quantity.value<this.quantityLimit&&base_colour.value=='dark')
{return true;}
break;}
return false;},ValidateType:function(selected)
{if(selected==undefined)
{this.AddError('type-field','Please choose a design type')
return false}
else
{this.RemoveError('type-field')
return selected}},ValidatePrintType:function(selected)
{if(selected==undefined)
{this.AddError('print-type-field','Please choose a print type')
return false}
else
{this.RemoveError('print-type-field')
return selected}},DeterminePrintMethod:function(select_type,print_type,print_colours,quantity,base_colour)
{if(select_type=='printed')
{if(print_type=='spot')
{if(print_colours.value>1)
{if(quantity.value>0&&quantity.value<this.quantityLimit)
{if(base_colour.value=='light')
{return this.textDTGBubble}
else if(base_colour.value=='dark')
{return this.textContact}}
else if(quantity.value>=this.quantityLimit){return this.textScreenPrinting}}
else if(print_colours.value==1)
{if(quantity.value>0&&quantity.value<this.quantityLimit)
{if(base_colour.value=='light')
{return this.textDTGBubble}
else if(base_colour.value=='dark')
{return this.textVinylBubble}}
else if(quantity.value>=this.quantityLimit){return this.textScreenPrinting}}}
else if(print_type=='process')
{if(quantity.value>0&&quantity.value<this.processPrintLimit)
{if(base_colour.value=='light')
{return this.textDTGBubble}
else if(base_colour.value=='dark')
{return this.textContact}}
else if(quantity.value>=this.processPrintLimit)
{if(base_colour.value=='dark')
{return this.textContact}
else if(base_colour.value=='light')
{return this.textScreenPrinting}}}}
return false},ShowHidePrintMethod:function(select_type,print_type,print_colours,quantity,base_colour)
{if(select_type=='printed'){this.printMethod=this.DeterminePrintMethod(select_type,print_type,print_colours,quantity,base_colour);printLink='';if(this.printMethod!=false){if(this.printMethod!=this.textContact){switch(this.printMethod){case this.textDTGBubble:printLink=this.linkDTGBubble
break;case this.textVinylBubble:printLink=this.linkVinylBubble
break;case this.textScreenPrinting:printLink=this.linkScreenPrinting
break;}
if(printLink==''){this.printingMethodField.innerHTML=this.printMethod}else{this.printingMethodField.innerHTML="<a href='"+printLink+"'>"+this.printMethod+"</a>"}
$('printing-method-field').show()}}}else{$('printing-method-field').hide()}},ValidateIndigoAvailable:function(print_type,print_colours,quantity,base_colour)
{if(print_type.value=='spot'&&print_colours.value>1&&quantity.value<this.quantityLimit&&base_colour.value=='dark')
{this.total.innerHTML="0.00"
this.AddError('base-colour-field','Please contact indigo for this order')}
else if(print_type.value=='process'&&base_colour.value=='dark')
{this.total.innerHTML="0.00"
this.AddError('base-colour-field','Please contact indigo for this order')}
else
{this.RemoveError('base-colour-field')}},ValidateQuantity:function(quantity,selectedType)
{if(isNaN(quantity.value))
{this.AddError('quantity-field','Please make sure the quantity is a number')}
else if(quantity.value<1)
{this.AddError('quantity-field','Please make sure you enter a quantity')}
else if(quantity.value<this.quantityLimit&&selectedType=='embroidered')
{this.AddError('quantity-field','Our minimum order quanity is '+this.quantityLimit+'.<br />If you want to mix several garments please give us a call on <strong>0800 061 2207</strong>')}
else
{this.RemoveError('quantity-field')}},ValidateName:function(name)
{if(name.blank())
{this.AddError('name-field','Please provide your name')}
else
{this.RemoveError('name-field')}},ValidateEmail:function(email)
{if(email.blank())
{this.AddError('email-field','Please provide your email address')}
else
{if(!/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,6})$/.test(email))
{this.AddError('email-field','Please check that your email address is valid')}
else
{this.RemoveError('email-field')}}},AddError:function(target,error)
{var targetError=$(target+'-error')
if(this.ErrorExists(targetError))
{this.RemoveError(target)}
var error=this.errorString.interpolate({target:target,error:error})
error=$(target).insert({'before':error}).previous()
var width=parseInt(error.getStyle('width').replace('px',''))
var newPosition=width+7
error.setStyle({left:'-'+newPosition+'px',width:width+'px',visibility:'visible'})
this.errors.push(target+'-error')
this.UpdateErrorPositions()},RemoveError:function(target)
{var error=$(target+'-error')
if(error!=null)
{this.errors=this.errors.without(target+'-error')
error.remove()}},ErrorExists:function(targetError)
{if(targetError!=null)
{return this.errors.any(function(error){return error==targetError.id})}
else
{return false}},UpdateErrorPositions:function()
{this.errors.each(function(error){var error=$(error)
var target=error.next('div.field')
var top=target.positionedOffset()[1]
error.setStyle({top:top+'px'})})},ToggleCalculating:function()
{if($('cost').hasClassName('calculating'))
{$('cost').removeClassName('calculating')}
else
{$('cost').addClassName('calculating')}},HideOptions:function()
{$('embroidered').hide()
$('base-colour-field').hide()
$('print-type-field').hide()
$('garment-size-field').hide()
$('dtg-garment-size-field').hide()
$('vinyl-garment-size-field').hide()
$('average-colours-field').hide()
$('printing-method-field').hide()},Send:function(event)
{this.ValidateType(this.form.getInputs('radio','data[CustomQuote][type]').find(function(input){return input.checked==true}))
var selectedType=this.ValidateType(this.form.getInputs('radio','data[CustomQuote][type]').find(function(input){return input.checked==true}))
this.ValidateQuantity($('quantity'),selectedType.value)
this.ValidateName($('name').getValue())
this.ValidateEmail($('email').getValue())
if(this.errors.length==0)
{this.form.request({parameters:{"data[CustomQuote][send]":true},onSuccess:function(transport)
{this.ShowSuccess(transport.responseText)}.bind(this)})}
Event.stop(event)},ShowSuccess:function(message)
{this.form.up('div.wrapper').innerHTML=message}})
var Product=Class.create({initialize:function()
{this.CustomQuote($('customquote_form'))},CustomQuote:function(form)
{new Quote(form)}});if(!window.Modalbox)
var Modalbox=new Object();Modalbox.Methods={overrideAlert:false,focusableElements:new Array,currFocused:0,initialized:false,active:true,options:{title:"ModalBox Window",overlayClose:true,width:500,height:90,overlayOpacity:.65,overlayDuration:.25,slideDownDuration:.5,slideUpDuration:.5,resizeDuration:.25,inactiveFade:true,transitions:true,loadingString:"Please wait. Loading...",closeString:"Close window",closeValue:"&times;",params:{},method:'get',autoFocusing:true,aspnet:false},_options:new Object,setOptions:function(options){Object.extend(this.options,options||{});},_init:function(options){Object.extend(this._options,this.options);this.setOptions(options);this.MBoverlay=new Element("div",{id:"MB_overlay",style:"opacity: 0"});this.MBwindow=new Element("div",{id:"MB_window",style:"display: none"}).update(this.MBframe=new Element("div",{id:"MB_frame"}).update(this.MBheader=new Element("div",{id:"MB_header"}).update(this.MBcaption=new Element("div",{id:"MB_caption"}))));this.MBclose=new Element("a",{id:"MB_close",title:this.options.closeString,href:"#"}).update("<span>"+this.options.closeValue+"</span>");this.MBheader.insert({'bottom':this.MBclose});this.MBcontent=new Element("div",{id:"MB_content"}).update(this.MBloading=new Element("div",{id:"MB_loading"}).update(this.options.loadingString));this.MBframe.insert({'bottom':this.MBcontent});var injectToEl=this.options.aspnet?$(document.body).down('form'):$(document.body);injectToEl.insert({'top':this.MBwindow});injectToEl.insert({'top':this.MBoverlay});this.initScrollX=window.pageXOffset||document.body.scrollLeft||document.documentElement.scrollLeft;this.initScrollY=window.pageYOffset||document.body.scrollTop||document.documentElement.scrollTop;this.hideObserver=this._hide.bindAsEventListener(this);this.kbdObserver=this._kbdHandler.bindAsEventListener(this);this._initObservers();this.initialized=true;},show:function(content,options){if(!this.initialized)this._init(options);this.content=content;this.setOptions(options);if(this.options.title)
$(this.MBcaption).update(this.options.title);else{$(this.MBheader).hide();$(this.MBcaption).hide();}
if(this.MBwindow.style.display=="none"){this._appear();this.event("onShow");}
else{this._update();this.event("onUpdate");}},hide:function(options){if(this.initialized){if(options&&typeof options.element!='function')Object.extend(this.options,options);this.event("beforeHide");if(this.options.transitions)
Effect.SlideUp(this.MBwindow,{duration:this.options.slideUpDuration,transition:Effect.Transitions.sinoidal,afterFinish:this._deinit.bind(this)});else{$(this.MBwindow).hide();this._deinit();}}else throw("Modalbox is not initialized.");},_hide:function(event){event.stop();if(event.element().id=='MB_overlay'&&!this.options.overlayClose)return false;this.hide();},alert:function(message){var html='<div class="MB_alert"><p>'+message+'</p><input type="button" onclick="Modalbox.hide()" value="OK" /></div>';Modalbox.show(html,{title:'Alert: '+document.title,width:300});},_appear:function(){if(Prototype.Browser.IE&&!navigator.appVersion.match(/\b7.0\b/)){window.scrollTo(0,0);this._prepareIE("100%","hidden");}
this._setWidth();this._setPosition();if(this.options.transitions){$(this.MBoverlay).setStyle({opacity:0});new Effect.Fade(this.MBoverlay,{from:0,to:this.options.overlayOpacity,duration:this.options.overlayDuration,afterFinish:function(){new Effect.SlideDown(this.MBwindow,{duration:this.options.slideDownDuration,transition:Effect.Transitions.sinoidal,afterFinish:function(){this._setPosition();this.loadContent();}.bind(this)});}.bind(this)});}else{$(this.MBoverlay).setStyle({opacity:this.options.overlayOpacity});$(this.MBwindow).show();this._setPosition();this.loadContent();}
this._setWidthAndPosition=this._setWidthAndPosition.bindAsEventListener(this);Event.observe(window,"resize",this._setWidthAndPosition);},resize:function(byWidth,byHeight,options){var oWidth=$(this.MBoverlay).getWidth();var wHeight=$(this.MBwindow).getHeight();var wWidth=$(this.MBwindow).getWidth();var hHeight=$(this.MBheader).getHeight();var cHeight=$(this.MBcontent).getHeight();var newHeight=((wHeight-hHeight+byHeight)<cHeight)?(cHeight+hHeight):(wHeight+byHeight);var newWidth=wWidth+byWidth;this.options.width=newWidth;if(options)this.setOptions(options);if(this.options.transitions){new Effect.Morph(this.MBwindow,{style:"width:"+newWidth+"px; height:"+newHeight+"px; left:"+((oWidth-newWidth)/2)+"px",duration:this.options.resizeDuration,beforeStart:function(fx){fx.element.setStyle({overflow:"hidden"});},afterFinish:function(fx){fx.element.setStyle({overflow:"visible"});this.event("_afterResize");this.event("afterResize");}.bind(this)});}else{this.MBwindow.setStyle({width:newWidth+"px",height:newHeight+"px"});setTimeout(function(){this.event("_afterResize");this.event("afterResize");}.bind(this),1);}},resizeToContent:function(options){var byHeight=this.options.height-$(this.MBwindow).getHeight();if(byHeight!=0){if(options)this.setOptions(options);Modalbox.resize(0,byHeight);}},resizeToInclude:function(element,options){var el=$(element);var elHeight=el.getHeight()+parseInt(el.getStyle('margin-top'),0)+parseInt(el.getStyle('margin-bottom'),0)+parseInt(el.getStyle('border-top-width'),0)+parseInt(el.getStyle('border-bottom-width'),0);if(elHeight>0){if(options)this.setOptions(options);Modalbox.resize(0,elHeight);}},_update:function(){$(this.MBcontent).update($(this.MBloading).update(this.options.loadingString));this.loadContent();},loadContent:function(){if(this.event("beforeLoad")!=false){if(typeof this.content=='string'){var htmlRegExp=new RegExp(/<\/?[^>]+>/gi);if(htmlRegExp.test(this.content)){this._insertContent(this.content.stripScripts(),function(){this.content.extractScripts().map(function(script){return eval(script.replace("<!--","").replace("// -->",""));}.bind(window));}.bind(this));}else
new Ajax.Request(this.content,{method:this.options.method.toLowerCase(),parameters:this.options.params,onSuccess:function(transport){var response=new String(transport.responseText);this._insertContent(transport.responseText.stripScripts(),function(){response.extractScripts().map(function(script){return eval(script.replace("<!--","").replace("// -->",""));}.bind(window));});}.bind(this),onException:function(instance,exception){Modalbox.hide();throw('Modalbox Loading Error: '+exception);}});}else if(typeof this.content=='object'){this._insertContent(this.content);}else{Modalbox.hide();throw('Modalbox Parameters Error: Please specify correct URL or HTML element (plain HTML or object)');}}},_insertContent:function(content,callback){$(this.MBcontent).hide().update("");if(typeof content=='string'){this.MBcontent.update(new Element("div",{style:"display: none"}).update(content)).down().show();}else if(typeof content=='object'){var _htmlObj=content.cloneNode(true);if(content.id)content.id="MB_"+content.id;$(content).select('*[id]').each(function(el){el.id="MB_"+el.id;});this.MBcontent.update(_htmlObj).down('div').show();if(Prototype.Browser.IE)
$$("#MB_content select").invoke('setStyle',{'visibility':''});}
if(this.options.height==this._options.height){Modalbox.resize((this.options.width-$(this.MBwindow).getWidth()),$(this.MBcontent).getHeight()-$(this.MBwindow).getHeight()+$(this.MBheader).getHeight(),{afterResize:function(){setTimeout(function(){this._putContent(callback);}.bind(this),1);}.bind(this)});}else{this._setWidth();this.MBcontent.setStyle({overflow:'auto',height:$(this.MBwindow).getHeight()-$(this.MBheader).getHeight()-13+'px'});setTimeout(function(){this._putContent(callback);}.bind(this),1);}},_putContent:function(callback){this.MBcontent.show();this.focusableElements=this._findFocusableElements();this._setFocus();if(callback!=undefined)
callback();this.event("afterLoad");},activate:function(options){this.setOptions(options);this.active=true;$(this.MBclose).observe("click",this.hideObserver);if(this.options.overlayClose)
$(this.MBoverlay).observe("click",this.hideObserver);$(this.MBclose).show();if(this.options.transitions&&this.options.inactiveFade)
new Effect.Appear(this.MBwindow,{duration:this.options.slideUpDuration});},deactivate:function(options){this.setOptions(options);this.active=false;$(this.MBclose).stopObserving("click",this.hideObserver);if(this.options.overlayClose)
$(this.MBoverlay).stopObserving("click",this.hideObserver);$(this.MBclose).hide();if(this.options.transitions&&this.options.inactiveFade)
new Effect.Fade(this.MBwindow,{duration:this.options.slideUpDuration,to:.75});},_initObservers:function(){$(this.MBclose).observe("click",this.hideObserver);if(this.options.overlayClose)
$(this.MBoverlay).observe("click",this.hideObserver);if(Prototype.Browser.Gecko)
Event.observe(document,"keypress",this.kbdObserver);else
Event.observe(document,"keydown",this.kbdObserver);},_removeObservers:function(){$(this.MBclose).stopObserving("click",this.hideObserver);if(this.options.overlayClose)
$(this.MBoverlay).stopObserving("click",this.hideObserver);if(Prototype.Browser.Gecko)
Event.stopObserving(document,"keypress",this.kbdObserver);else
Event.stopObserving(document,"keydown",this.kbdObserver);},_setFocus:function(){if(this.focusableElements.length>0&&this.options.autoFocusing==true){var firstEl=this.focusableElements.find(function(el){return el.tabIndex==1;})||this.focusableElements.first();this.currFocused=this.focusableElements.toArray().indexOf(firstEl);firstEl.focus();}else if($(this.MBclose).visible())
$(this.MBclose).focus();},_findFocusableElements:function(){this.MBcontent.select('input:not([type~=hidden]), select, textarea, button, a[href]').invoke('addClassName','MB_focusable');return this.MBcontent.select('.MB_focusable');},_kbdHandler:function(event){var node=event.element();switch(event.keyCode){case Event.KEY_TAB:event.stop();if(node!=this.focusableElements[this.currFocused])
this.currFocused=this.focusableElements.toArray().indexOf(node);if(!event.shiftKey){if(this.currFocused==this.focusableElements.length-1){this.focusableElements.first().focus();this.currFocused=0;}else{this.currFocused++;this.focusableElements[this.currFocused].focus();}}else{if(this.currFocused==0){this.focusableElements.last().focus();this.currFocused=this.focusableElements.length-1;}else{this.currFocused--;this.focusableElements[this.currFocused].focus();}}
break;case Event.KEY_ESC:if(this.active)this._hide(event);break;case 32:this._preventScroll(event);break;case 0:if(event.which==32)this._preventScroll(event);break;case Event.KEY_UP:case Event.KEY_DOWN:case Event.KEY_PAGEDOWN:case Event.KEY_PAGEUP:case Event.KEY_HOME:case Event.KEY_END:if(Prototype.Browser.WebKit&&!["textarea","select"].include(node.tagName.toLowerCase()))
event.stop();else if((node.tagName.toLowerCase()=="input"&&["submit","button"].include(node.type))||(node.tagName.toLowerCase()=="a"))
event.stop();break;}},_preventScroll:function(event){if(!["input","textarea","select","button"].include(event.element().tagName.toLowerCase()))
event.stop();},_deinit:function()
{this._removeObservers();Event.stopObserving(window,"resize",this._setWidthAndPosition);if(this.options.transitions){Effect.toggle(this.MBoverlay,'appear',{duration:this.options.overlayDuration,afterFinish:this._removeElements.bind(this)});}else{this.MBoverlay.hide();this._removeElements();}
$(this.MBcontent).setStyle({overflow:'',height:''});},_removeElements:function(){$(this.MBoverlay).remove();$(this.MBwindow).remove();if(Prototype.Browser.IE&&!navigator.appVersion.match(/\b7.0\b/)){this._prepareIE("","");window.scrollTo(this.initScrollX,this.initScrollY);}
if(typeof this.content=='object'){if(this.content.id&&this.content.id.match(/MB_/)){this.content.id=this.content.id.replace(/MB_/,"");}
this.content.select('*[id]').each(function(el){el.id=el.id.replace(/MB_/,"");});}
this.initialized=false;this.event("afterHide");this.setOptions(this._options);},_setWidth:function(){$(this.MBwindow).setStyle({width:this.options.width+"px",height:this.options.height+"px"});},_setPosition:function(){$(this.MBwindow).setStyle({left:(($(this.MBoverlay).getWidth()-$(this.MBwindow).getWidth())/2)+"px"});},_setWidthAndPosition:function(){$(this.MBwindow).setStyle({width:this.options.width+"px"});this._setPosition();},_getScrollTop:function(){var theTop;if(document.documentElement&&document.documentElement.scrollTop)
theTop=document.documentElement.scrollTop;else if(document.body)
theTop=document.body.scrollTop;return theTop;},_prepareIE:function(height,overflow){$$('html, body').invoke('setStyle',{width:height,height:height,overflow:overflow});$$("select").invoke('setStyle',{'visibility':overflow});},event:function(eventName){if(this.options[eventName]){var returnValue=this.options[eventName]();this.options[eventName]=null;if(returnValue!=undefined)
return returnValue;else
return true;}
return true;}};Object.extend(Modalbox,Modalbox.Methods);if(Modalbox.overrideAlert)window.alert=Modalbox.alert;;var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Digitized data copyright (C) 1992 - 1997 The Monotype Corporation.  Rockwell®
 * is a trademark of The Monotype Corporation which may be registered in certain
 * jurisdictions. Portions copyright Microsoft  Corporation.  All rights reserved.
 * 
 * Trademark:
 * Rockwell® is a trademark of The Monotype Corporation which may be registered in
 * certain jurisdictions.
 * 
 * Description:
 * Rockwell is a distinctive version of a geometric slab serif design, which has
 * retained its popularity since its appearance in the 1930's. The slab serifs, or
 * Egyptians, originated in the nineteenth century when they were used principally
 * for display work. Rockwell is notable for its judiciously clipped slab serifs,
 * and is given a particular sparkle by means of its angular terminals. In more
 * recent years this style of typeface has been increasingly used for text setting
 * where their even colour and visual impact can be fully exploited.
 * 
 * Manufacturer:
 * Monotype Typography
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 * 
 * License information:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"39,-30r0,-185r-30,0r0,-30r64,0r0,153r63,-51r-28,0r0,-27r94,0r0,27r-26,0r-64,54r60,59r30,0r0,30r-44,0r-85,-86r0,56r29,0r0,30r-93,0r0,-30r30,0","w":206,"k":{"y":7,"o":11,"e":11}},{"d":"179,-79v0,75,-93,108,-142,62v-14,-14,-22,-34,-24,-61r31,0v4,29,21,54,52,54v30,0,48,-23,48,-54v0,-58,-70,-69,-94,-23v-8,-7,-17,-13,-26,-17r10,-126r131,0r0,65r-30,0r0,-34r-75,0r-6,72v50,-42,125,-6,125,62"},{"d":"112,2r-82,-216r-31,0r0,-31r97,0r0,31r-28,0r62,164r60,-164r-28,0r0,-31r94,0r0,31r-30,0r-80,216r-34,0","w":254,"k":{"u":18,"o":40,"e":40,"a":40,"O":18,"G":18,"A":22,";":13,":":13,".":65,"-":43,",":65}},{"d":"31,-127r0,-43r43,0r0,43r-43,0xm31,0r0,-43r43,0v0,45,7,92,-43,92r0,-19v15,-2,22,-13,21,-30r-21,0","w":105,"k":{" ":29}},{"d":"98,-2v-40,14,-65,-3,-65,-54r0,-84r-22,0r0,-30r22,0r0,-26r33,-31r0,57r32,0r0,30r-32,0r0,82v-2,29,7,33,32,26r0,30","w":108},{"d":"210,-84v0,78,-92,118,-143,63r0,68r33,0r0,29r-98,0r0,-29r32,0r0,-187r-29,0r0,-30r62,0r0,27v46,-62,143,-20,143,59xm122,-143v-32,0,-57,27,-56,60v1,32,21,57,54,58v34,0,55,-24,55,-60v0,-33,-23,-58,-53,-58","w":225,"k":{"y":11,".":14,",":14}},{"d":"81,-249r28,0r0,329r-28,0r0,-329","w":189},{"d":"238,5v-23,0,-31,-8,-33,-29v-42,57,-118,21,-118,-50v0,-75,95,-159,144,-80r6,-27r32,0r-31,145v-1,6,6,12,12,12v37,-7,68,-50,68,-97v0,-65,-58,-111,-125,-111v-84,0,-147,68,-147,151v0,90,61,135,151,135v55,0,101,-20,124,-53r32,0v-22,44,-82,79,-155,79v-107,0,-178,-57,-178,-158v1,-97,69,-180,174,-180v84,0,150,59,150,137v0,58,-50,126,-106,126xm181,-160v-37,-2,-61,53,-61,89v-1,26,14,49,37,50v35,0,64,-50,64,-89v0,-29,-14,-49,-40,-50","w":363},{"d":"24,-177r192,0r0,27r-192,0r0,-27xm24,-95r192,0r0,28r-192,0r0,-28","w":240},{"d":"145,-139v-72,-9,-71,40,-69,109r37,0r0,30r-105,0r0,-30r34,0r0,-110r-34,0r0,-30r61,0r0,38v12,-29,32,-44,76,-41r0,34","w":150,"k":{"y":-5,"v":-5,"u":-5,"t":-5,"r":-5,"q":11,"p":-5,"o":14,"n":-11,"l":7,"k":7,"i":-7,"g":11,"e":18,"d":14,"c":14,"a":9,".":22,",":22}},{"d":"67,-66v-6,58,41,43,69,18r0,-92r-30,0r0,-30r64,0r0,140r29,0r0,30r-63,0r0,-20v-42,37,-103,32,-103,-42r0,-78r-24,0r0,-30r58,0r0,104","w":202},{"d":"195,-69v0,82,-100,69,-187,69r0,-31r30,0r0,-183r-30,0r0,-31v80,1,175,-14,174,64v0,25,-12,43,-30,51v26,8,43,30,43,61xm75,-143v38,1,70,1,70,-36v0,-31,-32,-38,-70,-35r0,71xm158,-72v0,-40,-38,-42,-83,-40r0,81v47,2,83,1,83,-41","w":209,"k":{"U":7,".":7,",":7}},{"d":"37,-31r0,-183r-30,0r0,-31r189,0r0,74r-30,0r0,-43r-92,0r0,72r79,0r0,31r-79,0r0,80r32,0r0,31r-99,0r0,-31r30,0","w":198,"k":{"o":29,"e":29,"a":29,"A":32,".":50,",":50}},{"d":"13,-86v-3,-67,78,-117,131,-72r0,-12r30,0r0,64r-30,0v-3,-22,-21,-38,-45,-38v-31,-1,-50,26,-50,58v0,63,81,84,103,27r27,13v-15,34,-42,51,-80,51v-51,1,-84,-43,-86,-91","w":187},{"d":"9,0r0,-31r131,-183r-95,0r0,43r-30,0r0,-74r172,0r0,28r-134,186r107,0r0,-47r31,0r0,78r-182,0","w":202},{"d":"100,-68r-33,38r22,0r0,30r-83,0r0,-30r25,0r52,-58r-49,-52r-23,0r0,-30r80,0r0,30r-22,0r31,32r30,-32r-18,0r0,-30r80,0r0,30r-27,0r-47,52r53,58r21,0r0,30r-80,0r0,-30r24,0","w":198,"k":{"e":14}},{"d":"31,-249r125,253r-29,0r-125,-253r29,0","w":157},{"d":"124,4v-64,0,-89,-25,-89,-94r0,-124r-30,0r0,-31r96,0r0,31r-29,0r0,122v-3,47,8,66,47,66v43,0,53,-15,53,-64r0,-124r-29,0r0,-31r96,0r0,31r-31,0r0,128v4,65,-26,90,-84,90","w":243,"k":{"A":9,".":27,",":27}},{"d":"37,-31r0,-183r-30,0r0,-31r98,0r0,31r-31,0r0,183r28,0r0,31r-95,0r0,-31r30,0xm75,-129r79,-85r-28,0r0,-31r95,0r0,31r-26,0r-75,85r78,98r26,0r0,31r-100,0r0,-31r27,0","w":225,"k":{"y":29,"u":7,"o":7,"e":9,"O":14}},{"d":"92,2r-63,-216r-29,0r0,-31r94,0r0,31r-30,0r46,160r45,-160r-29,0r0,-31r112,0r0,31r-29,0r45,160r45,-160r-29,0r0,-31r90,0r0,31r-29,0r-61,216r-35,0r-55,-193r-54,193r-34,0","w":360,"k":{"y":18,"u":20,"o":32,"e":32,"a":32,"O":18,"A":14,";":13,":":13,".":58,"-":31,",":58}},{"d":"-2,-106r364,0r0,31r-364,0r0,-31","w":360},{"d":"13,-83v0,-77,93,-121,144,-63r0,-24r64,0r0,30r-31,0r0,126v14,96,-98,115,-158,71r22,-24v44,34,117,17,103,-56v-10,13,-37,28,-62,28v-48,0,-82,-40,-82,-88xm103,-142v-31,1,-55,25,-55,59v0,33,22,58,54,58v31,0,56,-26,56,-58v0,-32,-24,-60,-55,-59","w":225,"k":{"y":11,"o":7,"g":4,"e":7,"a":5,".":14,",":14}},{"d":"127,-249r29,0r-125,253r-29,0","w":157},{"d":"125,78v-51,-22,-96,-84,-96,-164v0,-78,40,-140,96,-163r0,27v-40,25,-60,68,-60,137v0,71,20,110,60,136r0,27","w":135},{"d":"72,-196r0,43r-43,0v0,-45,-8,-93,43,-92r0,19v-15,2,-22,13,-21,30r21,0xm159,-196r0,43r-43,0v0,-45,-8,-93,43,-92r0,19v-15,2,-22,13,-21,30r21,0","w":187},{"d":"85,3r-56,-143r-30,0r0,-30r86,0r0,30r-22,0r36,96r37,-96r-24,0r0,-30r84,0r0,30r-27,0r-54,143r-30,0","k":{"o":13,"e":9,"a":5,".":36,",":36}},{"d":"31,-53r70,-69r-70,-70r19,-19r70,69r70,-69r19,19r-69,70r69,69r-19,20r-70,-70r-70,70","w":240},{"d":"9,-127v43,-47,92,-6,141,5v16,0,32,-9,51,-25r0,30v-44,46,-93,5,-140,-5v-16,0,-33,8,-52,24r0,-29","w":209},{"d":"174,-124v0,69,-23,127,-86,128v-44,0,-69,-33,-70,-76r30,0v1,43,59,66,80,23v8,-17,14,-39,14,-67v-42,53,-125,23,-125,-49v0,-45,27,-84,73,-83v60,2,84,54,84,124xm48,-168v0,57,64,60,92,15v-5,-44,-21,-66,-48,-66v-26,0,-45,23,-44,51"},{"d":"142,-104v5,-58,-38,-45,-70,-19r0,93r29,0r0,30r-94,0r0,-30r31,0r0,-185r-31,0r0,-30r65,0r0,94v40,-37,103,-35,103,35r0,86r29,0r0,30r-62,0r0,-104","w":206,"k":{"y":11}},{"d":"168,-196v-1,34,-22,42,-51,56r49,67v9,-16,15,-34,19,-56r51,0r0,30r-26,0v-6,23,-15,40,-25,52r13,16r38,0r0,31r-56,0r-16,-21v-56,52,-155,17,-153,-58v0,-33,19,-57,56,-73v-37,-39,-8,-96,43,-96v31,0,59,22,58,52xm110,-220v-32,3,-30,35,-11,57v21,-10,33,-14,37,-34v-1,-13,-11,-24,-26,-23xm85,-129v-61,19,-41,103,17,102v16,0,30,-6,43,-19","w":243},{"d":"54,-208v-11,0,-21,-9,-21,-20v0,-10,10,-21,21,-20v11,0,20,9,20,20v0,11,-9,20,-20,20xm38,-30r0,-110r-26,0r0,-30r60,0r0,140r26,0r0,30r-86,0r0,-30r26,0","w":105,"k":{"v":7}},{"d":"29,-201r0,-44r43,0v0,45,8,93,-43,92r0,-18v15,-2,22,-13,21,-30r-21,0xm116,-201r0,-44r43,0v-1,45,8,94,-43,92r0,-18v15,-2,22,-13,21,-30r-21,0","w":187,"k":{" ":29}},{"d":"134,3v-26,0,-51,-15,-62,-28r0,25r-63,0r0,-30r31,0r0,-185r-31,0r0,-30r63,0r0,99v48,-59,145,-20,145,59v0,49,-35,90,-83,90xm128,-144v-31,0,-55,24,-55,59v0,33,25,58,54,58v31,0,55,-26,55,-61v0,-33,-24,-57,-54,-56","w":232,"k":{"y":14,"v":14,"u":4,"l":7,"b":7,".":22,",":22}},{"d":"38,0r0,-43r44,0r0,43r-44,0xm159,0r0,-43r43,0r0,43r-43,0xm278,0r0,-43r44,0r0,43r-44,0","w":360},{"d":"42,-104r-33,0r63,-141r25,0r62,141r-31,0r-44,-105","w":168},{"d":"145,-68v0,-35,-32,-48,-71,-44r0,-31v39,1,62,-5,62,-37v0,-22,-13,-41,-38,-40v-31,0,-38,19,-41,49r-34,0v-2,-51,27,-73,72,-77v77,-7,97,96,39,119v30,9,46,29,46,59v0,74,-106,95,-147,51v-14,-15,-21,-37,-21,-64r32,0v-9,66,101,80,101,15"},{"d":"16,-84v0,-79,95,-122,144,-63r0,-68r-33,0r0,-30r67,0r0,215r30,0r0,30r-64,0r0,-25v-47,57,-144,20,-144,-59xm105,-144v-31,0,-53,27,-53,59v0,35,22,58,53,58v30,0,55,-25,55,-60v0,-34,-24,-57,-55,-57","w":225,"k":{"y":9,"w":4,"v":4}},{"d":"24,-136r82,0r0,-82r28,0r0,82r82,0r0,28r-82,0r0,82r-28,0r0,-82r-82,0r0,-28","w":240},{"d":"87,-3r-56,-137r-28,0r0,-30r84,0r0,30r-20,0r37,94r36,-94r-23,0r0,-30r83,0r0,30r-26,0r-84,216r-56,0r0,-29r33,0","w":202,"k":{"o":18,"e":18,"a":7,".":36,",":36}},{"d":"74,-196r0,43r-43,0v0,-45,-7,-93,43,-92r0,19v-15,2,-22,13,-21,30r21,0","w":105,"k":{"\u2018":18}},{"d":"61,-66r-18,0r-8,-104r0,-75r35,0v2,64,-4,122,-9,179xm31,0r0,-43r43,0r0,43r-43,0","w":105},{"d":"97,-179r70,0r14,-69r26,0r-15,69r33,0r0,26r-38,0r-13,62r51,0r0,26r-56,0r-14,68r-26,0r14,-68r-70,0r-14,68r-26,0r14,-68r-32,0r0,-26r38,0r13,-62r-51,0r0,-26r56,0r14,-69r26,0xm92,-153r-13,62r69,0r13,-62r-69,0","w":240},{"d":"73,-162v0,41,4,61,37,64r0,28v-33,3,-37,23,-37,64v0,62,-7,84,-65,82r0,-26v28,0,36,-4,36,-34v-1,-60,-1,-82,36,-100v-27,-12,-36,-31,-36,-74v0,-46,6,-61,-36,-60r0,-27v56,-3,65,24,65,83","w":119},{"d":"36,-31r63,-92r-63,-91r-31,0r0,-31r98,0r0,31r-27,0r42,62r43,-62r-28,0r0,-31r93,0r0,31r-30,0r-60,88r65,95r32,0r0,31r-100,0r0,-31r28,0r-45,-66r-45,66r30,0r0,31r-97,0r0,-31r32,0","w":236},{"d":"47,-6v0,-41,-4,-61,-37,-64r0,-28v33,-3,37,-23,37,-64v0,-62,8,-84,65,-83r0,27v-28,0,-36,4,-36,34v1,60,1,82,-36,100v27,13,36,30,36,74v0,46,-6,61,36,60r0,26v-57,4,-65,-23,-65,-82","w":119},{"d":"85,-30r0,-185r-33,0r0,-29r67,0r0,214r31,0r0,30r-98,0r0,-30r33,0"},{"d":"31,-248v41,0,4,70,5,102r-8,0r-14,-80v0,-15,6,-22,17,-22","w":63},{"d":"143,-111v0,-49,-41,-33,-70,-10r0,91r30,0r0,30r-94,0r0,-30r31,0r0,-110r-28,0r0,-30r61,0r0,21v33,-27,82,-38,100,3v41,-39,107,-41,107,32r0,84r30,0r0,30r-64,0r0,-108v4,-52,-42,-37,-69,-13r0,91r29,0r0,30r-63,0r0,-111","w":311,"k":{"y":7}},{"d":"197,-169v0,66,-47,80,-122,75r0,63r32,0r0,31r-100,0r0,-31r31,0r0,-183r-31,0r0,-31r88,0v67,-4,102,19,102,76xm160,-170v-1,-44,-36,-46,-85,-44r0,91v49,1,86,0,85,-47","w":206,"k":{"o":11,"e":11,"a":7,"A":27,".":50,",":50}},{"d":"125,-94v52,25,27,97,-36,97v-18,0,-33,-4,-44,-12r0,9r-30,0r0,-58r30,0v-5,38,70,46,75,11v-3,-31,-77,-19,-90,-42v-35,-31,-4,-84,44,-84v16,0,30,3,42,10r0,-7r30,0r0,56r-30,0v1,-38,-67,-41,-70,-10v-2,26,58,20,79,30","w":164},{"d":"37,-30r0,-185r-30,0r0,-30r64,0r0,215r26,0r0,30r-90,0r0,-30r30,0","w":105,"k":{"y":7,"w":5}},{"d":"98,4v-60,0,-85,-59,-85,-126v0,-70,23,-126,85,-126v60,0,84,59,84,126v0,70,-24,126,-84,126xm98,-220v-43,0,-49,47,-49,98v0,56,6,97,49,97v43,0,49,-42,49,-97v0,-56,-7,-98,-49,-98"},{"d":"87,-101r0,-122r-47,0r0,-22r118,0r0,22r-47,0r0,122r-24,0xm173,-101r0,-144r36,0r36,115r35,-115r34,0r0,144r-22,0r0,-120r-36,120r-22,0r-39,-122r0,122r-22,0","w":360},{"d":"66,3r-46,-143r-21,0r0,-30r72,0r0,30r-22,0r32,102r33,-102r-19,0r0,-30r83,0r0,30r-19,0r32,102r33,-102r-23,0r0,-30r77,0r0,30r-25,0r-46,143r-31,0r-39,-123r-40,123r-31,0","w":277,"k":{"o":13,"h":7,"e":9,"a":5,".":29,",":29}},{"d":"144,-132v62,32,35,136,-41,136v-22,0,-42,-8,-60,-24r0,20r-31,0r0,-89r31,0r0,22v15,27,34,40,58,40v35,0,59,-46,32,-65v-38,-28,-121,-20,-121,-89v0,-65,81,-86,126,-48r0,-17r30,0r0,74r-30,0v2,-35,-29,-42,-52,-45v-40,-5,-56,46,-22,60v14,6,69,18,80,25","w":191,"k":{".":9,",":9}},{"d":"31,0r0,-43r43,0r0,43r-43,0","w":105,"k":{"\u2019":43,"\u201d":43," ":29}},{"d":"13,-85v0,-78,97,-120,143,-58r0,-27r62,0r0,30r-28,0r0,187r31,0r0,29r-98,0r0,-29r33,0r0,-68v-50,57,-143,13,-143,-64xm102,-25v33,0,55,-27,55,-58v1,-33,-24,-60,-56,-60v-30,0,-53,25,-53,58v0,33,21,60,54,60","w":221},{"d":"171,-86r-88,0r-19,55r30,0r0,31r-97,0r0,-31r30,0r67,-186r-30,0r0,-28r125,0r0,28r-31,0r69,186r27,0r0,31r-96,0r0,-31r31,0xm161,-115r-32,-102r-3,0r-34,102r69,0","w":251,"k":{"y":14,"w":4,"v":22,"Y":18,"W":14,"V":22,"U":9,"T":7,"Q":14,"O":11,"G":11,"C":7}},{"d":"216,-29r-192,-81r0,-25r192,-81r0,30r-155,64r155,63r0,30","w":240},{"d":"31,-201r0,-44r43,0v0,45,8,93,-43,92r0,-18v15,-2,22,-13,21,-30r-21,0","w":105,"k":{"\u2019":18,"v":7,"t":14,"s":40,"r":14,"d":45," ":29}},{"d":"143,4v-75,-1,-124,-52,-125,-127v-1,-71,52,-125,125,-125v74,0,128,54,128,125v0,73,-56,128,-128,127xm143,-216v-50,0,-85,43,-85,93v0,52,35,95,86,95v50,0,86,-45,86,-95v0,-51,-38,-93,-87,-93","w":288,"k":{"Y":27,"X":27,"W":25,"V":25,"A":22,".":29,",":29}},{"d":"109,-248v4,30,-12,50,-11,73v16,-6,29,-14,38,-24r30,-9r9,31v-19,10,-49,6,-72,12v11,14,22,23,33,28r18,25r-26,18r-19,-24v-2,-15,-6,-29,-15,-41v-9,12,-14,26,-16,41r-19,24r-26,-18r18,-25v11,-5,22,-14,33,-28v-22,-6,-53,-1,-72,-12r9,-31r30,9v9,10,22,18,38,24v1,-23,-15,-43,-11,-73r31,0","w":187},{"d":"6,0r0,-28r106,-115r-69,0r0,33r-29,0r0,-60r138,0r0,30r-107,112r78,0r0,-35r29,0r0,63r-146,0","w":161,"k":{"o":5,"e":4}},{"d":"-2,-106r184,0r0,31r-184,0r0,-31","w":180},{"d":"13,-85v0,-76,95,-119,151,-65v18,17,28,40,29,73r-143,0v2,56,84,72,113,25r30,13v-17,27,-47,43,-86,44v-52,0,-94,-36,-94,-90xm159,-101v-4,-35,-58,-65,-90,-34v-9,9,-16,20,-18,34r108,0","w":206,"k":{"y":14,"x":4,"w":7,"v":13,"b":5,".":7,",":7}},{"d":"85,-31r0,-183r-51,0r0,62r-30,0r0,-93r198,0r0,93r-30,0r0,-62r-50,0r0,183r32,0r0,31r-100,0r0,-31r31,0","w":206,"k":{"o":22,"h":-5,"e":18,"a":11,"O":5,"A":9,".":29,"-":45,",":29}},{"d":"171,-182v0,76,-112,85,-121,150r92,0r1,-55r30,0r-2,87r-157,0v-1,-87,72,-108,114,-157v21,-24,2,-64,-33,-63v-37,2,-44,27,-42,67r-32,0v-4,-58,20,-95,74,-95v44,0,75,26,76,66"},{"d":"37,-31r0,-183r-27,0r0,-31r93,0r0,31r-29,0r0,70r107,0r0,-70r-29,0r0,-31r94,0r0,31r-28,0r0,183r28,0r0,31r-94,0r0,-31r29,0r0,-82r-107,0r0,82r29,0r0,31r-93,0r0,-31r27,0","w":254},{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},{"d":"18,-121v0,-69,24,-126,86,-127v45,-1,67,33,69,76r-29,0v-1,-44,-60,-67,-81,-23v-8,17,-13,39,-13,67v41,-54,128,-23,125,48v-2,44,-28,85,-73,84v-59,-2,-84,-55,-84,-125xm144,-77v-1,-57,-65,-61,-92,-15v-2,84,90,86,92,15"},{"d":"70,-85v0,-70,-21,-112,-60,-137r0,-27v55,25,97,83,96,164v-1,83,-38,133,-96,163r0,-27v42,-27,60,-66,60,-136","w":135},{"d":"10,-245r87,0r0,318r-87,0r0,-24r54,0r0,-269r-54,0r0,-25","w":135},{"d":"99,-31r0,-80r-73,-103r-30,0r0,-31r101,0r0,31r-31,0r54,75r49,-75r-30,0r0,-31r97,0r0,31r-32,0r-68,103r0,80r33,0r0,31r-103,0r0,-31r33,0","w":232,"k":{"u":29,"o":43,"e":41,"a":45,"O":27,"A":18,";":13,":":13,".":43,"-":45,",":43}},{"d":"11,-101r106,0r0,33r-106,0r0,-33","w":127},{"d":"140,-29v43,0,74,-31,84,-70r32,17v-11,51,-59,85,-118,86v-72,1,-123,-55,-123,-125v0,-110,123,-162,203,-101r0,-23r31,0r0,79r-31,0v-11,-28,-43,-50,-79,-50v-49,-1,-83,42,-83,93v0,52,38,94,84,94","w":273,"k":{"A":9,".":14,",":14}},{"w":90,"k":{"\u2018":29,"\u201c":29,"Y":36,"W":29,"V":29,"T":14}},{"d":"180,-69v1,45,-29,68,-71,73r0,27r-26,0r0,-27v-42,-2,-74,-33,-72,-78r32,0v2,29,15,46,40,49r0,-81v-45,-9,-67,-32,-67,-68v0,-40,28,-65,67,-69r0,-11r26,0r0,11v37,5,64,27,60,78r-31,0v-1,-29,-6,-43,-29,-48r0,78v48,9,70,21,71,66xm83,-141r0,-74v-43,5,-42,67,0,74xm109,-100r0,75v34,-4,47,-37,30,-62v-4,-6,-15,-10,-30,-13"},{"d":"103,5v-50,0,-89,-39,-89,-90v0,-50,39,-90,89,-90v48,0,90,39,90,90v0,51,-41,90,-90,90xm103,-142v-32,0,-55,26,-54,57v0,31,23,57,54,57v31,0,54,-25,54,-57v0,-32,-24,-57,-54,-57","w":206,"k":{"y":18,"x":14,"w":16,"v":14,".":18,",":18}},{"d":"41,-31r0,-183r-31,0r0,-31r203,0r0,74r-30,0r0,-43r-105,0r0,73r91,0r0,30r-91,0r0,80r105,0r0,-44r30,0r0,75r-203,0r0,-31r31,0","w":225},{"d":"81,-117v-35,-1,-52,-27,-52,-66v-1,-37,17,-65,52,-65v35,1,52,27,52,65v1,38,-16,66,-52,66xm54,-183v0,32,9,49,27,49v18,0,27,-17,27,-49v0,-32,-9,-49,-27,-49v-18,0,-27,17,-27,49xm65,0r194,-245r25,0r-193,245r-26,0xm268,4v-35,0,-52,-27,-52,-66v0,-39,17,-64,52,-65v35,-1,53,29,52,65v0,39,-17,66,-52,66xm241,-62v0,32,9,49,27,49v18,0,26,-17,26,-49v0,-32,-8,-48,-26,-48v-18,0,-27,16,-27,48","w":348},{"w":90,"k":{"\u2018":29,"\u201c":29,"Y":36,"W":29,"V":29,"T":14}},{"d":"77,0v7,62,-35,86,-90,73r0,-35v35,9,53,4,53,-40r0,-212r-31,0r0,-31r99,0r0,31r-31,0r0,214","w":112,"k":{"u":5,"o":14,"e":14,"a":13,"A":4,".":11,",":11}},{"d":"56,-208v-11,1,-20,-9,-20,-20v0,-12,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20xm74,-25v5,77,-12,106,-81,98r0,-30v47,3,47,-7,47,-63r0,-120r-26,0r0,-30r60,0r0,145","w":105},{"d":"143,-111v0,-49,-43,-31,-70,-10r0,91r29,0r0,30r-92,0r0,-30r30,0r0,-110r-30,0r0,-30r63,0r0,20v42,-35,103,-34,103,37r0,83r29,0r0,30r-62,0r0,-111","w":206,"k":{"y":11,"v":9,"u":4}},{"d":"11,-101r106,0r0,33r-106,0r0,-33","w":127},{"d":"271,-123v0,70,-47,118,-110,126v24,9,42,20,64,13v-7,10,-5,31,-23,31v-29,0,-83,-46,-114,-19r-10,-15v7,-8,16,-12,27,-14v-51,-16,-86,-59,-87,-122v-1,-70,52,-125,125,-125v75,0,129,53,128,125xm143,-216v-50,0,-85,43,-85,93v0,52,35,95,86,95v50,0,86,-45,86,-95v0,-51,-38,-93,-87,-93","w":288,"k":{"U":11,".":32,",":32}},{"d":"31,0r0,-43r43,0v0,45,7,92,-43,92r0,-19v15,-2,22,-13,21,-30r-21,0","w":105,"k":{"\u2019":43,"\u201d":43," ":29}},{"d":"5,-245v82,4,192,-21,190,64v0,32,-16,53,-50,61r43,89r30,0r0,31r-53,0r-55,-114r-35,0r0,83r31,0r0,31r-101,0r0,-31r33,0r0,-183r-33,0r0,-31xm157,-181v0,-39,-41,-33,-82,-33r0,69v41,0,82,5,82,-36","w":217,"k":{"Y":7,"W":7,"V":7,"O":7}},{"d":"108,-66r-82,0v-3,-11,-7,-19,-15,-27r101,-153r29,0r0,151r39,0r0,29r-39,0r0,36r22,0r0,30r-81,0r0,-30r26,0r0,-36xm108,-95r0,-97r-64,97r64,0"},{"d":"38,-31r0,-183r-29,0r0,-31r83,0r65,168r65,-168r84,0r0,31r-29,0r0,183r29,0r0,31r-92,0r0,-31r29,0r0,-183r-84,216r-7,0r-84,-216r0,183r27,0r0,31r-86,0r0,-31r29,0","w":315},{"d":"158,-179v0,39,-28,68,-68,66r-5,47r-18,0r-4,-78v32,8,60,-6,60,-37v0,-23,-16,-40,-39,-39v-29,0,-42,20,-40,50r-33,0v-4,-51,27,-77,72,-78v45,-1,74,27,75,69xm55,0r0,-43r43,0r0,43r-43,0","w":168},{"d":"93,-193r-23,0r-50,-55r48,0","w":119},{"d":"37,-31r0,-183r-32,0r0,-31r100,0r0,31r-30,0r0,183r75,0r0,-83r34,0r0,114r-179,0r0,-31r32,0","w":187,"k":{"\u2019":27,"\u201d":27,"y":7,"Y":27,"W":27,"V":36}},{"d":"40,-248v39,0,5,71,4,102r-7,0r-14,-81v0,-14,6,-21,17,-21xm105,-248v38,8,6,72,5,102r-9,0r-14,-81v0,-14,6,-21,18,-21","w":146},{"d":"99,4v-88,0,-120,-105,-44,-132v-64,-31,-32,-128,40,-120v79,-9,109,87,44,120v29,11,44,32,44,61v-1,45,-36,71,-84,71xm96,-219v-26,0,-43,14,-43,38v0,26,18,39,45,39v24,0,44,-14,44,-39v0,-26,-15,-38,-46,-38xm96,-113v-27,0,-49,17,-49,44v0,27,21,45,50,44v29,0,50,-16,50,-44v0,-28,-20,-45,-51,-44"},{"d":"125,-245r0,25r-54,0r0,269r54,0r0,24r-87,0r0,-318r87,0","w":135},{"d":"38,-31r0,-183r-27,0r0,-31r90,0r0,31r-26,0r0,183r26,0r0,31r-90,0r0,-31r27,0","w":112},{"d":"58,-124v-9,100,146,133,169,37r-45,0r0,-31r89,0v7,74,-48,122,-122,122v-81,0,-132,-54,-132,-127v0,-71,49,-125,124,-125v34,0,63,10,86,31r0,-28r31,0r0,81r-31,0v-12,-26,-45,-52,-83,-52v-53,0,-82,42,-86,92","w":288,"k":{".":22,",":22}},{"d":"24,-216r192,81r0,25r-192,81r0,-30r155,-63r-155,-64r0,-30","w":240},{"d":"81,-222v-20,0,-11,31,-13,52r29,0r0,30r-29,0r0,110r32,0r0,30r-90,0r0,-30r25,0r0,-110r-25,0r0,-30r25,0v-3,-45,5,-79,44,-79v26,0,41,13,45,39r-30,4v-1,-11,-6,-16,-13,-16","w":105,"k":{"\u2019":-14,"\u201d":-14,"o":-7,"l":-4,"i":-4,"f":-4,"e":-9,"a":-9,".":-14,",":-14}},{"d":"31,-127r0,-43r43,0r0,43r-43,0xm31,0r0,-43r43,0r0,43r-43,0","w":105,"k":{" ":29}},{"d":"37,-31r0,-183r-35,0r0,-31r83,0r107,191r0,-160r-34,0r0,-31r100,0r0,31r-36,0r0,216r-38,0r-117,-208r0,175r35,0r0,31r-100,0r0,-31r35,0","w":258,"k":{"A":5,".":14,",":14}},{"d":"19,-135v23,-56,152,-60,139,27r0,78r29,0r0,30r-59,0r0,-21v-34,41,-111,27,-111,-30v0,-50,68,-71,108,-41v14,-56,-52,-72,-74,-35xm49,-51v0,39,55,33,76,8r0,-20v-23,-22,-76,-27,-76,12","w":191,"k":{"y":7,"w":7,"v":7}},{"d":"244,-126v0,93,-52,130,-150,126r-89,0r0,-31r33,0r0,-183r-33,0r0,-31r94,0v95,-4,145,34,145,119xm206,-124v-1,-74,-46,-97,-131,-90r0,183v83,5,132,-15,131,-93","w":262,"k":{"Y":25,"W":25,"V":25,"A":4,".":22,",":22}},{"d":"72,-30v3,-64,36,-143,64,-183r-84,0r0,33r-31,0r0,-64r153,0r0,25v-29,32,-67,130,-67,189r29,0r0,30r-97,0r0,-30r33,0"}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+36-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("b,$U8T9X.|PxbH*LjT{ZC,CP0d9U$TPx0dcZ.|Dk$lSV>4X?.4l|JpHRM{,-Ccb[391E}DO]rl|0>$.82j:@Nu?I^*TkAvs%Vmx`ntZ4XUd7Gi!LSPh517Dn@MJP2klHDT9.:{t2lrm00-rZ3RMX$Un`b{tU3IJt>7$2j]Jn$Rjh1|NT.ltU3IJt$,c2j]Cn3I$:3d}%:ltU3IJt1HMI@luL3Ojmr-9V3{tU3IMZ3kj][k{pE{tU3IJt1rSs:*tU3IJt3dlr3^u@9?*j|ltU3Rpu$M92j]Jn>]J^8Xr*CMvs8?UD[{CX]]PN]{n?1{mcD4iT1^iuDR2?[k9n8,*XbHC?bOtvE]JV2RU?[kJV8RUn[Tt*8TjX.HtkE|Cx$?ik8-*n.-3P:7XL.|>A>?i`.4X`0?N51kj7jUnxb]SAE4vv8TDv$dPI8,PX.,*x$Unx>dPmbO}`.OiX$09Xb,t`>d{X.|Px[Tu`27Dx>|U*bO*T87CA1d^S8RV%bd^v$UmI|d*j0]Un|d*j@O^AbOJN")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":195,"face":{"font-family":"Rockwell","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 6 6 3 2 2 5 2 4 3","ascent":"288","descent":"-72","x-height":"5","bbox":"-13 -258 362 80","underline-thickness":"17.9297","underline-position":"-19.1602","unicode-range":"U+0020-U+2122"}}));
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Digitized data copyright (C) 1992 - 1997 The Monotype Corporation. Rockwell® is
 * a trademark of The Monotype Corporation which may be registered in certain
 * jurisdictions. Portions copyright Microsoft corporation.  All rights reserved.
 * 
 * Trademark:
 * Rockwell® is a trademark of The Monotype Corporation which may be registered in
 * certain jurisdictions.
 * 
 * Description:
 * Rockwell is a distinctive version of a geometric slab serif design, which has
 * retained its popularity since its appearance in the 1930's. The slab serifs, or
 * Egyptians, originated in the nineteenth century when they were used principally
 * for display work. Rockwell is notable for its judiciously clipped slab serifs,
 * and is given a particular sparkle by means of its angular terminals. In more
 * recent years this style of typeface has been increasingly used for text setting
 * where their even colour and visual impact can be fully exploited.
 * 
 * Manufacturer:
 * Monotype Typography
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 * 
 * License information:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"14,-85v0,-71,81,-113,138,-71r0,-14r37,0r0,69r-39,0v-14,-44,-81,-35,-81,15v0,56,67,58,83,20r42,19v-31,83,-180,60,-180,-38","w":202,"k":{"l":5,"k":5,".":7,",":7}},{"d":"41,0r0,-39r34,0r0,-166r-36,0r0,-40r89,0r0,206r32,0r0,39r-119,0"},{"d":"114,77v-55,-21,-97,-82,-97,-163v0,-83,41,-140,97,-162r0,35v-36,22,-42,64,-42,127v0,65,5,106,42,128r0,35","w":123},{"d":"138,-109v0,-30,-29,-23,-47,-10r0,80r25,0r0,39r-106,0r0,-39r27,0r0,-166r-27,0r0,-40r81,0r0,89v42,-32,101,-23,101,44r0,73r25,0r0,39r-79,0r0,-109","w":225,"k":{"y":14}},{"d":"136,-101v60,21,35,105,-34,105v-20,0,-33,-4,-41,-12r0,8r-40,0r0,-59r40,0v-3,29,60,39,65,10v-3,-14,-15,-13,-34,-17v-45,-9,-78,-18,-78,-57v0,-45,64,-62,106,-41r0,-6r39,0r0,49r-39,0v1,-19,-60,-27,-60,-5v0,20,64,15,76,25","w":183,"k":{".":11,",":11}},{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},{"d":"20,-104r66,-141r39,0r65,141r-50,0r-35,-86r-35,86r-50,0","w":209},{"d":"98,-174v54,1,79,15,79,73r0,62r28,0r0,39r-82,0r0,-13v-39,31,-108,13,-108,-38v0,-48,61,-72,108,-48v7,-41,-41,-53,-64,-27r-43,-8v13,-27,40,-40,82,-40xm67,-54v4,31,36,28,56,5r0,-14v-23,-17,-51,-18,-56,9","w":209,"k":{"y":14,"w":9,"v":7,"p":7}},{"d":"14,-86v0,-69,76,-119,122,-65r0,-54r-26,0r0,-40r81,0r0,206r28,0r0,39r-83,0r0,-20v-49,53,-122,3,-122,-66xm103,-40v21,-2,34,-18,34,-45v0,-27,-12,-46,-34,-46v-23,0,-34,21,-34,45v0,24,11,47,34,46","w":225,"k":{"y":7,"w":5,"v":5,"d":7}},{"d":"66,2r-44,-133r-22,0r0,-39r93,0r0,39r-19,0r21,63r35,-102r45,0r34,102r21,-63r-20,0r0,-39r83,0r0,39r-22,0r-44,133r-47,0r-33,-100r-33,100r-48,0","w":292,"k":{"o":9,"h":9,"e":9,"a":5,".":36,",":36}},{"d":"187,-177v0,42,-32,70,-76,67r-6,25r-25,0r-5,-64v26,10,55,-4,56,-30v0,-19,-15,-32,-34,-32v-22,0,-34,16,-30,37r-54,0v0,-50,36,-75,88,-75v50,-1,85,27,86,72xm62,0r0,-59r59,0r0,59r-59,0","w":202},{"d":"87,-192r-29,0r-64,-56r66,0","w":119},{"d":"14,-85v0,-71,79,-119,123,-64r0,-21r82,0r0,39r-28,0r0,126v0,56,-30,84,-89,84v-34,0,-59,-6,-76,-18r26,-36v38,24,95,14,85,-46v-51,53,-123,7,-123,-64xm103,-41v20,0,34,-20,34,-44v0,-25,-11,-44,-34,-44v-23,0,-34,20,-34,44v-1,24,13,44,34,44","w":225,"k":{"o":7,"g":5,"e":7,".":22,",":22}},{"d":"101,2r-72,-205r-30,0r0,-42r125,0r0,42r-31,0r41,122r41,-122r-31,0r0,-42r108,0r0,42r-30,0r-70,205r-51,0","w":251,"k":{"u":16,"o":36,"i":5,"e":36,"a":36,"O":27,"G":22,"A":16,";":18,":":18,".":45,"-":36,",":45}},{"d":"90,-166v0,41,3,59,38,62r0,40v-36,2,-38,23,-38,64v0,65,-22,76,-82,76r0,-40v28,0,35,0,36,-24v2,-56,1,-76,33,-96v-30,-19,-32,-36,-33,-96v-1,-24,-9,-24,-36,-24r0,-41v61,0,82,14,82,79","w":138},{"d":"-2,-112r364,0r0,44r-364,0r0,-44","w":360},{"d":"199,-149v46,-37,136,-37,126,45r0,65r28,0r0,39r-82,0r0,-100v0,-37,-38,-28,-62,-15r0,76r28,0r0,39r-82,0r0,-98v-1,-38,-35,-31,-62,-17r0,76r28,0r0,39r-111,0r0,-39r28,0r0,-92r-28,0r0,-39r83,0r0,14v36,-22,82,-25,106,7","w":356,"k":{"y":13}},{"d":"211,-86v7,73,-74,117,-122,66r0,20r-84,0r0,-39r30,0r0,-166r-30,0r0,-40r84,0r0,94v46,-54,130,-4,122,65xm122,-40v23,0,33,-19,33,-46v0,-26,-10,-44,-32,-44v-23,0,-36,18,-35,46v1,24,12,44,34,44","w":225,"k":{"y":7,"l":9,"b":7,".":14,",":14}},{"d":"107,-5v3,65,-46,91,-109,76r0,-44v28,8,45,-1,45,-34r0,-196r-36,0r0,-42r133,0r0,42r-33,0r0,198","w":146,"k":{"u":9,"o":14,"e":14,"a":11,"A":5,".":18,",":18}},{"d":"19,-120v0,-79,25,-129,92,-129v41,0,63,22,68,65r-42,4v-6,-37,-40,-41,-55,-12v-6,13,-10,30,-10,51v43,-38,110,-4,110,60v0,53,-27,84,-75,84v-68,0,-87,-47,-88,-123xm107,-36v38,0,34,-83,-4,-81v-10,0,-21,4,-31,11v2,42,4,70,35,70"},{"d":"70,-101r0,-119r-44,0r0,-25r117,0r0,25r-43,0r0,119r-30,0xm160,-101r0,-144r46,0r26,100r26,-100r46,0r0,144r-28,0r0,-114r-31,114r-26,0r-31,-114r0,114r-28,0","w":360},{"d":"64,-159v18,0,70,29,88,29v16,0,33,-9,52,-27r0,45v-19,17,-38,25,-56,25v-31,2,-62,-29,-88,-28v-18,0,-35,8,-54,26r0,-45v19,-17,39,-25,58,-25","w":209},{"d":"10,-248v56,21,98,81,98,162v0,81,-43,142,-98,163r0,-35v36,-22,42,-63,42,-128v0,-65,-6,-105,-42,-127r0,-35","w":123},{"d":"83,-57v-3,22,17,18,31,13r0,38v-37,16,-86,12,-86,-36r0,-89r-21,0r0,-39r21,0r0,-27r55,-39r0,66r31,0r0,39r-31,0r0,74","w":123},{"d":"271,-122v0,82,-45,122,-139,122r-124,0r0,-41r38,0r0,-162r-38,0r0,-42r116,0v94,-3,147,38,147,123xm204,-121v0,-59,-30,-88,-95,-82r0,162v63,3,95,-20,95,-80","w":288,"k":{"Y":18,"W":18,"V":14,"A":11,".":27,",":27}},{"d":"66,-188v-15,0,-30,-15,-30,-30v0,-15,15,-30,30,-30v15,0,30,15,30,30v0,15,-15,30,-30,30xm-2,31v28,1,42,-1,42,-31r0,-131r-26,0r0,-39r81,0r0,165v4,68,-31,84,-97,79r0,-43","w":127},{"d":"52,-249r129,252r-50,0r-129,-252r50,0","w":182},{"d":"18,0r0,-41r116,-162r-68,0r0,44r-42,0r0,-86r189,0r0,37r-119,167r80,0r0,-47r42,0r0,88r-198,0","w":232},{"d":"65,-39v3,-53,35,-133,61,-167r-63,0r0,34r-39,0r0,-73r153,0r0,31v-22,26,-58,124,-56,175r31,0r0,39r-118,0r0,-39r31,0"},{"d":"12,0r0,-39r28,0r0,-166r-28,0r0,-40r82,0r0,155r58,-48r-36,0r0,-32r103,0r0,34r-17,0r-50,43r46,54r23,0r0,39r-52,0r-75,-90r0,53r20,0r0,37r-102,0","w":232,"k":{"o":14,"e":11}},{"d":"95,2r-70,-205r-25,0r0,-42r110,0r0,42r-25,0r39,117r38,-117r-23,0r0,-42r88,0r0,42r-22,0r40,117r38,-117r-24,0r0,-42r98,0r0,42r-27,0r-67,205r-46,0r-39,-112r-36,112r-47,0","w":356,"k":{"y":18,"u":14,"o":36,"i":5,"h":-9,"e":36,"a":36,"O":27,"A":11,";":22,":":22,".":54,"-":36,",":54}},{"d":"156,-245v83,-9,106,103,36,130r40,74r31,0r0,41r-74,0r-56,-107r-28,0r0,66r31,0r0,41r-128,0r0,-41r34,0r0,-162r-34,0r0,-42r148,0xm168,-175v-1,-29,-32,-30,-63,-28r0,57v32,2,64,-2,63,-29","w":262,"k":{"Y":14,"W":14,"V":14,"U":7,"T":9,"O":9}},{"d":"31,0r0,-59r58,0r0,59r-58,0xm151,0r0,-59r59,0r0,59r-59,0xm271,0r0,-59r59,0r0,59r-59,0","w":360},{"d":"140,-103v3,-33,-29,-26,-47,-13r0,77r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0r0,-39r80,0r0,16v42,-34,106,-24,102,47r0,68r25,0r0,39r-80,0r0,-103","w":225,"k":{"y":13,"v":5}},{"d":"18,-123v-1,-73,57,-125,136,-125v79,0,136,52,136,125v0,73,-57,126,-136,126v-81,0,-135,-53,-136,-126xm221,-124v0,-44,-26,-80,-67,-80v-42,1,-68,35,-68,83v0,44,28,80,68,80v41,0,67,-35,67,-83","w":307,"k":{"Y":27,"X":27,"W":27,"V":27,"T":9,"A":22,".":36,",":36}},{"d":"21,-145r77,0r0,-77r44,0r0,77r77,0r0,44r-77,0r0,77r-44,0r0,-77r-77,0r0,-44","w":240},{"d":"34,64r0,-26v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v0,60,10,127,-59,123","w":127,"k":{"\u2019":50,"\u201d":50}},{"d":"61,0r0,-41r34,0r0,-66r-66,-96r-30,0r0,-42r122,0r0,42r-24,0r36,60r37,-60r-26,0r0,-42r108,0r0,42r-30,0r-63,96r0,66r34,0r0,41r-132,0","w":251,"k":{"u":29,"o":45,"i":5,"e":45,"a":36,"O":27,"A":11,";":27,":":27,".":29,"-":45,",":29}},{"d":"125,3v-62,0,-89,-24,-89,-96r0,-110r-29,0r0,-42r116,0r0,42r-24,0r0,110v-1,35,4,52,32,55v31,-3,35,-19,34,-58r0,-107r-24,0r0,-42r97,0r0,42r-30,0r0,122v5,64,-28,84,-83,84","w":243,"k":{"A":9,".":29,",":29}},{"d":"87,-127v-13,81,103,120,129,45r-43,0r0,-41r114,0v1,86,-52,123,-131,126v-82,3,-138,-50,-138,-126v0,-77,53,-125,130,-125v33,0,58,8,76,24r0,-21r42,0r0,87r-42,0v-6,-28,-36,-46,-67,-47v-40,-1,-73,33,-70,78","w":303,"k":{".":29,",":29}},{"d":"180,-81v0,75,-89,108,-142,66v-14,-12,-22,-30,-25,-51r46,-5v3,23,14,35,32,35v23,0,33,-16,33,-41v0,-47,-43,-57,-61,-24r-39,-20r7,-124r137,0r0,58r-35,0r-4,-18r-63,0r-3,58v52,-36,117,6,117,66"},{"d":"159,-121v-53,-4,-67,30,-64,82r34,0r0,39r-119,0r0,-39r31,0r0,-92r-29,0r0,-39r79,0r0,43v7,-26,32,-49,68,-46r0,52","w":161,"k":{"y":-22,"v":-27,"u":-20,"t":-16,"r":-11,"p":-18,"n":-18,"m":-18,"i":-9,".":14,",":14}},{"d":"193,-85v0,52,-38,90,-90,89v-50,0,-89,-36,-89,-89v0,-53,38,-89,89,-89v52,0,90,36,90,89xm69,-84v0,24,11,47,34,46v24,-1,34,-19,34,-48v0,-27,-11,-47,-34,-47v-22,0,-34,17,-34,49","w":206,"k":{"y":9,"x":9,"w":5,"v":5,".":14,",":14}},{"d":"91,-245r0,28v-20,2,-29,15,-28,38r28,0r0,58r-58,0v0,-62,-8,-129,58,-124xm181,-245r0,28v-20,2,-29,15,-28,38r28,0r0,58r-58,0v0,-62,-8,-129,58,-124","w":213},{"d":"88,-249r44,0r0,328r-44,0r0,-328","w":219},{"d":"69,-189v-15,0,-30,-15,-30,-30v0,-15,15,-30,30,-30v15,0,29,14,29,30v0,16,-14,30,-29,30xm15,-131r0,-39r80,0r0,131r26,0r0,39r-106,0r0,-39r26,0r0,-92r-26,0","w":127},{"d":"13,0r0,-39r27,0r0,-166r-27,0r0,-40r81,0r0,206r25,0r0,39r-106,0","w":127,"k":{"y":5,"w":5}},{"d":"174,-181v-1,73,-101,81,-109,142r72,0r0,-32r39,0r-2,71r-157,0v-9,-87,60,-115,92,-158v13,-18,12,-53,-14,-53v-25,0,-28,22,-30,52r-44,-2v-2,-61,25,-86,78,-88v43,-2,75,28,75,68"},{"d":"-2,-112r184,0r0,44r-184,0r0,-44","w":180},{"d":"90,-151v-12,-3,-33,-6,-46,-2r-30,-10r14,-41r30,10v6,9,17,17,36,26v-2,-34,-16,-42,-12,-77r42,0r0,31v-8,13,-12,27,-12,46v22,-10,34,-19,38,-26r29,-10r13,41v-23,14,-44,3,-74,12v12,14,24,23,37,28r18,25r-35,24r-18,-24v0,-12,-6,-25,-17,-42v-10,16,-15,29,-15,42r-17,24r-35,-24r17,-25v11,-3,24,-12,37,-28","w":206},{"d":"148,-131v56,33,31,134,-40,134v-21,0,-37,-8,-49,-24r0,21r-42,0r0,-83r42,0v-8,44,59,61,64,18v-16,-56,-108,-43,-108,-115v0,-59,78,-91,111,-44r0,-21r41,0r0,75r-41,0v-1,-20,-15,-35,-35,-36v-20,-1,-33,18,-19,34v10,11,64,30,76,41","w":191,"k":{".":9,",":9}},{"d":"212,-83v0,70,-73,116,-123,66r0,55r34,0r0,39r-117,0r0,-39r28,0r0,-169r-23,0r0,-39r78,0r0,21v48,-56,123,-4,123,66xm123,-39v23,-1,33,-18,33,-46v0,-27,-10,-43,-33,-44v-24,-1,-35,19,-35,45v1,24,11,46,35,45","w":225,"k":{"y":7,".":14,",":14}},{"d":"49,-2v2,-41,-3,-59,-39,-62r0,-40v37,-3,39,-22,39,-64v0,-67,19,-76,82,-77r0,41v-28,1,-36,-1,-36,24v-2,59,-2,74,-33,96v30,19,32,36,33,96v1,23,8,24,35,24r0,40v-61,1,-84,-13,-81,-78","w":138},{"d":"81,2r-57,-133r-25,0r0,-39r103,0r0,39r-21,0r27,78r31,-78r-22,0r0,-39r90,0r0,39r-24,0r-55,133r-47,0","w":206,"k":{"o":7,"e":9,"a":5,".":36,",":36}},{"d":"94,-249v65,2,86,48,86,126v0,107,-69,155,-138,110v-14,-9,-20,-28,-22,-50r42,-4v5,21,14,32,28,32v22,0,34,-24,37,-70v-47,37,-111,2,-111,-61v0,-47,30,-85,78,-83xm91,-210v-35,0,-35,85,5,81v9,-1,25,-2,31,-14v0,-32,-9,-67,-36,-67"},{"d":"43,-79v0,80,61,126,148,126v57,0,98,-16,122,-47r37,0v-22,49,-81,79,-153,79v-114,0,-186,-56,-186,-160v0,-107,71,-176,180,-178v85,-1,150,54,150,135v0,64,-52,130,-116,127v-18,0,-29,-7,-33,-20v-42,44,-122,9,-115,-55v-8,-72,86,-158,141,-91r5,-20r46,0r-29,142v0,6,2,8,7,8v34,-6,62,-49,62,-92v0,-62,-50,-102,-119,-102v-93,0,-147,60,-147,148xm176,-156v-35,1,-53,48,-53,88v0,22,12,39,31,39v36,1,56,-49,55,-86v0,-22,-10,-42,-33,-41","w":352},{"d":"18,-122v-5,-107,119,-158,202,-104r0,-19r41,0r0,87r-41,0v-12,-31,-32,-47,-61,-47v-47,-1,-72,38,-73,83v-1,44,27,80,69,80v37,-1,61,-28,68,-63r48,23v-18,57,-58,85,-120,85v-83,0,-129,-49,-133,-125","w":281,"k":{"A":7,".":14,",":14}},{"d":"86,-64v-1,31,31,24,48,10r0,-77r-26,0r0,-39r81,0r0,131r27,0r0,39r-82,0r0,-14v-37,29,-102,20,-102,-36r0,-81r-25,0r0,-39r79,0r0,106","w":225},{"d":"34,-112r0,-58r59,0r0,58r-59,0xm34,0r0,-59r59,0r0,59r-59,0","w":127,"k":{" ":27}},{"d":"34,0r0,-59r59,0r0,59r-59,0","w":127,"k":{"\u2019":50,"\u201d":50," ":27}},{"d":"183,-123v0,72,-21,126,-84,126v-63,0,-84,-56,-84,-126v0,-71,21,-126,84,-126v63,0,84,56,84,126xm71,-123v0,41,0,82,28,86v29,4,29,-58,29,-86v0,-41,-1,-80,-29,-86v-28,6,-28,46,-28,86"},{"d":"13,-61r0,-48r98,0r0,48r-98,0","w":123},{"w":90,"k":{"\u2018":27,"\u201c":27,"Y":45,"W":36,"V":36,"T":27}},{"d":"252,-41r0,41r-121,0r0,-41r32,0r-12,-42r-63,0r-13,42r32,0r0,41r-108,0r0,-41r30,0r48,-162r-33,0r0,-42r160,0r0,42r-33,0r52,162r29,0xm141,-119r-20,-74r-22,74r42,0","w":251,"k":{"y":11,"w":4,"v":11,"Y":11,"W":11,"V":16,"U":5,"T":11,"Q":11,"O":11,"G":7,"C":7}},{"d":"51,-85v-8,-50,-18,-98,-15,-160r54,0v3,61,-6,110,-14,160r-25,0xm34,0r0,-59r59,0r0,59r-59,0","w":127},{"d":"76,-249v36,1,51,27,51,66v0,44,-17,65,-51,65v-34,0,-52,-21,-52,-65v0,-44,17,-66,52,-66xm75,-140v10,0,15,-15,15,-43v0,-29,-4,-43,-14,-43v-10,0,-15,14,-15,42v0,29,5,44,14,44xm63,0r177,-245r31,0r-177,245r-31,0xm258,-128v36,1,51,27,51,66v0,44,-18,65,-52,65v-34,0,-51,-21,-51,-65v0,-44,17,-66,52,-66xm257,-19v10,0,15,-15,15,-43v0,-29,-5,-43,-15,-43v-10,0,-14,15,-14,43v0,29,5,43,14,43","w":333},{"d":"131,-249r50,0r-129,252r-50,0","w":182},{"d":"34,-113r0,-59r59,0r0,59r-59,0xm34,64r0,-26v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v-1,59,12,128,-59,123","w":127,"k":{" ":27}},{"d":"12,0r0,-41r29,0r0,-162r-29,0r0,-42r215,0r0,78r-46,0r0,-36r-76,0r0,56r61,0r0,42r-61,0r0,64r76,0r0,-37r46,0r0,78r-215,0","w":240},{"d":"21,-224r198,81r0,40r-198,82r0,-47r137,-55r-137,-55r0,-46","w":240},{"d":"13,-84v0,-69,74,-122,123,-65r0,-21r83,0r0,39r-29,0r0,169r29,0r0,39r-117,0r0,-39r34,0r0,-55v-51,51,-123,3,-123,-67xm102,-129v-23,1,-33,18,-33,44v0,26,10,46,33,46v22,0,34,-20,34,-47v0,-25,-11,-43,-34,-43","w":225},{"d":"66,-185r14,-65r38,0r-14,65r58,0r14,-65r38,0r-14,65r27,0r0,38r-35,0r-10,48r45,0r0,38r-53,0r-14,66r-38,0r14,-66r-58,0r-13,66r-38,0r13,-66r-27,0r0,-38r35,0r10,-48r-45,0r0,-38r53,0xm154,-147r-58,0r-10,48r58,0","w":240},{"w":90,"k":{"\u2018":27,"\u201c":27,"Y":45,"W":36,"V":36,"T":27}},{"d":"13,0r0,-36r100,-100r-55,0r0,27r-37,0r0,-61r157,0r0,36r-100,100r64,0r0,-29r36,0r0,63r-165,0","w":191,"k":{"o":7,"e":7}},{"d":"10,0r0,-41r32,0r0,-162r-32,0r0,-42r102,0r90,153r0,-111r-31,0r0,-42r109,0r0,42r-34,0r0,205r-55,0r-105,-181r0,138r31,0r0,41r-107,0","w":285,"k":{"A":5,".":29,",":29}},{"d":"33,-121r0,-27v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v0,61,9,128,-59,124xm122,-121r0,-27v20,-2,30,-15,29,-38r-29,0r0,-59r59,0v1,63,7,129,-59,124","w":213,"k":{" ":27}},{"d":"7,0r0,-41r33,0r0,-162r-33,0r0,-42r128,0r0,42r-31,0r0,162r28,0r0,41r-125,0xm151,0r0,-41r29,0r-74,-87r79,-75r-29,0r0,-42r120,0r0,42r-30,0r-69,67r80,95r25,0r0,41r-131,0","w":281,"k":{"y":22,"u":7,"o":4,"e":4,"O":11}},{"d":"57,-217r63,63r63,-63r31,31r-63,63r63,63r-31,31r-63,-63r-63,63r-31,-31r63,-63r-63,-63","w":240},{"d":"93,-245r0,28v-20,2,-30,15,-29,38r29,0r0,58r-59,0v-1,-63,-6,-129,59,-124","w":127,"k":{"\u2018":38}},{"d":"8,0r0,-39r25,0r36,-44r-36,-48r-25,0r0,-39r65,0r31,46r34,-46r51,0r0,39r-23,0r-34,41r40,51r23,0r0,39r-66,0r-33,-48r-35,48r-53,0","w":202,"k":{"e":9}},{"d":"100,-249v77,-8,106,88,43,121v28,11,42,30,42,60v0,47,-35,71,-86,71v-87,0,-118,-106,-41,-131v-66,-32,-36,-129,42,-121xm100,-146v18,0,28,-13,28,-32v0,-19,-10,-33,-28,-33v-18,0,-29,13,-29,33v0,18,11,32,29,32xm100,-35v21,0,33,-16,33,-38v0,-21,-13,-38,-33,-38v-21,0,-33,16,-33,38v0,22,12,38,33,38"},{"d":"44,77r0,-39r33,0r11,-31r-61,-138r-25,0r0,-39r102,0r0,39r-20,0r28,77r30,-77r-22,0r0,-39r90,0r0,39r-25,0r-81,208r-60,0","w":213,"k":{"o":9,"e":14,"a":7,".":50,",":50}},{"d":"128,-248v35,0,65,18,66,50v0,23,-15,41,-43,55r35,44v13,-18,23,-35,30,-51r58,0r0,40r-30,0v-9,19,-18,34,-29,46r20,25r39,0r0,39r-72,0r-23,-27v-50,55,-168,34,-166,-44v1,-44,29,-59,68,-79v-41,-40,-11,-98,47,-98xm130,-216v-25,4,-24,21,-3,42v16,-7,23,-15,23,-24v0,-9,-9,-20,-20,-18xm69,-79v0,40,57,49,83,18r-46,-59v-24,10,-37,24,-37,41","w":288},{"d":"13,-61r0,-48r98,0r0,48r-98,0","w":123},{"d":"10,0r0,-41r35,0r0,-162r-35,0r0,-42r219,0r0,76r-47,0r0,-34r-73,0r0,56r53,0r0,42r-53,0r0,64r37,0r0,41r-136,0","w":232,"k":{"o":36,"e":36,"a":36,"A":22,".":54,",":54}},{"d":"234,-167v0,66,-54,83,-129,78r0,48r35,0r0,41r-129,0r0,-41r31,0r0,-162r-31,0r0,-42r129,0v55,0,94,27,94,78xm166,-167v-1,-33,-23,-39,-61,-36r0,73v39,1,62,-4,61,-37","w":240,"k":{"o":9,"e":9,"a":5,"A":27,".":58,",":58}},{"d":"50,-249v54,0,9,80,5,117r-8,0v-7,-29,-19,-56,-22,-89v-1,-16,11,-28,25,-28","w":101},{"d":"180,-70v0,47,-37,74,-83,73v-52,0,-80,-26,-84,-78r47,-4v-5,57,64,54,64,7v0,-26,-18,-42,-46,-36r0,-42v44,9,55,-58,14,-59v-17,0,-26,10,-26,32r-46,-3v1,-42,32,-69,75,-69v77,0,104,94,40,120v30,10,45,30,45,59"},{"d":"40,73r0,-318r99,0r0,37r-45,0r0,245r45,0r0,36r-99,0","w":150},{"d":"34,-121r0,-26v20,-2,30,-15,29,-38r-29,0r0,-60r59,0v-1,60,12,129,-59,124","w":127,"k":{"\u2019":38,"t":11,"s":29,"r":27,"l":9,"d":36," ":27}},{"d":"181,-36r0,36r-98,0r0,-36r27,0r0,-31r-90,0v-4,-13,-9,-24,-13,-32r105,-150r48,0r0,148r24,0r0,34r-24,0r0,31r21,0xm110,-101r0,-85r-61,85r61,0"},{"d":"10,0r0,-41r31,0r0,-162r-31,0r0,-42r122,0r54,144r54,-144r125,0r0,42r-32,0r0,162r32,0r0,41r-123,0r0,-41r30,0r0,-162r-6,0r-76,203r-26,0r-77,-203r-6,0r0,162r32,0r0,41r-103,0","w":375},{"d":"8,0r0,-41r37,0r0,-162r-37,0r0,-42r138,0r0,42r-37,0r0,162r37,0r0,41r-138,0","w":153},{"d":"110,-245r0,318r-99,0r0,-36r45,0r0,-245r-45,0r0,-37r99,0","w":150},{"d":"36,-170v-4,-49,19,-80,66,-79v27,0,46,8,57,24r-40,31v-5,-25,-30,-25,-29,5r0,19r27,0r0,39r-27,0r0,92r27,0r0,39r-106,0r0,-39r25,0r0,-92r-23,0r0,-39r23,0","w":127,"k":{"\u2019":-22,"\u201d":-22}},{"d":"21,-187r198,0r0,44r-198,0r0,-44xm21,-102r198,0r0,43r-198,0r0,-43","w":240},{"d":"165,-117v45,45,10,124,-57,118r0,30r-24,0r0,-30v-40,-7,-65,-26,-68,-73r44,0v-1,19,8,33,24,37r0,-75v-38,-19,-64,-30,-64,-71v0,-35,30,-58,64,-61r0,-9r24,0r0,9v38,4,67,25,67,65r-43,0v-2,-18,-10,-28,-24,-30r0,59v20,8,44,18,57,31xm84,-207v-28,6,-25,36,0,47r0,-47xm108,-34v18,1,36,-12,35,-29v0,-15,-12,-27,-35,-36r0,65","w":202},{"d":"228,61v-52,5,-92,-58,-139,-17r-16,-24v9,-11,25,-19,44,-21v-56,-10,-99,-58,-99,-122v1,-72,55,-125,136,-125v81,0,136,54,136,125v0,69,-53,124,-123,126v22,8,49,22,76,19xm221,-124v0,-44,-26,-80,-67,-80v-42,1,-68,35,-68,83v0,44,28,80,68,80v41,0,67,-35,67,-83","w":307,"k":{"U":9,".":36,",":36}},{"d":"-1,0r0,-41r37,0r59,-85r-59,-77r-34,0r0,-42r126,0r0,40r-24,0r37,45r33,-45r-22,0r0,-40r108,0r0,42r-34,0r-58,80r64,82r35,0r0,41r-130,0r0,-40r25,0r-38,-50r-37,50r25,0r0,40r-113,0","w":266},{"d":"53,0r0,-41r37,0r0,-162r-37,0r0,57r-42,0r0,-99r222,0r0,99r-42,0r0,-57r-38,0r0,162r37,0r0,41r-137,0","w":243,"k":{"w":-7,"o":29,"e":29,"a":14,"O":9,"A":11,".":29,"-":36,",":29}},{"d":"57,-249v53,0,9,81,4,117r-8,0v-7,-29,-19,-56,-22,-89v-1,-16,11,-28,26,-28xm142,-249v53,0,7,80,4,117r-8,0v-7,-29,-19,-56,-22,-89v-1,-16,11,-28,26,-28"},{"d":"10,0r0,-41r35,0r0,-162r-35,0r0,-42r134,0r0,42r-35,0r0,162r72,0r0,-76r48,0r0,117r-219,0","w":232,"k":{"\u2019":14,"\u201d":14,"Y":27,"W":22,"V":27,"T":9}},{"d":"11,0r0,-41r31,0r0,-162r-31,0r0,-42r118,0r0,42r-25,0r0,53r66,0r0,-53r-25,0r0,-42r118,0r0,42r-31,0r0,162r31,0r0,41r-118,0r0,-41r25,0r0,-67r-66,0r0,67r25,0r0,41r-118,0","w":273},{"d":"233,-71v-2,93,-126,68,-221,71r0,-41r30,0r0,-162r-30,0r0,-42v89,4,211,-24,211,65v0,24,-11,40,-34,50v29,11,44,31,44,59xm160,-177v0,-27,-26,-26,-54,-26r0,55v29,1,54,1,54,-29xm167,-73v0,-33,-27,-35,-61,-34r0,66v34,0,61,2,61,-32","w":251,"k":{"U":5,".":14,",":14}},{"d":"219,-21r-198,-82r0,-40r198,-81r0,46r-137,55r137,55r0,47","w":240},{"d":"68,-74v1,47,56,56,82,23r42,13v-38,70,-178,50,-178,-44v0,-94,140,-127,172,-41v6,15,8,31,8,49r-126,0xm140,-104v-3,-17,-15,-35,-37,-34v-20,0,-32,11,-35,34r72,0","w":206,"k":{"y":7,"w":5,"p":7,".":7,",":7}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+58-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("Ee5kHMI>%uF*E)`qYMLCKeKF}oIk5MF*}ogC%uJ95~,wlv>?lvzU%TI2}MLjYvFh5k5F}T:Cnm-6)mzLeTKgE=nIX_bJS^:~u}l5%H(Y02hB?rj`M9U8xpw&*1fRCv>koDA4$q,FP]z>HugEI`RknrzCn9A8YzJx}LR%Io&}:`Rknr-CIM4_ECR5~:(k(MF(Y^KfnuI,%ufC}T:CnmzvE`If0Dl4bzIkX?Af=S66KS~(=v&L_9zr}T:fnezf0j4(Y^KfnuJ=}T:fnebD}T:CnmzA0mB4g`Rknm6B5z5bgvIH}T:Cnmz4Izkg}ulFgLLl~Lf?^zB)_e:?=9IfHe`>E)K?ESR8_^-w(mk?=9-wHmkf=MR`HMY>%)R9_uK*5?49HT`f%TnF0D>q%ulUl?41%v>1}?h]X9YDYkf*E^,U_v88HMJ85oFrHeF>%e`*5kf*loF&ESb1%S4>5}I>EeR1loL>%uF*=MB1(DJ*luk`ES`MHDKUXoj,HmwpEoj85k&ruo`Y}^kfuo`Y2SjUES-h")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":198,"face":{"font-family":"Rockwell","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 6 8 3 3 5 5 2 4 3","ascent":"288","descent":"-72","x-height":"4","bbox":"-6 -259.013 365 79","underline-thickness":"24.6094","underline-position":"-15.8203","unicode-range":"U+0020-U+2122"}}));;Cufon.replace('#homepage2 h1',{hover:true});Cufon.replace('.TwoColText h2',{hover:true});Cufon.replace('.TwoColSidebar h2',{hover:true});Cufon.replace('#intro span',{hover:true});;(function(D){var A="Lite-1.0";D.fn.cycle=function(E){return this.each(function(){E=E||{};if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=0;this.cyclePause=0;var I=D(this);var J=E.slideExpr?D(E.slideExpr,this):I.children();var G=J.get();if(G.length<2){if(window.console&&window.console.log){window.console.log("terminating; too few slides: "+G.length)}return}var H=D.extend({},D.fn.cycle.defaults,E||{},D.metadata?I.metadata():D.meta?I.data():{});H.before=H.before?[H.before]:[];H.after=H.after?[H.after]:[];H.after.unshift(function(){H.busy=0});var F=this.className;H.width=parseInt((F.match(/w:(\d+)/)||[])[1])||H.width;H.height=parseInt((F.match(/h:(\d+)/)||[])[1])||H.height;H.timeout=parseInt((F.match(/t:(\d+)/)||[])[1])||H.timeout;if(I.css("position")=="static"){I.css("position","relative")}if(H.width){I.width(H.width)}if(H.height&&H.height!="auto"){I.height(H.height)}var K=0;J.css({position:"absolute",top:0,left:0}).hide().each(function(M){D(this).css("z-index",G.length-M)});D(G[K]).css("opacity",1).show();if(D.browser.msie){G[K].style.removeAttribute("filter")}if(H.fit&&H.width){J.width(H.width)}if(H.fit&&H.height&&H.height!="auto"){J.height(H.height)}if(H.pause){I.hover(function(){this.cyclePause=1},function(){this.cyclePause=0})}D.fn.cycle.transitions.fade(I,J,H);J.each(function(){var M=D(this);this.cycleH=(H.fit&&H.height)?H.height:M.height();this.cycleW=(H.fit&&H.width)?H.width:M.width()});J.not(":eq("+K+")").css({opacity:0});if(H.cssFirst){D(J[K]).css(H.cssFirst)}if(H.timeout){if(H.speed.constructor==String){H.speed={slow:600,fast:200}[H.speed]||400}if(!H.sync){H.speed=H.speed/2}while((H.timeout-H.speed)<250){H.timeout+=H.speed}}H.speedIn=H.speed;H.speedOut=H.speed;H.slideCount=G.length;H.currSlide=K;H.nextSlide=1;var L=J[K];if(H.before.length){H.before[0].apply(L,[L,L,H,true])}if(H.after.length>1){H.after[1].apply(L,[L,L,H,true])}if(H.click&&!H.next){H.next=H.click}if(H.next){D(H.next).bind("click",function(){return C(G,H,H.rev?-1:1)})}if(H.prev){D(H.prev).bind("click",function(){return C(G,H,H.rev?1:-1)})}if(H.timeout){this.cycleTimeout=setTimeout(function(){B(G,H,0,!H.rev)},H.timeout+(H.delay||0))}})};function B(J,E,I,K){if(E.busy){return}var H=J[0].parentNode,M=J[E.currSlide],L=J[E.nextSlide];if(H.cycleTimeout===0&&!I){return}if(I||!H.cyclePause){if(E.before.length){D.each(E.before,function(N,O){O.apply(L,[M,L,E,K])})}var F=function(){if(D.browser.msie){this.style.removeAttribute("filter")}D.each(E.after,function(N,O){O.apply(L,[M,L,E,K])})};if(E.nextSlide!=E.currSlide){E.busy=1;D.fn.cycle.custom(M,L,E,F)}var G=(E.nextSlide+1)==J.length;E.nextSlide=G?0:E.nextSlide+1;E.currSlide=G?J.length-1:E.nextSlide-1}if(E.timeout){H.cycleTimeout=setTimeout(function(){B(J,E,0,!E.rev)},E.timeout)}}function C(E,F,I){var H=E[0].parentNode,G=H.cycleTimeout;if(G){clearTimeout(G);H.cycleTimeout=0}F.nextSlide=F.currSlide+I;if(F.nextSlide<0){F.nextSlide=E.length-1}else{if(F.nextSlide>=E.length){F.nextSlide=0}}B(E,F,1,I>=0);return false}D.fn.cycle.custom=function(K,H,I,E){var J=D(K),G=D(H);G.css({opacity:0});var F=function(){G.animate({opacity:1},I.speedIn,I.easeIn,E)};J.animate({opacity:0},I.speedOut,I.easeOut,function(){J.css({display:"none"});if(!I.sync){F()}});if(I.sync){F()}};D.fn.cycle.transitions={fade:function(F,G,E){G.not(":eq(0)").css("opacity",0);E.before.push(function(){D(this).show()})}};D.fn.cycle.ver=function(){return A};D.fn.cycle.defaults={timeout:4000,speed:1000,next:null,prev:null,before:null,after:null,height:"auto",sync:1,fit:0,pause:0,delay:0,slideExpr:null}})(jQuery);$(function(){eval($('#banner_container').cycle({fx:'scrollLeft',speed:2500,timeout:7000,pager:'#pages',next:'#next',prev:'#previous'}));});function pause(){$('#banner_container').cycle('pause');};LightboxOptions=Object.extend({fileLoadingImage:'http://www.indigoclothing.com/images/lightbox/loading.gif',fileBottomNavCloseImage:'http://www.indigoclothing.com/images/lightbox/closelabel.gif',overlayOpacity:0.7,animate:true,resizeSpeed:8,borderSize:10,featBrowser:true,breathingSize:50,labelImage:"Image",labelOf:"of"},window.LightboxOptions||{});var Lightbox=Class.create();Lightbox.prototype={imageArray:[],activeImage:undefined,initialize:function(){this.updateImageList();this.keyboardAction=this.keyboardAction.bindAsEventListener(this);if(LightboxOptions.resizeSpeed>10)LightboxOptions.resizeSpeed=10;if(LightboxOptions.resizeSpeed<1)LightboxOptions.resizeSpeed=1;this.resizeDuration=LightboxOptions.animate?((11-LightboxOptions.resizeSpeed)*0.15):0;this.overlayDuration=LightboxOptions.animate?0.2:0;var size=(LightboxOptions.animate?250:1)+'px';var objBody=$$('body')[0];objBody.appendChild(Builder.node('div',{id:'overlay'}));objBody.appendChild(Builder.node('div',{id:'lightbox'},[Builder.node('div',{id:'outerImageContainer'},Builder.node('div',{id:'imageContainer'},[Builder.node('img',{id:'lightboxImage'}),Builder.node('div',{id:'hoverNav'},[Builder.node('a',{id:'prevLink',href:'#'}),Builder.node('a',{id:'nextLink',href:'#'})]),Builder.node('div',{id:'loading'},Builder.node('a',{id:'loadingLink',href:'#'},Builder.node('img',{src:LightboxOptions.fileLoadingImage})))])),Builder.node('div',{id:'imageDataContainer'},Builder.node('div',{id:'imageData'},[Builder.node('div',{id:'imageDetails'},[Builder.node('span',{id:'caption'}),Builder.node('span',{id:'numberDisplay'})]),Builder.node('div',{id:'bottomNav'},Builder.node('a',{id:'bottomNavClose',href:'#'},Builder.node('img',{src:LightboxOptions.fileBottomNavCloseImage})))]))]));$('overlay').hide().observe('click',(function(){this.end();}).bind(this));$('lightbox').hide().observe('click',(function(event){if(event.element().id=='lightbox')this.end();}).bind(this));$('outerImageContainer').setStyle({width:size,height:size});$('prevLink').observe('click',(function(event){event.stop();this.changeImage(this.activeImage-1);}).bindAsEventListener(this));$('nextLink').observe('click',(function(event){event.stop();this.changeImage(this.activeImage+1);}).bindAsEventListener(this));$('loadingLink').observe('click',(function(event){event.stop();this.end();}).bind(this));$('bottomNavClose').observe('click',(function(event){event.stop();this.end();}).bind(this));var th=this;(function(){var ids='overlay lightbox outerImageContainer imageContainer lightboxImage hoverNav prevLink nextLink loading loadingLink '+'imageDataContainer imageData imageDetails caption numberDisplay bottomNav bottomNavClose';$w(ids).each(function(id){th[id]=$(id);});}).defer();},updateImageList:function(){this.updateImageList=Prototype.emptyFunction;document.observe('click',(function(event){var target=event.findElement('a[rel^=lightbox]')||event.findElement('area[rel^=lightbox]');if(target){event.stop();this.start(target);}}).bind(this));},start:function(imageLink){$$('select','object','embed').each(function(node){node.style.visibility='hidden'});var arrayPageSize=this.getPageSize();$('overlay').setStyle({height:arrayPageSize[3]+'px'});new Effect.Appear(this.overlay,{duration:this.overlayDuration,from:0.0,to:LightboxOptions.overlayOpacity});this.imageArray=[];var imageNum=0;if((imageLink.rel=='lightbox')){this.imageArray.push([imageLink.href,imageLink.title]);}else{this.imageArray=$$(imageLink.tagName+'[href][rel="'+imageLink.rel+'"]').collect(function(anchor){return[anchor.href,anchor.title];}).uniq();while(this.imageArray[imageNum][0]!=imageLink.href){imageNum++;}}
var arrayPageScroll=document.viewport.getScrollOffsets();var lightboxTop=arrayPageScroll[1]+(document.viewport.getHeight()/10);var lightboxLeft=arrayPageScroll[0];this.lightbox.setStyle({top:lightboxTop+'px',left:lightboxLeft+'px'}).show();if(LightboxOptions.featBrowser==true){Event.observe(window,'resize',(function(e){this.adjustImageSize(true);}).bind(this));}
this.changeImage(imageNum);},changeImage:function(imageNum){this.activeImage=imageNum;if(LightboxOptions.animate)this.loading.show();this.lightboxImage.hide();this.hoverNav.hide();this.prevLink.hide();this.nextLink.hide();this.imageDataContainer.hide();this.numberDisplay.hide();var imgPreloader=new Image();imgPreloader.onload=(function(){this.lightboxImage.src=this.imageArray[this.activeImage][0];this.imageArray[this.activeImage][2]=imgPreloader.width;this.imageArray[this.activeImage][3]=imgPreloader.height;this.adjustImageSize(false);}).bind(this);imgPreloader.src=this.imageArray[this.activeImage][0];},adjustImageSize:function(recall){imgWidth=this.imageArray[this.activeImage][2];imgHeight=this.imageArray[this.activeImage][3];var arrayPageSize=this.getPageSize();if(LightboxOptions.featBrowser==true){var imageProportion=imgWidth/imgHeight;var winProportion=arrayPageSize[2]/arrayPageSize[3];if(imageProportion>winProportion){var maxWidth=arrayPageSize[2]-(LightboxOptions.borderSize*4)-(LightboxOptions.breathingSize*2);var maxHeight=Math.round(maxWidth/imageProportion);}else{var maxHeight=arrayPageSize[3]-(LightboxOptions.borderSize*5)-(arrayPageSize[3]/15)-LightboxOptions.breathingSize;var maxWidth=Math.round(maxHeight*imageProportion);}
if(imgWidth>maxWidth||imgHeight>maxHeight){imgWidth=maxWidth;imgHeight=maxHeight;}}
this.overlay.setStyle({height:arrayPageSize[3]+'px'});this.lightboxImage.setStyle({height:imgHeight+'px',width:imgWidth+'px'});if(recall==true){this.outerImageContainer.setStyle({height:(imgHeight+(LightboxOptions.borderSize*2))+'px',width:(imgWidth+(LightboxOptions.borderSize*2))+'px'});this.imageDataContainer.setStyle({width:(imgWidth+(LightboxOptions.borderSize*2))+'px'});}else{this.resizeImageContainer(imgWidth,imgHeight);}},resizeImageContainer:function(imgWidth,imgHeight){var widthCurrent=this.outerImageContainer.getWidth();var heightCurrent=this.outerImageContainer.getHeight();var widthNew=(imgWidth+LightboxOptions.borderSize*2);var heightNew=(imgHeight+LightboxOptions.borderSize*2);var xScale=(widthNew/widthCurrent)*100;var yScale=(heightNew/heightCurrent)*100;var wDiff=widthCurrent-widthNew;var hDiff=heightCurrent-heightNew;if(hDiff!=0)new Effect.Scale(this.outerImageContainer,yScale,{scaleX:false,duration:this.resizeDuration,queue:'front'});if(wDiff!=0)new Effect.Scale(this.outerImageContainer,xScale,{scaleY:false,duration:this.resizeDuration,delay:this.resizeDuration});var timeout=0;if((hDiff==0)&&(wDiff==0)){timeout=100;if(Prototype.Browser.IE)timeout=250;}
(function(){this.prevLink.setStyle({height:imgHeight+'px'});this.nextLink.setStyle({height:imgHeight+'px'});this.imageDataContainer.setStyle({width:widthNew+'px'});this.showImage();}).bind(this).delay(timeout/1000);},showImage:function(){this.loading.hide();new Effect.Appear(this.lightboxImage,{duration:this.resizeDuration,queue:'end',afterFinish:(function(){this.updateDetails();}).bind(this)});this.preloadNeighborImages();},updateDetails:function(){this.caption.update(this.imageArray[this.activeImage][1]?this.imageArray[this.activeImage][1]:"").show();if(this.imageArray.length>1){this.numberDisplay.update(LightboxOptions.labelImage+' '+(this.activeImage+1)+' '+LightboxOptions.labelOf+'  '+this.imageArray.length).show();}
this.imageDataContainer.setStyle({opacity:.0001});this.imageDataContainer.show();new Effect.Parallel([new Effect.SlideDown(this.imageDataContainer,{sync:true,duration:this.resizeDuration,from:0.0,to:1.0}),new Effect.Appear(this.imageDataContainer,{sync:true,duration:this.resizeDuration})],{duration:this.resizeDuration,afterFinish:(function(){this.updateNav();}).bind(this)});},updateNav:function(){this.hoverNav.show();if(this.activeImage>0)this.prevLink.show();if(this.activeImage<(this.imageArray.length-1))this.nextLink.show();this.enableKeyboardNav();},enableKeyboardNav:function(){document.observe('keydown',this.keyboardAction);},disableKeyboardNav:function(){document.stopObserving('keydown',this.keyboardAction);},keyboardAction:function(event){var keycode=event.keyCode;var escapeKey;if(event.DOM_VK_ESCAPE){escapeKey=event.DOM_VK_ESCAPE;}else{escapeKey=27;}
var key=String.fromCharCode(keycode).toLowerCase();if(key.match(/x|o|c/)||(keycode==escapeKey)){this.end();}else if((key=='p')||(keycode==37)){if(this.activeImage!=0){this.disableKeyboardNav();this.changeImage(this.activeImage-1);}}else if((key=='n')||(keycode==39)){if(this.activeImage!=(this.imageArray.length-1)){this.disableKeyboardNav();this.changeImage(this.activeImage+1);}}},preloadNeighborImages:function(){var preloadNextImage,preloadPrevImage;if(this.imageArray.length>this.activeImage+1){preloadNextImage=new Image();preloadNextImage.src=this.imageArray[this.activeImage+1][0];}
if(this.activeImage>0){preloadPrevImage=new Image();preloadPrevImage.src=this.imageArray[this.activeImage-1][0];}},end:function(){this.disableKeyboardNav();this.lightbox.hide();new Effect.Fade(this.overlay,{duration:this.overlayDuration});$$('select','object','embed').each(function(node){node.style.visibility='visible'});},getPageSize:function(){var xScroll,yScroll;if(window.innerHeight&&window.scrollMaxY){xScroll=window.innerWidth+window.scrollMaxX;yScroll=window.innerHeight+window.scrollMaxY;}else if(document.body.scrollHeight>document.body.offsetHeight){xScroll=document.body.scrollWidth;yScroll=document.body.scrollHeight;}else{xScroll=document.body.offsetWidth;yScroll=document.body.offsetHeight;}
var windowWidth,windowHeight;if(self.innerHeight){if(document.documentElement.clientWidth){windowWidth=document.documentElement.clientWidth;}else{windowWidth=self.innerWidth;}
windowHeight=self.innerHeight;}else if(document.documentElement&&document.documentElement.clientHeight){windowWidth=document.documentElement.clientWidth;windowHeight=document.documentElement.clientHeight;}else if(document.body){windowWidth=document.body.clientWidth;windowHeight=document.body.clientHeight;}
if(yScroll<windowHeight){pageHeight=windowHeight;}else{pageHeight=yScroll;}
if(xScroll<windowWidth){pageWidth=xScroll;}else{pageWidth=windowWidth;}
return[pageWidth,pageHeight,windowWidth,windowHeight];}}
document.observe('dom:loaded',function(){new Lightbox();});