// Footer
function getWindowHeight() {
	var windowHeight = 0;
	if (typeof(window.innerHeight) == 'number') {
		windowHeight = window.innerHeight;
	} else {
	if (document.documentElement && document.documentElement.clientHeight) {
		windowHeight = document.documentElement.clientHeight;
	} else {
	if (document.body && document.body.clientHeight) {
		windowHeight = document.body.clientHeight;
			}
		}
	}
	return windowHeight;
	}
	function setFooter() {
		if (document.getElementById) {
		var windowHeight = getWindowHeight();
		if (windowHeight > 0) {
			var contentHeight = document.getElementById('page').offsetHeight;
			var footerElement = document.getElementById('footer');
			var footerHeight  = footerElement.offsetHeight;
			if (windowHeight - (contentHeight + footerHeight) >= 0) {
				footerElement.style.position = 'relative';
				footerElement.style.top = (windowHeight - (contentHeight + footerHeight)) + 'px';
			} else {
				footerElement.style.position = 'static';
				}
			}
		}
	}
	window.onload = function() {
	setFooter();
	}
	window.onresize = function() {
		setFooter();
}
	
// SWFObject v1.4.4
if(typeof deconcept=="undefined"){var deconcept=new Object();}
if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}
if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}
deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a,_b){if(!document.getElementById){return;}
this.DETECT_KEY=_b?_b:"detectflash";
this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);
this.params=new Object();
this.variables=new Object();
this.attributes=new Array();
if(_1){this.setAttribute("swf",_1);}
if(id){this.setAttribute("id",id);}
if(w){this.setAttribute("width",w);}
if(h){this.setAttribute("height",h);}
if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}
this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();
if(c){this.addParam("bgcolor",c);}
var q=_8?_8:"high";
this.addParam("quality",q);
this.setAttribute("useExpressInstall",_7);
this.setAttribute("doExpressInstall",false);
var _d=(_9)?_9:window.location;
this.setAttribute("xiRedirectUrl",_d);
this.setAttribute("redirectUrl","");
if(_a){this.setAttribute("redirectUrl",_a);}};
deconcept.SWFObject.prototype={setAttribute:function(_e,_f){
this.attributes[_e]=_f;
},getAttribute:function(_10){
return this.attributes[_10];
},addParam:function(_11,_12){
this.params[_11]=_12;
},getParams:function(){
return this.params;
},addVariable:function(_13,_14){
this.variables[_13]=_14;
},getVariable:function(_15){
return this.variables[_15];
},getVariables:function(){
return this.variables;
},getVariablePairs:function(){
var _16=new Array();
var key;
var _18=this.getVariables();
for(key in _18){_16.push(key+"="+_18[key]);}
return _16;},getSWFHTML:function(){var _19="";
if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){
if(this.getAttribute("doExpressInstall")){
this.addVariable("MMplayerType","PlugIn");}
_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\"";
_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";
var _1a=this.getParams();
for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}
var _1c=this.getVariablePairs().join("&");
if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";
}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");}
_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\">";
_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";
var _1d=this.getParams();
for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}
var _1f=this.getVariablePairs().join("&");
if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}
return _19;
},write:function(_20){
if(this.getAttribute("useExpressInstall")){
var _21=new deconcept.PlayerVersion([6,0,65]);
if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){
this.setAttribute("doExpressInstall",true);
this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));
document.title=document.title.slice(0,47)+" - Flash Player Installation";
this.addVariable("MMdoctitle",document.title);}}
if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){
var n=(typeof _20=="string")?document.getElementById(_20):_20;
n.innerHTML=this.getSWFHTML();return true;
}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}
return false;}};
deconcept.SWFObjectUtil.getPlayerVersion=function(){
var _23=new deconcept.PlayerVersion([0,0,0]);
if(navigator.plugins&&navigator.mimeTypes.length){
var x=navigator.plugins["Shockwave Flash"];
if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}
}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}
catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}
catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}
catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}
return _23;};
deconcept.PlayerVersion=function(_27){
this.major=_27[0]!=null?parseInt(_27[0]):0;
this.minor=_27[1]!=null?parseInt(_27[1]):0;
this.rev=_27[2]!=null?parseInt(_27[2]):0;
};
deconcept.PlayerVersion.prototype.versionIsValid=function(fv){
if(this.major<fv.major){return false;}
if(this.major>fv.major){return true;}
if(this.minor<fv.minor){return false;}
if(this.minor>fv.minor){return true;}
if(this.rev<fv.rev){
return false;
}return true;};
deconcept.util={getRequestParameter:function(_29){
var q=document.location.search||document.location.hash;
if(q){var _2b=q.substring(1).split("&");
for(var i=0;i<_2b.length;i++){
if(_2b[i].substring(0,_2b[i].indexOf("="))==_29){
return _2b[i].substring((_2b[i].indexOf("=")+1));}}}
return "";}};
deconcept.SWFObjectUtil.cleanupSWFs=function(){if(window.opera||!document.all){return;}
var _2d=document.getElementsByTagName("OBJECT");
for(var i=0;i<_2d.length;i++){_2d[i].style.display="none";for(var x in _2d[i]){
if(typeof _2d[i][x]=="function"){_2d[i][x]=function(){};}}}};
deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};
__flash_savedUnloadHandler=function(){};
if(typeof window.onunload=="function"){
var _30=window.onunload;
window.onunload=function(){
deconcept.SWFObjectUtil.cleanupSWFs();_30();};
}else{window.onunload=deconcept.SWFObjectUtil.cleanupSWFs;}};
if(typeof window.onbeforeunload=="function"){
var oldBeforeUnload=window.onbeforeunload;
window.onbeforeunload=function(){
deconcept.SWFObjectUtil.prepUnload();
oldBeforeUnload();};
}else{window.onbeforeunload=deconcept.SWFObjectUtil.prepUnload;}
if(Array.prototype.push==null){
Array.prototype.push=function(_31){
this[this.length]=_31;
return this.length;};}
var getQueryParamValue=deconcept.util.getRequestParameter;
var FlashObject=deconcept.SWFObject;
var SWFObject=deconcept.SWFObject;

// Expanding Menus
var openLists = [], oIcount = 0;
function compactMenu(oID,oAutoCol,oPlMn,oMinimalLink) {
	if( !document.getElementsByTagName || !document.childNodes || !document.createElement ) { return; }
	var baseElement = document.getElementById( oID ); if( !baseElement ) { return; }
	compactChildren( baseElement, 0, oID, oAutoCol, oPlMn, baseElement.tagName.toUpperCase(), oMinimalLink && oPlMn );
}
function compactChildren( oOb, oLev, oBsID, oCol, oPM, oT, oML ) {
	if( !oLev ) { oBsID = escape(oBsID); if( oCol ) { openLists[oBsID] = []; } }
	for( var x = 0, y = oOb.childNodes; x < y.length; x++ ) { if( y[x].tagName ) {
		//for each immediate LI child
		var theNextUL = y[x].getElementsByTagName( oT )[0];
		if( theNextUL ) {
			//collapse the first UL/OL child
			theNextUL.style.display = 'none';
			//create a link for expanding/collapsing
			var newLink = document.createElement('A');
			newLink.setAttribute( 'href', '#' );
			newLink.onclick = new Function( 'clickSmack(this,' + oLev + ',\'' + oBsID + '\',' + oCol + ',\'' + escape(oT) + '\');return false;' );
			//wrap everything upto the child U/OL in the link
			if( oML ) { var theHTML = ''; } else {
				var theT = y[x].innerHTML.toUpperCase().indexOf('<'+oT);
				var theA = y[x].innerHTML.toUpperCase().indexOf('<A');
				var theHTML = y[x].innerHTML.substr(0, ( theA + 1 && theA < theT ) ? theA : theT );
				while( !y[x].childNodes[0].tagName || ( y[x].childNodes[0].tagName.toUpperCase() != oT && y[x].childNodes[0].tagName.toUpperCase() != 'A' ) ) {
					y[x].removeChild( y[x].childNodes[0] ); }
			}
			y[x].insertBefore(newLink,y[x].childNodes[0]);
			y[x].childNodes[0].innerHTML = oPM + theHTML.replace(/^\s*|\s*$/g,'');
			theNextUL.MWJuniqueID = oIcount++;
			compactChildren( theNextUL, oLev + 1, oBsID, oCol, oPM, oT, oML );
} } } }
function clickSmack( oThisOb, oLevel, oBsID, oCol, oT ) {
	if( oThisOb.blur ) { oThisOb.blur(); }
	oThisOb = oThisOb.parentNode.getElementsByTagName( unescape(oT) )[0];
	if( oCol ) {
		for( var x = openLists[oBsID].length - 1; x >= oLevel; x-=1 ) { if( openLists[oBsID][x] ) {
			openLists[oBsID][x].style.display = 'none'; if( oLevel != x ) { openLists[oBsID][x] = null; }
		} }
		if( oThisOb == openLists[oBsID][oLevel] ) { openLists[oBsID][oLevel] = null; }
		else { oThisOb.style.display = 'block'; openLists[oBsID][oLevel] = oThisOb; }
	} else { oThisOb.style.display = ( oThisOb.style.display == 'block' ) ? 'none' : 'block'; }
}
function stateToFromStr(oID,oFStr) {
	if( !document.getElementsByTagName || !document.childNodes || !document.createElement ) { return ''; }
	var baseElement = document.getElementById( oID ); if( !baseElement ) { return ''; }
	if( !oFStr && typeof(oFStr) != 'undefined' ) { return ''; } if( oFStr ) { oFStr = oFStr.split(':'); }
	for( var oStr = '', l = baseElement.getElementsByTagName(baseElement.tagName), x = 0; l[x]; x++ ) {
		if( oFStr && MWJisInTheArray( l[x].MWJuniqueID, oFStr ) && l[x].style.display == 'none' ) { l[x].parentNode.getElementsByTagName('a')[0].onclick(); }
		else if( l[x].style.display != 'none' ) { oStr += (oStr?':':'') + l[x].MWJuniqueID; }
	}
	return oStr;
}
function MWJisInTheArray(oNeed,oHay) { for( var i = 0; i < oHay.length; i++ ) { if( oNeed == oHay[i] ) { return true; } } return false; }
function selfLink(oRootElement,oClass,oExpand,oLink) {
	var tmpLink;
	if(!document.getElementsByTagName||!document.childNodes) { return; }
	oRootElement = document.getElementById(oRootElement);
	if( oLink ) {
		tmpLink = document.createElement('a');
		tmpLink.setAttribute('href',oLink);
	}
	for( var x = 0, y = oRootElement.getElementsByTagName('a'); y[x]; x++ ) {
		if( y[x].getAttribute('href') && !y[x].href.match(/#$/) && getRealAddress(y[x]) == getRealAddress(oLink?tmpLink:location) ) {
			y[x].className = (y[x].className?(y[x].className+' '):'') + oClass;
			if( oExpand ) {
				oExpand = false;
				for( var oEl = y[x].parentNode, ulStr = ''; oEl != oRootElement && oEl != document.body; oEl = oEl.parentNode ) {
					if( oEl.tagName && oEl.tagName == oRootElement.tagName ) { ulStr = oEl.MWJuniqueID + (ulStr?(':'+ulStr):''); } }
				stateToFromStr(oRootElement.id,ulStr);
} } } }
function getRealAddress(oOb) { return oOb.protocol + ( ( oOb.protocol.indexOf( ':' ) + 1 ) ? '' : ':' ) + oOb.hostname + ( ( typeof(oOb.pathname) == typeof(' ') && oOb.pathname.indexOf('/') != 0 ) ? '/' : '' ) + oOb.pathname + oOb.search; }
function expandCollapseAll(oElID,oState) {
	if(!document.getElementsByTagName||!document.childNodes) { return; }
	var oEl = document.getElementById(oElID);
	var oT = oEl.tagName;
	var oULs = oEl.getElementsByTagName(oT);
	for( var i = 0, oLnk; i < oULs.length; i++ ) {
		if( typeof(oULs[i].MWJuniqueID) != 'undefined' ) {
			oLnk = oULs[i].parentNode.getElementsByTagName( 'a' )[0];
			if( oLnk && ( ( oState && oULs[i].style.display == 'none' ) || ( !oState && oULs[i].style.display != 'none' ) ) ) {
				oLnk.onclick();
} } } }

function retrieveCookie( cookieName ) {
	/* retrieved in the format
	cookieName4=value; cookieName3=value; cookieName2=value; cookieName1=value
	only cookies for this domain and path will be retrieved */
	var cookieJar = document.cookie.split( "; " );
	for( var x = 0; x < cookieJar.length; x++ ) {
		var oneCookie = cookieJar[x].split( "=" );
		if( oneCookie[0] == escape( cookieName ) ) { return unescape( oneCookie[1] ); }
	}
	return null;
}

function setCookie( cookieName, cookieValue, lifeTime, path, domain, isSecure ) {
	if( !cookieName ) { return false; }
	if( lifeTime == "delete" ) { lifeTime = -10; } //this is in the past. Expires immediately.
	/* This next line sets the cookie but does not overwrite other cookies.
	syntax: cookieName=cookieValue[;expires=dataAsString[;path=pathAsString[;domain=domainAsString[;secure]]]]
	Because of the way that document.cookie behaves, writing this here is equivalent to writing
	document.cookie = whatIAmWritingNow + "; " + document.cookie; */
	document.cookie = escape( cookieName ) + "=" + escape( cookieValue ) +
		( lifeTime ? ";expires=" + ( new Date( ( new Date() ).getTime() + ( 1000 * lifeTime ) ) ).toGMTString() : "" ) +
		( path ? ";path=" + path : "") + ( domain ? ";domain=" + domain : "") + 
		( isSecure ? ";secure" : "");
	//check if the cookie has been set/deleted as required
	if( lifeTime < 0 ) { if( typeof( retrieveCookie( cookieName ) ) == "string" ) { return false; } return true; }
	if( typeof( retrieveCookie( cookieName ) ) == "string" ) { return true; } return false;
}


// Mailing List Form
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('7 $(a,c){8 $a=a||$.14||R;8 $c=c&&c.$4l&&c.1l(0)||c;l(1F 36!="24"){l($a.N==1g){8 S=I 1i("[^a-43-6I-6H-]");l(!S.41($a)){$c=$c&&$c.2L||R;l($c.2t($a).q==0){8 1m=$c.26($a);l(1m!=C)k 1m}}}H l($a.N==38){k $.1w($a,7(b){l(b.N==1g)k R.26(b);k b})}}8 T={B:$.2e($a,$c),$4l:"$6G: 27 $",1E:7(){k 6.1l().q},1l:7(i){k i==C?6.B:6.B[i]},E:7(f){D(8 i=0;i<6.1E();i++)$.1f(6.1l(i),f,[i]);k 6},3g:7(a,b){k 6.E(7(){l(b==C)D(8 j 1e a)$.W(6,j,a[j]);H $.W(6,a,b)})},3h:7(h){k h==C&&6.1E()?6.1l(0).1Z:6.3g("1Z",h)},2J:7(h){k h==C&&6.1E()?6.1l(0).2R:6.3g("2R",h)},1n:7(a,b){k a.N!=1g||b?6.E(7(){l(!b)D(8 j 1e a)$.W(6.L,j,a[j]);H $.W(6.L,a,b)}):$.1n(6.1l(0),a)},2s:7(){k 6.E(7(){8 d=$.1a(6,"V");l(d=="1z"||d==\'\')$(6).1v();H $(6).1u()})},1v:7(a){k 6.E(7(){6.L.V=6.$$2l?6.$$2l:\'\';l($.1a(6,"V")=="1z")6.L.V=\'34\'})},1u:7(a){k 6.E(7(){6.$$2l=$.1a(6,"V");l(6.$$2l=="1z")6.$$2l=\'34\';6.L.V=\'1z\'})},6F:7(c){k 6.E(7(){l($.2c(6,c))k;6.1j+=(6.1j.q>0?" ":"")+c})},6E:7(c){k 6.E(7(){6.1j=c==C?\'\':6.1j.1x(I 1i(\'(^|\\\\s*\\\\b[^-])\'+c+\'($|\\\\b(?=[^-]))\',\'g\'),\'\')})},6D:7(c){k 6.E(7(){l($.2c(6,c))6.1j=6.1j.1x(I 1i(\'(\\\\s*\\\\b[^-])\'+c+\'($|\\\\b(?=[^-]))\',\'g\'),\'\');H 6.1j+=(6.1j.q>0?" ":"")+c})},6C:7(){6.E(7(){6.U.4i(6)});6.B=[];k 6},6B:7(){8 a=$.1M(1O);k 6.E(7(){8 b=a[0].2k(Q);6.U.2M(b,6);1H(b.1X)b=b.1X;b.4k(6)})},4j:7(){8 1D=6.1E()>1;8 a=$.1M(1O);k 6.E(7(){D(8 i=0;i<a.q;i++)6.4k(1D?a[i].2k(Q):a[i])})},6A:7(){8 a=1O;k 6.E(7(){D(8 i=0;i<a.q;i++)$(a[i]).4j(6)})},6z:7(){8 1D=6.1E()>1;8 a=$.1M(1O);k 6.E(7(){D(8 i=a.q-1;i>=0;i--)6.2M(1D?a[i].2k(Q):a[i],6.1X)})},6y:7(){8 1D=6.1E()>1;8 a=$.1M(1O);k 6.E(7(){D(8 i=0;i<a.q;i++)6.U.2M(1D?a[i].2k(Q):a[i],6)})},6x:7(){8 1D=6.1E()>1;8 a=$.1M(1O);k 6.E(7(){D(8 i=a.q-1;i>=0;i--)6.U.2M(1D?a[i].2k(Q):a[i],6.6w)})},47:7(){k 6.E(7(){1H(6.1X)6.4i(6.1X)})},21:7(t,f){k 6.E(7(){1G(6,t,f)})},3D:7(t,f){k 6.E(7(){37(6,t,f)})},3C:7(t){k 6.E(7(){2U(6,t)})},2Q:7(t){8 1Y=[],F=[];6.E(7(){1Y[1Y.q]=6;F=$.Y(F,$.2e(t,6))});6.1Y=1Y;6.B=F;k 6},6v:7(){6.B=6.1Y;k 6},48:7(a){6.B=$.1w(6.B,7(d){k d.U});l(a)6.B=$.15(a,6.B).r;k 6},3a:7(a){6.B=$.1w(6.B,$.3a);l(a)6.B=$.15(a,6.B).r;k 6},6u:7(a){6.B=$.1w(6.B,$.12);l(a)6.B=$.15(a,6.B).r;k 6},15:7(t){6.B=$.15(t,6.B).r;k 6},2G:7(t){6.B=t.N==1g?$.15(t,6.B,16).r:$.1T(6.B,7(a){k a!=t});k 6},6t:7(t){6.B=$.Y(6.B,t.N==1g?$.2e(t):t.N==38?t:[t]);k 6},6s:7(t){k $.15(t,6.B).r.q>0},6r:7(t){k!6.s(t)}};D(8 i 1e $.G){l(T[i]!=C)T["1J"+i]=T[i];T[i]=$.G[i]}l(1F 36!="24"&&$a.N!=1g){l($c)$a=T.1l();D(8 i 1e T){(7(j){2P{l($a[j]==C){$a[j]=7(){k $.1f(T,T[j],1O)}}}2N(e){}})(i)}k $a}k T}$.1f=7(o,f,a){a=a||[];l(f.1f)k f.1f(o,a);H{8 p=[];D(8 i=0;i<a.q;i++)p[i]=\'a[\'+i+\']\';o.$$1C=6;8 r=2O(\'o.$$1C(\'+p.3k(\',\')+\')\');o.$$1C=C;k r}};$.1a=7(e,p){l(p==\'19\'||p==\'1y\'){l($.1a(e,"V")!=\'1z\')k p==\'19\'?e.3V||1K(e.L.19):e.3W||1K(e.L.1y);8 1p=e.L;8 4g=1p.2f;8 1A=1p.1Q;8 4h=1p.V;1p.2f=\'1q\';1p.1Q=\'3T\';1p.V=\'\';8 4f=e.6q||1K(e.L.19);8 4e=e.6p||1K(e.L.1y);1p.V=4h;1p.1Q=1A;1p.2f=4g;k p==\'19\'?4f:4e}l(e.L[p])k e.L[p];H l(e.4d)k e.4d[p];H l(R.3f&&R.3f.4c){p=p.1x(/([A-Z])/g,"-$1");p=p.2W();8 s=R.3f.4c(e,"");8 r=s?s.6o(p):p;k r}H k C};$.1n=$.1a;$.1M=7(a){8 r=[];D(8 i=0;i<a.q;i++)l(a[i].N==1g){8 2j=R.6n("2j");2j.1Z=a[i];D(8 j=0;j<2j.1b.q;j++)r[r.q]=2j.1b[j]}H l(a[i].q)D(8 j=0;j<a[i].q;j++)r[r.q]=a[i][j];H l(a[i]!=C)r[r.q]=a[i].2C?a[i]:R.6m(a[i].6l());k r};$.g={\'\':"m[2] == \'*\' || a.2B.3b() == m[2].3b()",\'#\':"a.2S == m[2]",\':\':{6k:"i < m[3]-0",6j:"i > m[3]-0",2i:"m[3] - 0 == i",6i:"m[3] - 0 == i",3e:"i == 0",17:"i == r.q - 1",4b:"i % 2 == 0",4a:"i % 2 == 1","3e-2g":"$.12(a,0).B","2i-2g":"(m[3] == \'4b\'?$.12(a,m[3]).n % 2 == 0 :(m[3] == \'4a\'?$.12(a,m[3]).n % 2 == 1:$.12(a,m[3]).B))","17-2g":"$.12(a,0,Q).B","2i-17-2g":"$.12(a,m[3],Q).B","3e-2h-u":"$.1U(a,0)","2i-2h-u":"$.1U(a,m[3])","17-2h-u":"$.1U(a,0,Q)","2i-17-2h-u":"$.1U(a,m[3],Q)","49-2h-u":"$.1U(a) == 1","49-2g":"$.12(a).q == 1",48:"a.1b.q > 0",47:"a.1b.q == 0",6h:"a == ( a.46 ? a.46 : R ).2L",6g:"(a.6f || a.1Z).O(m[3]) != -1",6e:"(!a.u || a.u != \'1q\') && ($.1a(a,\'V\') != \'1z\' && $.1a(a,\'2f\') != \'1q\')",1q:"(a.u && a.u == \'1q\') || $.1a(a,\'V\') == \'1z\' || $.1a(a,\'2f\') == \'1q\'",3m:"a.3d == 16",3d:"a.3d",2T:"a.2T"},".":"$.2c(a,m[2])","@":{"=":"$.W(a,m[3]) == m[4]","!=":"$.W(a,m[3]) != m[4]","~=":"$.2c($.W(a,m[3]),m[4])","|=":"$.W(a,m[3]).O(m[4]) == 0","^=":"$.W(a,m[3]).O(m[4]) == 0","$=":"$.W(a,m[3]).1o( $.W(a,m[3]).q - m[4].q, m[4].q ) == m[4]","*=":"$.W(a,m[3]).O(m[4]) >= 0","":"m[3] == \'*\' ? a.6d.q > 0 : $.W(a,m[3])"},"[":"$.2e(m[2],a).q > 0"};$.G={};$.2e=7(t,14){14=14||$.14||R;l(t.N!=1g)k[t];l(t.O("//")==0){14=14.2L;t=t.1o(2,t.q)}H l(t.O("/")==0){14=14.2L;t=t.1o(1,t.q);l(t.O(\'/\'))t=t.1o(t.O(\'/\'),t.q)}8 F=[14];8 1W=[];8 17=C;1H(t.q>0&&17!=t){8 r=[];17=t;t=$.1N(t);8 S=I 1i("^//","i");t=t.1x(S,"");l(t.O(\'..\')==0||t.O(\'/..\')==0){l(t.O(\'/\')==0)t=t.1o(1,t.q);r=$.1w(F,7(a){k a.U});t=t.1o(2,t.q);t=$.1N(t)}H l(t.O(\'>\')==0||t.O(\'/\')==0){r=$.1w(F,7(a){k(a.1b.q>0?$.12(a.1X):C)});t=t.1o(1,t.q);t=$.1N(t)}H l(t.O(\'+\')==0){r=$.1w(F,7(a){k $.12(a).42});t=t.1o(1,t.q);t=$.1N(t)}H l(t.O(\'~\')==0){r=$.1w(F,7(a){8 r=[];8 s=$.12(a);l(s.n>0)D(8 i=s.n;i<s.q;i++)r[r.q]=s[i];k r});t=t.1o(1,t.q);t=$.1N(t)}H l(t.O(\',\')==0||t.O(\'|\')==0){l(F[0]==14)F.45();1W=$.Y(1W,F);r=F=[14];t=" "+t.1o(1,t.q)}H{8 S=I 1i("^([#.]?)([a-2H-9\\\\*1J-]*)","i");8 m=S.1C(t);l(m[1]=="#"){8 3c=R.26(m[2]);r=3c?[3c]:[];t=t.1x(S,"")}H{l(m[2]==""||m[1]==".")m[2]="*";D(8 i=0;i<F.q;i++){8 o=F[i];l(o){6c(m[2]){1d\'*\':r=$.Y($.39(o),r);2K;1d\'1P\':1d\'6b\':1d\'6a\':1d\'1q\':1d\'69\':1d\'3E\':1d\'68\':1d\'67\':1d\'3G\':1d\'66\':r=$.Y($.1T($.1V(o,"2q"),7(a){k a.u==m[2]}),r);2K;1d\'2q\':r=$.Y($.1V(o,"2q"),r);r=$.Y($.1V(o,"3F"),r);r=$.Y($.1V(o,"3n"),r);2K;65:r=$.Y(r,$.1V(o,m[2]));2K}}}}}8 2J=$.15(t,r);F=r=2J.r;t=$.1N(2J.t)}l(F&&F[0]==14)F.45();1W=$.Y(1W,F);k 1W};$.1V=7(a,b){k a&&1F a.2t!="24"?a.2t(b):[]};$.W=7(o,a,v){l(a&&a.N==1g){8 2I={\'D\':\'64\',\'1P\':\'63\',\'62\':\'1j\',\'61\':\'60\'};a=(2I[a]&&2I[a].1x&&2I[a])||a;8 r=I 1i("-([a-z])","5Z");a=a.1x(r,7(z,b){k b.3b()});l(v!=C){o[a]=v;l(o.44)o.44(a,v)}k o[a]||o.5Y(a)||\'\'}H k\'\'};$.15=7(t,r,2G){8 g=$.1T;l(2G==16)8 g=7(a,f){k $.1T(a,f,Q)};1H(t.q>0&&t.5X(/^[:\\\\.#\\\\[a-43-Z\\\\*]/)){8 S=I 1i("^\\\\[ *@([a-2H-9\\\\(\\\\)1J-]+) *([~!\\\\|\\\\*$^=]*) *\'?\\"?([^\'\\"]*)\'?\\"? *\\\\]","i");8 m=S.1C(t);l(m!=C){m=[\'\',\'@\',m[2],m[1],m[3]]}H{8 S=I 1i("^(\\\\[) *([^\\\\]]*) *\\\\]","i");8 m=S.1C(t);l(m==C){8 S=I 1i("^(:)([a-2H-9\\\\*1J-]*)\\\\( *[\\"\']?([^ \\\\)\'\\"]*)[\'\\"]? *\\\\)","i");8 m=S.1C(t);l(m==C){8 S=I 1i("^([:\\\\.#]*)([a-2H-9\\\\*1J-]*)","i");8 m=S.1C(t)}}}t=t.1x(S,"");l(m[1]==":"&&m[2]=="2G")r=$.15(m[3],r,16).r;H{l($.g[m[1]].N==1g)8 f=$.g[m[1]];H l($.g[m[1]][m[2]])8 f=$.g[m[1]][m[2]];l(f!=C){2O("f = 7(a,i){k "+f+"}");r=g(r,f)}}}k{r:r,t:t}};$.3a=7(a){8 b=[];8 c=a.U;1H(c!=C&&c!=R){b[b.q]=c;c=c.U}k b};$.1N=7(t){k t.1x(/^\\s+|\\s+$/g,\'\')};$.1U=7(a,n,e){8 t=$.1T($.12(a),7(b){k b.2B==a.2B});l(e)n=t.q-n-1;k n!=C?t[n]==a:t.q};$.12=7(a,n,e){8 u=[];8 2d=a.U.1b;D(8 i=0;i<2d.q;i++){l(2d[i].2C==1)u[u.q]=2d[i];l(2d[i]==a)u.n=u.q-1}l(e)n=u.q-n-1;u.B=(u[n]==a);u.5W=(u.n>0?u[u.n-1]:C);u.42=(u.n<u.q-1?u[u.n+1]:C);k u};$.2c=7(e,a){l(e==C)k 16;l(e.1j!=C)e=e.1j;k I 1i("(^|\\\\s)"+a+"(\\\\s|$)").41(e)};$.39=7(o,r){r=r||[];8 s=o.1b;D(8 i=0;i<s.q;i++){l(s[i].2C==1){r[r.q]=s[i];$.39(s[i],r)}}k r};$.Y=7(a,b){8 d=[];D(8 j=0;j<b.q;j++)d[j]=b[j];D(8 i=0;i<a.q;i++){8 c=Q;D(8 j=0;j<b.q;j++)l(a[i]==b[j])c=16;l(c)d[d.q]=a[i]}k d};$.1T=7(a,f,s){8 r=[];l(a!=C)D(8 i=0;i<a.q;i++)l((!s&&f(a[i],i))||(s&&!f(a[i],i)))r[r.q]=a[i];k r};$.1w=7(a,f){8 r=[];D(8 i=0;i<a.q;i++){8 t=f(a[i],i);l(t!=C){l(t.N!=38)t=[t];r=$.Y(t,r)}}k r};7 1G(K,u,1B){l(K.5V)K=23;l(!1B.$$1S)1B.$$1S=1G.1S++;l(!K.1c)K.1c={};8 1h=K.1c[u];l(!1h){1h=K.1c[u]={};l(K["2b"+u])1h[0]=K["2b"+u]}1h[1B.$$1S]=1B;K["2b"+u]=2F};1G.1S=1;7 37(K,u,1B){l(K.1c){l(u&&K.1c[u]){l(1B){40 K.1c[u][1B.$$1S]}H{D(8 i 1e K.1c[u])40 K.1c[u][i]}}H{D(8 i 1e K.1c)37(K,i)}}};7 2U(K,u,X){X=X||[{u:u}];l(K&&K["2b"+u])$.1f(K,K["2b"+u],X)}7 2F(11){8 2E=Q;11=11||1R(23.11);8 1h=[];D(8 i 1e 6.1c[11.u])1h[1h.q]=6.1c[11.u][i];D(8 i=0;i<1h.q;i++){2P{l(1h[i].N==20){6.$$2F=1h[i];l(6.$$2F(11)===16){11.25();11.2D();2E=16}}}2N(e){}}k 2E};7 1R(11){11.25=1R.25;11.2D=1R.2D;k 11};1R.25=7(){6.2E=16};1R.2D=7(){6.5U=Q};$.G.1P=7(e){e=e||6.B;8 t="";D(8 j=0;j<e.q;j++){D(8 i=0;i<e[j].1b.q;i++)t+=e[j].1b[i].2C!=1?e[j].1b[i].5T:$.G.1P(e[j].1b[i].1b)}k t};32(7(){l(1F 36!="24"&&$.g==C&&$.1M==C)5S"5R: 5Q 5P 5O 3Z, 5N 5M 3Z 17."},5L);$.1L=7(s,o){l(o&&o.N==20)o={1I:o};o=o||{};8 29={"5K":5J,"5I":5H,"5G":5F,"5E":2A,"5D":5C,"5B":5A,"5z":2A};o.2a=1F s=="5y"?s:29[s]||2A;k o};$.G.1u=7(a,o){o=$.1L(a,o);k a?6.E(7(){I J.2Y(6,o).1u()}):6.3Y()};$.G.1v=7(a,o){o=$.1L(a,o);k a?6.E(7(){I J.2Y(6,o).1v()}):6.3X()};$.G.5x=7(a,o){o=$.1L(a,o);k 6.E(7(){I J.2v(6,o).1v("19")})};$.G.5w=7(a,o){o=$.1L(a,o);k 6.E(7(){I J.2v(6,o).1u("19")})};$.G.5v=7(a,o){o=$.1L(a,o);k a?6.E(7(){I J.2u(6,o).1u()}):6.3Y()};$.G.5u=7(a,o){o=$.1L(a,o);k a?6.E(7(){I J.2u(6,o).1v()}):6.3X()};$.G.3U=7(f){k 6.E(7(){l(!f&&6.2B==\'5t\'&&!6.3W&&!6.3V){8 T=6;32(7(){$(T).3U(Q)},13)}H{8 s=6.L;8 p=6.U;l($.1n(p,"1Q")==\'5s\')p.L.1Q=\'5r\';s.1Q=\'3T\';s.5q=1K(($.1n(p,"1y")-$.1n(6,"1y"))/2)+"33";s.5p=1K(($.1n(p,"19")-$.1n(6,"19"))/2)+"33"}})};$.30=7(e,p){8 a=e.L[p];8 o=$.1n(e,p);e.L[p]=\'31\';8 n=$.1n(e,p);l(o!=n)e.L[p]=a};7 J(M,1A,1t,35){8 z=6;z.a=7(){z.M.L[1t]=z.1s+z.o.3R};z.3S=7(){k z.M["2x"+1t]||z.M["5o"+35]||z.M["3H"+35]||z.B()};z.B=7(){k 1K($.1a(z.M,1t))};z.1v=7(){z.29("34");z.o.31=Q;z.2y(0,z.3S())};z.1u=7(){z.M.$o=$.1a(z.M,"2z");z.M["2x"+1t]=6.B();z.2y(z.B(),0)};z.29=7(a){l(y.V!=a)y.V=a};z.2s=7(){l(z.B()>0)z.1u();H z.1v()};z.2w=7(a){z.2y(z.B(),z.B()+a)};z.3Q=7(){3v(z.1r);z.1r=C};z.M=M.N==1g?R.26(M):M;8 y=z.M.L;z.3P=y.2z;y.2z="1q";z.o={3R:"33",2a:(1A&&1A.2a)||2A,1I:(1A&&1A.1I)||1A};z.3K=7(f,2Z){8 t=(I 3M).3L();8 p=(t-z.s)/z.o.2a;l(t>=z.o.2a+z.s){z.1s=2Z;z.3Q();32(7(){y.2z=z.3P;l(y.19=="3O"||y.1y=="3O")z.29("1z");l(1t!="28"&&z.o.31){$.30(z.M,"19");$.30(z.M,"1y")}l(z.o.1I.N==20){z.M.$1J=z.o.1I;z.M.$1J()}},13)}H z.1s=((-3N.5n(p*3N.5m)/2)+0.5)*(2Z-f)+f;z.a()};z.2y=7(f,t){l(z.1r)k;6.1s=f;z.a();z.2x=z.B();z.s=(I 3M).3L();z.1r=3t(7(){z.3K(f,t)},13)}}J.G=["1v","1u","2s"];J.1t=["3J","3I","5l","5k"];D(8 i 1e J.1t){(7(){8 c=J.1t[i];J[c]=7(a,b){k I J(a,b,c.2W(),c)}})()}J.2u=7(a,b){8 o=I J(a,b,"28");o.B=7(){k 5j(o.M.L.28)};o.a=7(){8 e=o.M.L;l(o.1s==1)o.1s=0.5i;l(23.2X)e.15="5h(28="+o.1s*5g+")";e.28=o.1s};o.2x=o.1s=1;o.a();k o};J.2v=7(e,o){8 z=6;8 h=I J.3J(e,o);l(o)o.1I=C;8 w=I J.3I(e,o);7 c(a,b,c){k(!a||a==c||b==c)}D(8 i 1e J.G){(7(){8 j=J.G[i];z[j]=7(a,b){l(c(a,b,"19"))h[j]();l(c(a,b,"1y"))w[j]()}})()}z.2w=7(c,d){h.2w(c);w.2w(d)}};J.2Y=7(e,o){8 z=6;8 r=I J.2v(e,o);l(o)o.1I=C;8 p=I J.2u(e,o);D(8 i 1e J.G){(7(){8 j=J.G[i];z[j]=7(a,b){p[j]();r[j](a,b)}})()}};8 e=["5f","5e","5d","2o","5c","3H","5b","3s","5a","59","58","57","56","55","3B","3z","54","3G","3F","3E","53","52","51","50","4Z","18"];D(8 i=0;i<e.q;i++){(7(){8 o=e[i];$.G[o]=7(f){k 6.21(o,f)};$.G["4Y"+o]=7(f){k 6.3D(o,f)};$.G["4X"+o]=7(){k 6.3C(o)};$.G["4W"+o]=7(f){k 6.21(o,7(e){l(6[o+f]!=C)k Q;6[o+f]++;k $.1f(6,f,[e])})};})()}$.G.3w=7(f,g){k 6.E(7(){8 1m=6;1G(6,"3B",7(e){8 p=(e.3A!=C?e.3A:e.3x);1H(p&&p!=1m)p=p.U;l(p==1m)k 16;k $.1f(1m,f,[e])});1G(6,"3z",7(e){8 p=(e.3y!=C?e.3y:e.3x);1H(p&&p!=1m)p=p.U;l(p==1m)k 16;k $.1f(1m,g,[e])})})};$.G.4V=$.G.3w;$.18=7(){l($.$$1r){3v($.$$1r);$.$$1r=C;D(8 i=0;i<$.$$18.q;i++)$.1f(R,$.$$18[i]);$.$$18=C}};l(R.3u)R.3u("4U",$.18,C);1G(23,"2o",$.18);$.G.18=7(f){k 6.E(7(){l($.$$1r){$.$$18.4T(f)}H{8 o=6;$.$$18=[f];$.$$1r=3t(7(){l(o&&o.2t&&o.26&&o.4S)$.18()},10)}})};$.G.4R=$.G.18;$.G.2s=7(a,b){k a&&b?6.3s(7(e){6.$$17=6.$$17==a?b:a;e.25();k $.1f(6,6.$$17,[e])||16}):6.4Q()};l(1F 2V==\'24\'&&1F 23.2X==\'7\'){8 2V=7(){k I 2X((4P.4O.2W().O(\'4N 5\')>=0)?"4M.3r":"4L.3r")}}$.P=7(u,1k,X,F){8 P=I 2V();l(P){P.4K(u||"2n",1k,Q);l(X)P.4J(\'4I-4H\',\'4G/x-4F-4E-4D\');P.4C=7(){l(P.4B==4){l(F)F(P);$.3p($.2r(P))}};P.4A(X)}};$.2r=7(r,u){k r.4z("4y-u").O("P")>0||u=="P"?r.4x:r.3i};$.1l=7(1k,F,u){$.P("2n",1k,C,7(r){l(F)F($.2r(r,u))})};$.4w=7(1k,F){$.1l(1k,F,"P")};$.3q=7(1k,X,F,u){$.P("3j",1k,$.2m(X),7(r){l(F)F($.2r(r,u))})};$.4v=7(1k,X,F){$.3q(1k,X,F,"P")};$.G.4u=7(2p){$.22=$.Y($.22,6.B);k 6.21(\'3o\',2p)};$.22=[];$.3p=7(X){D(8 i=0;i<$.22.q;i++)2U($.22[i],\'3o\',[X])};$.G.4t=7(2p){k 6.E(7(){8 a={};$(6).2Q("2q:2T,1q,1P,4s[@4r],3n").15(":3m").E(7(){a[6.3l||6.2S||6.U.3l||6.U.2S]=6.2R});$.P(6.4q||"2n",6.4p||"",$.2m(a),2p)})};$.2m=7(a){8 s=[];D(8 i 1e a)s[s.q]=i+"="+4o(a[i]);k s.3k("&")};$.G.2o=7(a,o,f){l(a&&a.N==20)k 6.21("2o",a);8 t="2n";l(o&&o.N==20){f=o;o=C}l(o!=C){o=$.2m(o);t="3j"}8 T=6;$.P(t,a,o,7(h){8 h=h.3i;T.3h(h).2Q("4n").E(7(){2P{2O(6.1P||6.4m||6.1Z)}2N(e){}});l(f)f(h)});k 6};',62,417,'||||||this|function|var||||||||||||return|if|||||length||||type|||||||cur|null|for|each|ret|fn|else|new|fx|element|style|el|constructor|indexOf|xml|true|document|re|self|parentNode|display|attr|data|merge|||event|sibling||context|filter|false|last|ready|height|getCSS|childNodes|events|case|in|apply|String|handlers|RegExp|className|url|get|obj|css|substr|els|hidden|timer|now|ty|hide|show|map|replace|width|none|op|handler|exec|clone|size|typeof|addEvent|while|onComplete|_|parseInt|speed|clean|cleanSpaces|arguments|text|position|fixEvent|guid|grep|ofType|tag|done|firstChild|old|innerHTML|Function|bind|ajaxHandles|window|undefined|preventDefault|getElementById||opacity|ss|duration|on|hasWord|tmp|Select|visibility|child|of|nth|div|cloneNode|oldblock|param|GET|load|callback|input|httpData|toggle|getElementsByTagName|Opacity|Resize|modify|io|custom|overflow|400|nodeName|nodeType|stopPropagation|returnValue|handleEvent|not|z0|fix|val|break|documentElement|insertBefore|catch|eval|try|find|value|id|checked|triggerEvent|XMLHttpRequest|toLowerCase|ActiveXObject|FadeSize|tt|setAuto|auto|setTimeout|px|block|tz|Prototype|removeEvent|Array|getAll|parents|toUpperCase|oid|disabled|first|defaultView|set|html|responseText|POST|join|name|enabled|textarea|ajax|triggerAJAX|post|XMLHTTP|click|setInterval|addEventListener|clearInterval|hover|relatedTarget|toElement|mouseout|fromElement|mouseover|trigger|unbind|submit|select|reset|scroll|Width|Height|step|getTime|Date|Math|0px|oo|clear|unit|max|absolute|center|offsetHeight|offsetWidth|_show|_hide|jQuery|delete|test|next|zA|setAttribute|shift|ownerDocument|empty|parent|only|odd|even|getComputedStyle|currentStyle|oWidth|oHeight|ov|od|removeChild|append|appendChild|jquery|textContent|script|encodeURIComponent|action|method|selected|option|serialize|handleAJAX|postXML|getXML|responseXML|content|getResponseHeader|send|readyState|onreadystatechange|urlencoded|form|www|application|Type|Content|setRequestHeader|open|Msxml2|Microsoft|msie|userAgent|navigator|_toggle|onready|body|push|DOMContentLoaded|onhover|one|do|un|error|abort|keyup|keypress|keydown|change|mousemove|mouseleave|mouseenter|mouseup|mousedown|dblclick|unload|resize|contextmenu|focus|blur|100|alpha|9999|parseFloat|Top|Left|PI|cos|natural|top|left|relative|static|IMG|fadeIn|fadeOut|slideUp|slideDown|number|normal|75|xfast|200|fast|medium|600|slow|850|xslow|1200|crawl|1000|include|please|overwriting|are|You|Error|throw|nodeValue|cancelBubble|location|prev|match|getAttribute|ig|cssFloat|float|class|cssText|htmlFor|default|file|password|image|button|checkbox|radio|switch|attributes|visible|innerText|contains|root|eq|gt|lt|toString|createTextNode|createElement|getPropertyValue|clientWidth|clientHeight|isNot|is|add|siblings|end|nextSibling|after|before|prepend|appendTo|wrap|remove|toggleClass|removeClass|addClass|Rev|9_|Z0'.split('|'),0,{}))

if( document.addEventListener ) document.addEventListener( 'DOMContentLoaded', mailform, false );

function mailform()
{
  $( 'form.list_form' ).hide().end();
  $( 'form.list_form' ).find( 'li/label' ).not( '.nocmx' ).each( function( i ){
    var labelContent = this.innerHTML;
    var labelWidth = document.defaultView.getComputedStyle( this, '' ).getPropertyValue( 'width' );
    var labelSpan = document.createElement( 'span' );
        labelSpan.style.display = 'block';
        labelSpan.style.width = labelWidth;
        labelSpan.innerHTML = labelContent;
    this.style.display = '-moz-inline-box';
    this.innerHTML = null;
    this.appendChild( labelSpan );
  } ).end();
  $( 'form.list_form' ).show().end();
}

function setFocus(aField) {
	document.forms[0][aField].focus();
}

function isEmpty(aTextField) {
	if ((document.forms[0][aTextField].value.length==0) || (document.forms[0][aTextField].value==null)) {
		return true;
	} else { 
		return false;
	}
}

/*
function poll_validate()
{
	if (isEmpty("location")) {
		alert("Please fill in your location.");
		setFocus("location");
		return false;
	}
	if (isEmpty("doll_name")) {
		alert("Please fill in your doll name.");
		setFocus("doll_name");
		return false;
	}
	if (isEmpty("hear")) {
		alert("Please fill in how you heard about Blythe.");
		setFocus("hear");
		return false;
	}
	if (isEmpty("dream")) {
		alert("Please fill in your \"Dream Blythe\".");
		setFocus("dream");
		return false;
	}
	if (isEmpty("email")) {
		alert("Please fill in your email.");
		setFocus("email");
		return false;
	}
		return true;
}
*/

function validateEmail()
{
	var result = false
	var theStr = new String(this.document.take.email.value)
	var index = theStr.indexOf("@");
	if (index > 0)
	{
		var pindex = theStr.indexOf(".",index);
		if ((pindex > index+1) && (theStr.length > pindex+1))
		result = true;
	}
	if ( ! ( result ) )
	{
		alert("Please enter a valid Email Address");
		this.document.take.email.focus();
	}
	return result;
}

// Comments Pop-Up
function open_me(newin)
{
	comments=window.open(newin,"comments","resizable=no,scrollbars=yes,width=460,height=600,top=0,left=0")
	comments.opener = self;
}

// Comments Form
if( document.addEventListener ) document.addEventListener( 'DOMContentLoaded', comment_form, false );

function comment_form() {
  $( 'form.comment_form' ).hide().end();
  $( 'form.comment_form' ).find( 'li/label' ).not( '.nocmx' ).each( function( i ){
    var labelContent = this.innerHTML;
    var labelWidth = document.defaultView.getComputedStyle( this, '' ).getPropertyValue( 'width' );
    var labelSpan = document.createElement( 'span' );
        labelSpan.style.display = 'block';
        labelSpan.style.width = labelWidth;
        labelSpan.innerHTML = labelContent;
    this.style.display = '-moz-inline-box';
    this.innerHTML = null;
    this.appendChild( labelSpan );
  } ).end();
  $( 'form.comment_form' ).show().end();
}
	
function comm_validate() {
	if (isEmpty("comment_name")) {
		alert("Please fill in your name.");
		setFocus("comment_name");
		return false;
	}

	if (isEmpty("comment_message")) {
		alert("Please fill in a comment.");
		setFocus("comment_message");
		return false;
	}
		return true;
}

