From: <Salvato da Windows Internet Explorer 8>
Subject: 'CoralWarm' European project for study on coral reefs and global warming
Date: Wed, 7 Jul 2010 17:07:47 +0200
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0000_01CB1DF6.EC598080"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579

This is a multi-part message in MIME format.

------=_NextPart_000_0000_01CB1DF6.EC598080
Content-Type: text/html;
	charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://sciencia.org/story.php?id=812053&cmd=dugg

=EF=BB=BF<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" =
"http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML><HEAD><TITLE>'CoralWarm' European project for study on coral reefs =
and global warming</TITLE>
<META content=3D"text/html; charset=3Dutf-8" http-equiv=3DContent-Type>
<META content=3DIE=3D8 http-equiv=3DX-UA-Compatible>
<META content=3Dno-cache http-equiv=3DPragma>
<META name=3Dkeywords=20
content=3D"Science,Social Network,Biology,Life =
Sciences,Society,Geography,Earth =
Sciences,Business,Chemistry,Engineering,Health,Mathematics">
<META name=3Ddescription=20
content=3D"Sciencia is a social network offering you the very latest =
news headlines, references and resources from science journals, books =
and websites. The site features the basic and applied life and earth =
sciences biology and geography, and covers chemistry including physics, =
the health sciences, engineering, mathematics, and sciences associated =
with business and society."><LINK=20
rel=3Dstylesheet type=3Dtext/css=20
href=3D"http://sciencia.org/templates/sciencia/images/style.css">
<SCRIPT language=3DJavaScript type=3Dtext/JavaScript>
<!--
var http =3D createRequestObject();

function createRequestObject()=20
{
	var ro;
	var browser =3D navigator.appName;
	if(browser =3D=3D "Microsoft Internet Explorer")
	{
		ro =3D new ActiveXObject("Microsoft.XMLHTTP");
	}
	else
	{
		ro =3D new XMLHttpRequest();
	}
	return ro;
}

function digResponse()=20
{
	if(http.readyState =3D=3D 4)
	{
        var response =3D http.responseText;
	=09
		returned =3D response.split('|');

		if(response.indexOf('|' !=3D -1))=20
		{
			var id=3Dreturned[1];
			var numdigs=3Dreturned[2];
			var status=3Dreturned[0];
		=09
			if(status =3D=3D '1')
			{
				document.getElementById('digbut'+id).innerHTML =3D 'Dug';
				document.getElementById('numdigs'+id).innerHTML =3D numdigs;
  			}
			else if(status =3D=3D '2')
			{
				document.getElementById('digbut'+id).innerHTML =3D 'Dug';
			}
			else if(status =3D=3D '0')
			{
				document.getElementById('digbut'+id).innerHTML =3D '<a =
href=3D"http://sciencia.org/login.php" =
style=3D"color:#FFFFFF;">Login<\/a>';
			}
		}
    }
}

function cdigResponse()=20
{
	if(http.readyState =3D=3D 4)
	{
        var response =3D http.responseText;
	=09
		returned =3D response.split('|');

		if(response.indexOf('|' !=3D -1))=20
		{
			var id=3Dreturned[1];
			var numdigs=3Dreturned[2];
			var status=3Dreturned[0];
		=09
			if(status =3D=3D '1')
			{
				document.getElementById('comd'+id).innerHTML =3D numdigs+' digs';
				document.getElementById('cup'+id).className =3D 'opacityit';
				document.getElementById('cdown'+id).className =3D 'opacityit';
  			}
			else if(status =3D=3D '2')
			{
				// Already dug comment
				document.getElementById('cup'+id).className =3D 'opacityit';
				document.getElementById('cdown'+id).className =3D 'opacityit';
			}
			else if(status =3D=3D '0')
			{
				document.getElementById('comd'+id).innerHTML =3D '<a =
href=3D"http://sciencia.org/login.php" =
style=3D"color:#FFFFFF;">Login<\/a>';
			}
		}
    }
}

function buryResponse()=20
{
	if(http.readyState =3D=3D 4)
	{
        var response =3D http.responseText;
	=09
		returned =3D response.split('|');

		if(response.indexOf('|' !=3D -1))=20
		{
			var id=3Dreturned[1];
			var status=3Dreturned[0];
		=09
			if(status =3D=3D '0')
			{
				document.getElementById('digbut'+id).innerHTML =3D '<a =
href=3D"http://sciencia.org/login.php" =
style=3D"color:#FFFFFF;">Login<\/a>';
			}
			else
			{
				document.getElementById('storyb'+id).style.filter =3D =
"Alpha(Opacity=3D80)";
				document.getElementById('storyb'+id).style.opacity =3D ".2";
				document.getElementById('digbut'+id).innerHTML =3D 'Buried';
				document.getElementById('storyb'+id).disabled =3D true;
			}
		}
	}
}

function dig(id)
{
	document.getElementById('digbut'+id).innerHTML =3D 'sending';

	http.open('get', 'http://sciencia.org/dig.php?i=3D'+id);
    http.onreadystatechange =3D digResponse;
    http.send(null);
}

function digcom(comment_id,dir,story_id)
{
	http.open('get', =
'http://sciencia.org/dig.php?type=3Dcomm&i=3D'+comment_id+'&story=3D'+sto=
ry_id+'&dir=3D'+dir);
    http.onreadystatechange =3D cdigResponse;
    http.send(null);

	if(0 =3D=3D 0)
	{
		return;
	}

	if(dir =3D=3D 0)
	{
		dispcomment(comment_id,false,0);
	}
}

function bury_story(id)
{
	http.open('get', 'http://sciencia.org/bury.php?i=3D'+id);
    http.onreadystatechange =3D buryResponse;
    http.send(null);
}

function inclickcheck(field,def,val)
{
	if(field.value =3D=3D def)
	{
		field.value =3D val;
	}
}

function changeuser(field,but)
{
	if(field.value =3D=3D '')
	{
		document.getElementById(but).disabled =3D true;
	}
	else
	{
		document.getElementById(but).disabled =3D false;
	}
}

function checkavail(field)
{
	username =3D document.getElementById(field).value;
=09
	if(username.length < 4)
	{
		document.getElementById('availres').innerHTML =3D 'The username =
"'+username+'" is too short';
		return;
	}
	else if(username.length > 16)
	{
		document.getElementById('availres').innerHTML =3D 'The username =
"'+username+'" is too long';
		return;
	}
=09
	http.open('get', 'http://sciencia.org/signup.php?avail=3D'+username);
    http.onreadystatechange =3D availResponse;
    http.send(null);
}

function availResponse()=20
{
	if(http.readyState =3D=3D 4)
	{
        var response =3D http.responseText;
	=09
		returned =3D response.split('|');

		if(response.indexOf('|' !=3D -1))=20
		{
			var username=3Dreturned[0];
			var status=3Dreturned[1];

			if(status =3D=3D 1)
			{
				document.getElementById('availres').innerHTML =3D 'The username =
"'+username+'" is available';
			}
			else
			{
				document.getElementById('availres').innerHTML =3D 'Sorry, The =
username "'+username+'" is taken';
			}
		}
	}
}

function dispcomment(id,show,ctype)
{=09
	if(ctype =3D=3D 0)
	{
		if(show)
		{
			document.getElementById('commdesc'+id).style.display =3D '';
			document.getElementById('commbut'+id).innerHTML =3D 'Buried [<a =
href=3D"javascript:dispcomment('+id+',false,0);">Hide Comment</a>]';
		}
		else
		{
			document.getElementById('commdesc'+id).style.display =3D 'none';
			document.getElementById('commbut'+id).innerHTML =3D 'Buried [<a =
href=3D"javascript:dispcomment('+id+',true,0);">Show Comment</a>]';
		}
	}
	else if(ctype =3D=3D 1)
	{
		if(show)
		{
			document.getElementById('commdesc'+id).style.display =3D '';
			document.getElementById('commbut'+id).innerHTML =3D 'Below Threshold =
[<a href=3D"javascript:dispcomment('+id+',false,1);">Hide Comment</a>]';
		}
		else
		{
			document.getElementById('commdesc'+id).style.display =3D 'none';
			document.getElementById('commbut'+id).innerHTML =3D 'Below Threshold =
[<a href=3D"javascript:dispcomment('+id+',true,1);">Show Comment</a>]';
		}
	}
}

function openWindow(theURL,winName,features)=20
{
	window.open(theURL,winName,features);
}

function cat_over(cat)
{
	cat.className =3D 'menusel';
}

function cat_out(cat)
{
	cat.className =3D 'menuuns';
}

function subnav(id)
{
	cat_list =3D '<table cellpadding=3D"0" cellspacing=3D"0" =
border=3D"0"><tr>';

	cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/cat.php?i=3D'+id+'" =
class=3D"catmenu">All</a></td>';

=09
	if(id =3D=3D 1)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/9/Agriculture/1.html" =
class=3D"catmenu">Agriculture</a></td>';

	}
=09
	if(id =3D=3D 1)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/12/Anatomy/1.html" =
class=3D"catmenu">Anatomy</a></td>';

	}
=09
	if(id =3D=3D 1)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/13/Biotechnology/1.html" =
class=3D"catmenu">Biotechnology</a></td>';

	}
=09
	if(id =3D=3D 1)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/14/Ecology/1.html" =
class=3D"catmenu">Ecology</a></td>';

	}
=09
	if(id =3D=3D 1)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/11/Environment/1.html" =
class=3D"catmenu">Environment</a></td>';

	}
=09
	if(id =3D=3D 1)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/15/Evolution/1.html" =
class=3D"catmenu">Evolution</a></td>';

	}
=09
	if(id =3D=3D 1)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/10/Forestry/1.html" =
class=3D"catmenu">Forestry</a></td>';

	}
=09
	if(id =3D=3D 1)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/16/Microbiology/1.html" =
class=3D"catmenu">Microbiology</a></td>';

	}
=09
	if(id =3D=3D 1)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/17/Physiology/1.html" =
class=3D"catmenu">Physiology</a></td>';

	}
=09
	if(id =3D=3D 1)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/18/Zoology/1.html" =
class=3D"catmenu">Zoology</a></td>';

	}
=09
	if(id =3D=3D 7)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/22/Accounting/1.html" =
class=3D"catmenu">Accounting</a></td>';

	}
=09
	if(id =3D=3D 7)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/23/Administration/1.html" =
class=3D"catmenu">Administration</a></td>';

	}
=09
	if(id =3D=3D 7)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/24/Economics/1.html" =
class=3D"catmenu">Economics</a></td>';

	}
=09
	if(id =3D=3D 7)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/25/Finance/1.html" =
class=3D"catmenu">Finance</a></td>';

	}
=09
	if(id =3D=3D 7)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/26/Management/1.html" =
class=3D"catmenu">Management</a></td>';

	}
=09
	if(id =3D=3D 7)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/27/Marketing/1.html" =
class=3D"catmenu">Marketing</a></td>';

	}
=09
	if(id =3D=3D 7)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/28/Nonprofits/1.html" =
class=3D"catmenu">Nonprofits</a></td>';

	}
=09
	if(id =3D=3D 3)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/29/Biochemistry/1.html" =
class=3D"catmenu">Biochemistry</a></td>';

	}
=09
	if(id =3D=3D 3)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/30/Food/1.html" =
class=3D"catmenu">Food</a></td>';

	}
=09
	if(id =3D=3D 3)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/31/Inorganics/1.html" =
class=3D"catmenu">Inorganics</a></td>';

	}
=09
	if(id =3D=3D 3)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/32/Materials/1.html" =
class=3D"catmenu">Materials</a></td>';

	}
=09
	if(id =3D=3D 3)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/33/Organics/1.html" =
class=3D"catmenu">Organics</a></td>';

	}
=09
	if(id =3D=3D 3)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/35/Physics/1.html" =
class=3D"catmenu">Physics</a></td>';

	}
=09
	if(id =3D=3D 3)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/34/Toxicology/1.html" =
class=3D"catmenu">Toxicology</a></td>';

	}
=09
	if(id =3D=3D 4)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/36/Architecture/1.html" =
class=3D"catmenu">Architecture</a></td>';

	}
=09
	if(id =3D=3D 4)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/37/Chemical_Engineering/1.html" =
class=3D"catmenu">Chemical Engineering</a></td>';

	}
=09
	if(id =3D=3D 4)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/38/Civil_Engineering/1.html" =
class=3D"catmenu">Civil Engineering</a></td>';

	}
=09
	if(id =3D=3D 4)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/39/Communication/1.html" =
class=3D"catmenu">Communication</a></td>';

	}
=09
	if(id =3D=3D 4)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/40/Control_Systems/1.html" =
class=3D"catmenu">Control Systems</a></td>';

	}
=09
	if(id =3D=3D 4)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/41/Electronics/1.html" =
class=3D"catmenu">Electronics</a></td>';

	}
=09
	if(id =3D=3D 4)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/42/Industrial/1.html" =
class=3D"catmenu">Industrial</a></td>';

	}
=09
	if(id =3D=3D 4)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/43/Mechanical/1.html" =
class=3D"catmenu">Mechanical</a></td>';

	}
=09
	if(id =3D=3D 2)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/21/Astronomy/1.html" =
class=3D"catmenu">Astronomy</a></td>';

	}
=09
	if(id =3D=3D 2)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/19/Geology/1.html" =
class=3D"catmenu">Geology</a></td>';

	}
=09
	if(id =3D=3D 2)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/20/Meteorology/1.html" =
class=3D"catmenu">Meteorology</a></td>';

	}
=09
	if(id =3D=3D 6)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/44/Audiology/1.html" =
class=3D"catmenu">Audiology</a></td>';

	}
=09
	if(id =3D=3D 6)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/45/Dentistry/1.html" =
class=3D"catmenu">Dentistry</a></td>';

	}
=09
	if(id =3D=3D 6)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/46/Dermatology/1.html" =
class=3D"catmenu">Dermatology</a></td>';

	}
=09
	if(id =3D=3D 6)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/47/Endocrinology/1.html" =
class=3D"catmenu">Endocrinology</a></td>';

	}
=09
	if(id =3D=3D 6)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/48/Gastroenterology/1.html" =
class=3D"catmenu">Gastroenterology</a></td>';

	}
=09
	if(id =3D=3D 6)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/49/Healthcare/1.html" =
class=3D"catmenu">Healthcare</a></td>';

	}
=09
	if(id =3D=3D 6)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/50/Immunology/1.html" =
class=3D"catmenu">Immunology</a></td>';

	}
=09
	if(id =3D=3D 6)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/51/Medicine/1.html" =
class=3D"catmenu">Medicine</a></td>';

	}
=09
	if(id =3D=3D 6)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/52/Neurology/1.html" =
class=3D"catmenu">Neurology</a></td>';

	}
=09
	if(id =3D=3D 6)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/53/Nutrition/1.html" =
class=3D"catmenu">Nutrition</a></td>';

	}
=09
	if(id =3D=3D 6)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/54/Oncology/1.html" =
class=3D"catmenu">Oncology</a></td>';

	}
=09
	if(id =3D=3D 6)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/55/Pathology/1.html" =
class=3D"catmenu">Pathology</a></td>';

	}
=09
	if(id =3D=3D 6)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/56/Pharmacology/1.html" =
class=3D"catmenu">Pharmacology</a></td>';

	}
=09
	if(id =3D=3D 6)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/57/Psychiatry/1.html" =
class=3D"catmenu">Psychiatry</a></td>';

	}
=09
	if(id =3D=3D 6)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/58/Psychology/1.html" =
class=3D"catmenu">Psychology</a></td>';

	}
=09
	if(id =3D=3D 6)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/59/Radiology/1.html" =
class=3D"catmenu">Radiology</a></td>';

	}
=09
	if(id =3D=3D 6)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/60/Rheumatology/1.html" =
class=3D"catmenu">Rheumatology</a></td>';

	}
=09
	if(id =3D=3D 6)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/61/Surgery/1.html" =
class=3D"catmenu">Surgery</a></td>';

	}
=09
	if(id =3D=3D 5)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/62/Informatics/1.html" =
class=3D"catmenu">Informatics</a></td>';

	}
=09
	if(id =3D=3D 5)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/63/Statistics/1.html" =
class=3D"catmenu">Statistics</a></td>';

	}
=09
	if(id =3D=3D 8)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/64/Anthropology/1.html" =
class=3D"catmenu">Anthropology</a></td>';

	}
=09
	if(id =3D=3D 8)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/65/Archaeology/1.html" =
class=3D"catmenu">Archaeology</a></td>';

	}
=09
	if(id =3D=3D 8)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/66/Arts/1.html" =
class=3D"catmenu">Arts</a></td>';

	}
=09
	if(id =3D=3D 8)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/68/Education/1.html" =
class=3D"catmenu">Education</a></td>';

	}
=09
	if(id =3D=3D 8)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/69/Family/1.html" =
class=3D"catmenu">Family</a></td>';

	}
=09
	if(id =3D=3D 8)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/70/History/1.html" =
class=3D"catmenu">History</a></td>';

	}
=09
	if(id =3D=3D 8)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/67/Law_and_Crime/1.html" =
class=3D"catmenu">Law and Crime</a></td>';

	}
=09
	if(id =3D=3D 8)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/71/Linguistics/1.html" =
class=3D"catmenu">Linguistics</a></td>';

	}
=09
	if(id =3D=3D 8)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/72/Literature/1.html" =
class=3D"catmenu">Literature</a></td>';

	}
=09
	if(id =3D=3D 8)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/73/Philosophy/1.html" =
class=3D"catmenu">Philosophy</a></td>';

	}
=09
	if(id =3D=3D 8)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/74/Politics/1.html" =
class=3D"catmenu">Politics</a></td>';

	}
=09
	if(id =3D=3D 8)
	{
	=09
		cat_list =3D cat_list + '<td =
style=3D"padding-left:12px;padding-right:12px;"><a =
href=3D"http://sciencia.org/view/75/Religion/1.html" =
class=3D"catmenu">Religion</a></td>';

	}
=09

	cat_list =3D cat_list + '</tr></table>';

	document.getElementById('subn').style.display =3D '';
	document.getElementById('subcontent').innerHTML =3D cat_list;
}
//-->
</SCRIPT>

<STYLE type=3Dtext/css>#tabsB {
	LINE-HEIGHT: normal; WIDTH: 100%; FLOAT: right; FONT-SIZE: 93%
}
#tabsB UL {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: =
0px; PADDING-RIGHT: 0px; LIST-STYLE-IMAGE: none; PADDING-TOP: 0px
}
#tabsB LI {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: =
0px; DISPLAY: inline; PADDING-TOP: 0px
}
#tabsB A {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 4px; PADDING-RIGHT: =
0px; BACKGROUND: =
url(http://sciencia.org/templates/sciencia/images/tableftB.gif) =
no-repeat left top; FLOAT: left; TEXT-DECORATION: none; PADDING-TOP: 0px
}
#tabsB A SPAN {
	PADDING-BOTTOM: 4px; PADDING-LEFT: 6px; PADDING-RIGHT: 15px; DISPLAY: =
block; BACKGROUND: =
url(http://sciencia.org/templates/sciencia/images/tabrightB.gif) =
no-repeat right top; FLOAT: left; COLOR: #ffffff; PADDING-TOP: 5px
}
#tabsB A SPAN {
	FLOAT: none
}
#tabsB A:hover SPAN {
	COLOR: #ffffff
}
#tabsB A:hover {
	BACKGROUND-POSITION: 0% -42px
}
#tabsB A:hover SPAN {
	BACKGROUND-POSITION: 100% -42px
}
#tabsB #current A {
	BACKGROUND-POSITION: 0% -42px
}
#tabsB #current A SPAN {
	BACKGROUND-POSITION: 100% -42px
}
.digbox {
	BACKGROUND-IMAGE: =
url(http://sciencia.org/templates/sciencia/images/digg_back.jpg)
}
.menuuns {
	BACKGROUND-IMAGE: =
url(http://sciencia.org/templates/sciencia/images/top_back.gif)
}
.menusel {
	BACKGROUND-IMAGE: =
url(http://sciencia.org/templates/sciencia/images/top_back2.gif)
}
BODY {
	BACKGROUND-COLOR: #333333
}
</STYLE>

<META name=3DGENERATOR content=3D"MSHTML 8.00.6001.18854"></HEAD>
<BODY><BR>
<TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D1128 =
align=3Dcenter>
  <TBODY>
  <TR>
    <TD width=3D200 align=3Dleft><A title=3DHome =
href=3D"http://sciencia.org/"><IMG=20
      border=3D0 alt=3D""=20
      =
src=3D"http://sciencia.org/templates/sciencia/images/logo.gif"></A> =
</TD>
    <TD width=3D474 align=3Dleft><SPAN class=3Dheadlogo><A=20
      href=3D"http://sciencia.org/"><FONT size=3D5>Sciencia - Science =
News,=20
      References and Resources</FONT></A></SPAN> </TD>
    <TD vAlign=3Dtop width=3D350 align=3Dright><A=20
      href=3D"http://sciencia.org/add_story.php">Submit Story</A> | <A=20
      href=3D"http://sciencia.org/signup.php">Join</A> | <A=20
      href=3D"http://sciencia.org/login.php">Login</A> <BR><BR><BR>
      <FORM=20
      style=3D"PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; =
PADDING-RIGHT: 0px; PADDING-TOP: 0px"=20
      method=3Dget name=3Dform1 =
action=3Dhttp://sciencia.org/search.php><INPUT=20
      onblur=3D"inclickcheck(this,'','Search');" id=3Dq=20
      onfocus=3D"inclickcheck(this,'Search','');" value=3DSearch =
size=3D43 type=3Dtext=20
      name=3Dq> <INPUT value=3DGo type=3Dsubmit name=3DSubmit> =
</FORM></TD></TR>
  <TR>
    <TD background=3D"">&nbsp;</TD></TR></TBODY></TABLE>
<TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D1128 =
align=3Dcenter>
  <TBODY>
  <TR>
    <TD bgColor=3D#ffffff height=3D1></TD></TR>
  <TR>
    <TD=20
    style=3D"BACKGROUND-IMAGE: =
url(http://sciencia.org/templates/sciencia/images/cat_gradient.gif); =
BACKGROUND-REPEAT: repeat-x; PADDING-TOP: 2px"=20
    bgColor=3D#ffffff height=3D25 vAlign=3Dtop>
      <TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D1128>
        <TBODY>
        <TR>
          <TD vAlign=3Dtop align=3Dmiddle><A class=3Dcatmenu=20
            href=3D"http://sciencia.org/viewall/1.html">View All</A> =
</TD>
          <TD style=3D"PADDING-TOP: 2px" class=3Dcatmenu =
align=3Dmiddle><IMG=20
            =
src=3D"http://sciencia.org/templates/sciencia/images/sep.gif" width=3D3=20
            height=3D1> </TD>
          <TD vAlign=3Dtop align=3Dmiddle><A class=3Dcatmenu=20
            href=3D"javascript:subnav(1);">Biology</A> </TD>
          <TD style=3D"PADDING-TOP: 2px" class=3Dcatmenu =
align=3Dmiddle><IMG=20
            =
src=3D"http://sciencia.org/templates/sciencia/images/sep.gif" width=3D3=20
            height=3D1> </TD>
          <TD vAlign=3Dtop align=3Dmiddle><A class=3Dcatmenu=20
            href=3D"javascript:subnav(7);">Business</A> </TD>
          <TD style=3D"PADDING-TOP: 2px" class=3Dcatmenu =
align=3Dmiddle><IMG=20
            =
src=3D"http://sciencia.org/templates/sciencia/images/sep.gif" width=3D3=20
            height=3D1> </TD>
          <TD vAlign=3Dtop align=3Dmiddle><A class=3Dcatmenu=20
            href=3D"javascript:subnav(3);">Chemistry</A> </TD>
          <TD style=3D"PADDING-TOP: 2px" class=3Dcatmenu =
align=3Dmiddle><IMG=20
            =
src=3D"http://sciencia.org/templates/sciencia/images/sep.gif" width=3D3=20
            height=3D1> </TD>
          <TD vAlign=3Dtop align=3Dmiddle><A class=3Dcatmenu=20
            href=3D"javascript:subnav(4);">Engineering</A> </TD>
          <TD style=3D"PADDING-TOP: 2px" class=3Dcatmenu =
align=3Dmiddle><IMG=20
            =
src=3D"http://sciencia.org/templates/sciencia/images/sep.gif" width=3D3=20
            height=3D1> </TD>
          <TD vAlign=3Dtop align=3Dmiddle><A class=3Dcatmenu=20
            href=3D"javascript:subnav(2);">Geography</A> </TD>
          <TD style=3D"PADDING-TOP: 2px" class=3Dcatmenu =
align=3Dmiddle><IMG=20
            =
src=3D"http://sciencia.org/templates/sciencia/images/sep.gif" width=3D3=20
            height=3D1> </TD>
          <TD vAlign=3Dtop align=3Dmiddle><A class=3Dcatmenu=20
            href=3D"javascript:subnav(6);">Health</A> </TD>
          <TD style=3D"PADDING-TOP: 2px" class=3Dcatmenu =
align=3Dmiddle><IMG=20
            =
src=3D"http://sciencia.org/templates/sciencia/images/sep.gif" width=3D3=20
            height=3D1> </TD>
          <TD vAlign=3Dtop align=3Dmiddle><A class=3Dcatmenu=20
            href=3D"javascript:subnav(5);">Mathematics</A> </TD>
          <TD style=3D"PADDING-TOP: 2px" class=3Dcatmenu =
align=3Dmiddle><IMG=20
            =
src=3D"http://sciencia.org/templates/sciencia/images/sep.gif" width=3D3=20
            height=3D1> </TD>
          <TD vAlign=3Dtop align=3Dmiddle><A class=3Dcatmenu=20
            href=3D"javascript:subnav(8);">Society</A> =
</TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD=20
    style=3D"BACKGROUND-IMAGE: =
url(http://sciencia.org/templates/sciencia/images/cat_gradient.gif); =
DISPLAY: none; BACKGROUND-REPEAT: repeat-x; PADDING-TOP: 2px"=20
    id=3Dsubn bgColor=3D#ffffff height=3D25 vAlign=3Dtop>
      <TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D1128>
        <TBODY>
        <TR>
          <TD width=3D6>&nbsp;</TD>
          <TD id=3Dsubcontent>
            <TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0>
              <TBODY>
              <TR>
                <TD style=3D"PADDING-LEFT: 12px; PADDING-RIGHT: 12px"=20
                  vAlign=3Dtop><A class=3Dcatmenu=20
                  =
href=3D"http://sciencia.org/cat.php?i=3D0">All</A></TD></TR></TBODY></TAB=
LE></TD>
          <TD width=3D6=20
align=3Dright>&nbsp;</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><=
/TD><TD=20
background>&nbsp;</TD> </TR><TR><TD background>&nbsp;</TD> <!--
	<td height=3D"70" valign=3D"top" align=3D"center" bgcolor=3D"#ffffff" =
style=3D"padding-top:15px;"><script type=3D"text/javascript"><!--
google_ad_client =3D "pub-5856940829503351";
google_ad_width =3D 690;
google_ad_height =3D 68;
google_ad_format =3D "728x90_as";
google_ad_type =3D "text";
google_ad_channel =3D "";
google_color_border =3D "FFFFFF";
google_color_bg =3D "ffffff";
google_color_link =3D "454545";
google_color_text =3D "454545";
google_color_url =3D "454545";
//--><!--
</script>
<script type=3D"text/javascript"
  src=3D"http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td>
--><TD background>&nbsp;</TD> </TR></TABLE>
<TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D1128 =
align=3Dcenter>
  <TBODY>
  <TR>
    <TD vAlign=3Dtop width=3D200>
      <SCRIPT type=3Dtext/javascript><!--
		google_ad_client =3D "pub-4742985015178652";
		/* 160x600, Sciencia, left created 2/25/10 */
		google_ad_slot =3D "3549082881";
		google_ad_width =3D 160;
		google_ad_height =3D 600;
		//-->
		</SCRIPT>

      <SCRIPT type=3Dtext/javascript=20
      src=3D"http://pagead2.googlesyndication.com/pagead/show_ads.js">
		</SCRIPT>

      <DIV id=3Dgoogle_translate_element></DIV>
      <SCRIPT>
		function googleTranslateElementInit() {
		  new google.translate.TranslateElement({
			pageLanguage: 'en'
		  }, 'google_translate_element');
		}
		</SCRIPT>

      <SCRIPT=20
      =
src=3D"http://translate.google.com/translate_a/element.js?cb=3DgoogleTran=
slateElementInit"></SCRIPT>
      <BR><A href=3D"http://twitter.com/sciencia" target=3D_blank><IMG =
border=3D0=20
      src=3D"http://sciencia.org/templates/sciencia/images/twitter.png" =
width=3D139=20
      height=3D32></A> </TD>
    <TD vAlign=3Dtop width=3D728>
      <TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 width=3D728 =
align=3Dcenter>
        <TBODY>
        <TR>
          <TD bgColor=3D#ffffff>
            <TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 =
width=3D"100%"=20
              height=3D15><TBODY>
              <TR>
                <TD vAlign=3Dtop align=3Dleft><IMG=20
                  =
src=3D"http://sciencia.org/templates/sciencia/images/top_left.gif"=20
                  width=3D7 height=3D8></TD>
                <TD></TD>
                <TD vAlign=3Dtop align=3Dright><IMG=20
                  =
src=3D"http://sciencia.org/templates/sciencia/images/top_right.gif"=20
                  width=3D7 =
height=3D8></TD></TR></TBODY></TABLE></TD></TR>
        <TR>
          <TD bgColor=3D#ffffff>
            <TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 =
width=3D728=20
              align=3Dcenter><TBODY>
              <TR>
                <TD vAlign=3Dtop>
                  <TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%">
                    <TBODY>
                    <TR>
                      <TD style=3D"PADDING-LEFT: 5px" vAlign=3Dbottom>
                        <TABLE border=3D0 cellSpacing=3D0 =
cellPadding=3D0 width=3D"100%"=20
                        height=3D70>
                          <TBODY>
                          <TR>
                            <TD vAlign=3Dtop colSpan=3D6><A =
class=3Dstitle=20
                              =
href=3D"http://www.eurekalert.org/pub_releases/2010-06/uob-ep061610.php" =

                              target=3D_blank>'CoralWarm' European =
project for=20
                              study on coral reefs and global =
warming</A>=20
                              <BR><BR>
                              <SCRIPT type=3Dtext/javascript><!--
			google_ad_client =3D "pub-4742985015178652";
			/* 728x90, Sciencia, created 1/29/10 */
			google_ad_slot =3D "4584449431";
			google_ad_width =3D 728;
			google_ad_height =3D 90;
			//-->
			</SCRIPT>

                              <SCRIPT type=3Dtext/javascript=20
                              =
src=3D"http://pagead2.googlesyndication.com/pagead/show_ads.js">
			</SCRIPT>
                              <BR><BR></TD></TR>
                          <TR>
                            <TD height=3D20 colSpan=3D6><SPAN=20
                              class=3Dsubline>submitted by <A=20
                              =
href=3D"http://sciencia.org/users/1148/kojikovac/1.html">kojikovac</A></S=
PAN></TD></TR>
                          <TR>
                            <TD vAlign=3Dtop colSpan=3D6>What will be =
the=20
                              condition of Red and Mediterranean Sea =
corals in=20
                              100 years? What are the effects of =
seawater=20
                              temperature and acidity increase on their =
health?=20
                              These are among the questions to be =
answered by a=20
                              new research project -- being officially =
launched=20
                              this week -- which will be carried out by =
Israeli,=20
                              Italian and Palestinian =
scientists.</TD></TR>
                          <TR>
                            <TD colSpan=3D6><BR>
                              <SCRIPT type=3Dtext/javascript><!--
			google_ad_client =3D "pub-4742985015178652";
			/* 728x90, Sciencia, created 1/29/10 */
			google_ad_slot =3D "4584449431";
			google_ad_width =3D 728;
			google_ad_height =3D 90;
			//-->
			</SCRIPT>

                              <SCRIPT type=3Dtext/javascript=20
                              =
src=3D"http://pagead2.googlesyndication.com/pagead/show_ads.js">
			</SCRIPT>
                              <BR><BR></TD></TR>
                          <TR></TR></TBODY></TABLE>
                        <TABLE border=3D0 cellSpacing=3D0 =
cellPadding=3D0>
                          <TBODY>
                          <TR>
                            <TD class=3Dbottomlinks width=3D55>1 =
dig(s)</TD>
                            <TD width=3D19><IMG=20
                              =
src=3D"http://sciencia.org/templates/sciencia/images/icon_info.gif"=20
                              width=3D14 height=3D13></TD>
                            <TD class=3Dbottomlinks width=3D40>
                              <DIV id=3Ddigbut812053 class=3Ddigit><A =
class=3Ddigitbut=20
                              href=3D"javascript:dig(812053);">Dig =
it</A></DIV></TD>
                            <TD width=3D19><IMG=20
                              =
src=3D"http://sciencia.org/templates/sciencia/images/icon_bury.gif"=20
                              width=3D14 height=3D14></TD>
                            <TD class=3Dbottomlinks width=3D35><A=20
                              =
href=3D"javascript:bury_story({STORIES.story_id});">Bury</A></TD>
                            <TD vAlign=3Dbottom><SPAN =
class=3Dbottomlinks>Topic:=20
                              <A=20
                              =
href=3D"http://sciencia.org/view/20/Meteorology/1.html">Meteorology</A>=20
<!-- AddThis Button BEGIN --><A=20
                              class=3Daddthis_button=20
                              =
href=3D"http://www.addthis.com/bookmark.php?v=3D250&amp;pub=3Dbio"><IMG=20
                              style=3D"BORDER-BOTTOM: 0px; BORDER-LEFT: =
0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px"=20
                              alt=3D"Bookmark and Share" align=3Dmiddle=20
                              =
src=3D"http://sciencia.org/templates/sciencia/images/share.gif"=20
                              width=3D83 height=3D16></A>
                              <SCRIPT type=3Dtext/javascript=20
                              =
src=3D"http://s7.addthis.com/js/250/addthis_widget.js#pub=3Dbio"></SCRIPT=
>
                              =20
                        <!-- AddThis Button END =
--></SPAN></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><BR>
                  <TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 =
width=3D"100%">
                    <TBODY>
                    <TR>
                      <TD vAlign=3Dbottom>
                        <TABLE border=3D0 cellSpacing=3D0 =
cellPadding=3D0=20
width=3D"100%">
                          <TBODY>
                          <TR>
                            <TD=20
                            style=3D"BACKGROUND-IMAGE: =
url(http://sciencia.org/templates/sciencia/images/tab_back.gif); =
PADDING-RIGHT: 5px; BACKGROUND-REPEAT: repeat-x; BACKGROUND-POSITION: =
50% bottom"=20
                            vAlign=3Dbottom align=3Dright>
                              <DIV=20
                              style=3D"BACKGROUND-IMAGE: =
url(http://sciencia.org/templates/sciencia/images/tab_back.gif); =
BACKGROUND-REPEAT: repeat-x; BACKGROUND-POSITION: 50% bottom"=20
                              id=3DtabsB>
                              <UL>
                                <LI><A=20
                                =
href=3D"http://sciencia.org/story.php?id=3D812053"><SPAN>Comments=20
                                (0)</SPAN></A></LI>
                                <LI id=3Dcurrent><A=20
                                =
href=3D"http://sciencia.org/story.php?id=3D812053&amp;cmd=3Ddugg"><SPAN>W=
ho=20
                                Dugg this story?</SPAN></A></LI>
                                <LI><A=20
                                =
href=3D"http://sciencia.org/story.php?id=3D812053&amp;cmd=3Demail"><SPAN>=
Email=20
                                This=20
                        =
Link</SPAN></A></LI></UL></DIV></TD></TR></TBODY></TABLE></TD></TR></TBOD=
Y></TABLE><BR>
                  <TABLE border=3D0 cellSpacing=3D0 cellPadding=3D0 =
width=3D"100%">
                    <TBODY>
                    <TR></TR></TBODY></TABLE><BR><BR>Pages: <A=20
                  =
href=3D"http://sciencia.org/story.php?id=3D812053&amp;cmd=3Ddugg&amp;page=
=3D1">1</A>=20
                  =
<BR><BR></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD>
    <TD vAlign=3Dtop width=3D200>
      <DIV style=3D"PADDING-LEFT: 10px">
      <DIV style=3D"COLOR: #2e6ab1"><FONT color=3D#006000><STRONG><A=20
      href=3D"http://sciencia.org/html.php?id=3Dabout"=20
      target=3D_blank>About</A></STRONG></FONT><BR><BR><FONT=20
      color=3D#800000>Sciencia.org is a social network offering you the =
very=20
      latest news headlines, references and resources from science =
journals,=20
      books and websites worldwide. Content associated with science and =
research=20
      is contributed by you, our users and members. There are currently =
several=20
      hundred thousand stories placed in over seventy categories, a =
content base=20
      that is steadily growing. Sciencia.org covers news in all fields =
of the=20
      basic and applied life sciences (biology), the earth sciences =
(geography),=20
      chemistry, the health sciences, engineering, mathematics, and =
sciences=20
      associated with business and society. <BR><BR>Sciencia.org was =
founded in=20
      March 2000 by a small group of science-enthusiasts at Kyungpook =
National=20
      University in Daegu, South Korea. Since then, Sciencia.org has =
evolved=20
      from a static scientific computing system to a dynamic niche =
social=20
      network updated in real-time. <BR><BR>Sciencia.org's goal is to =
provide=20
      peer-reviewed scientific news as well as news from less scientific =
sources=20
      to you. You can either frequently visit Sciencia.org or =
alternatively=20
      subscibe to one or more of Sciencia.org's numerous feeds to stay =
updated=20
      with news in your preferred science category. While Sciencia.org =
provides=20
      the latest scientific discoveries, it does not intend to publish=20
      unqualified popular stories like many nor most other social =
networks. Each=20
      and every submission is reviewed by our staff to avoid spam and =
other=20
      unwanted content. While Sciencia.org is updated several times a =
day, the=20
      review of individual stories is a time-consuming process which may =
result=20
      in slight delays in publication of relevant user content.=20
      <BR><BR>Sciencia.org's standalone platform offers fast search and=20
      retrieval functionality that enables its users to optimize their =
knowledge=20
      discovery process. New tools are constantly being added to further =

      facilitate the news-retrieval process to be more efficiently =
shared,=20
      stored and passed to colleagues, peers and friends.</FONT>=20
      <BR><BR></DIV></DIV>
      <DIV style=3D"PADDING-LEFT: 20px; COLOR: #2e6ab1"><!--			<script =
type=3D"text/javascript"><!--
			google_ad_client =3D "pub-4742985015178652";
			/* 160x600, Bio-Network New Left */
			google_ad_slot =3D "8320869078";
			google_ad_width =3D 160;
			google_ad_height =3D 600;
			//--><!--			</script>
			<script type=3D"text/javascript"
			src=3D"http://pagead2.googlesyndication.com/pagead/show_ads.js">
			</script>
			<br><br>
--></DIV></TD></TR></TBODY></TABLE><BR>
<DIV class=3Dcopyright align=3Dcenter>Copyright =C2=A9 2010 <A =
class=3Dfooter=20
href=3D"http://sciencia.org/">Sciencia.org</A>&nbsp;=C2=B7&nbsp;All =
Rights=20
Reserved&nbsp;=C2=B7&nbsp;<A =
href=3D"http://sciencia.org/html.php?id=3Dabout"=20
target=3D_blank>About</A>&nbsp;=C2=B7&nbsp;<A=20
href=3D"http://sciencia.org/html.php?id=3Dterms" target=3D_blank>Terms =
and=20
Conditions</A>&nbsp;=C2=B7&nbsp;Content is available as <A=20
href=3D"http://creativecommons.org/licenses/by-sa/3.0/" =
target=3D_blank>CC=20
Attribution-Share Alike</A> </DIV>
<SCRIPT type=3Dtext/javascript>
var gaJsHost =3D (("https:" =3D=3D document.location.protocol) ? =
"https://ssl." : "http://www.");
document.write(unescape("%3Cscript src=3D'" + gaJsHost + =
"google-analytics.com/ga.js' =
type=3D'text/javascript'%3E%3C/script%3E"));
</SCRIPT>

<SCRIPT type=3Dtext/javascript>
try {
var pageTracker =3D _gat._getTracker("UA-8124694-5");
pageTracker._trackPageview();
} catch(err) {}</SCRIPT>
<?php mysql_close(); ?></BODY></HTML>

------=_NextPart_000_0000_01CB1DF6.EC598080
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://sciencia.org/templates/sciencia/images/logo.gif

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
Z03rWtv6BiEAADs=

------=_NextPart_000_0000_01CB1DF6.EC598080
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://sciencia.org/templates/sciencia/images/sep.gif

R0lGODlhAwABAIAAAFBtAAAAACH5BAAAAAAALAAAAAADAAEAAAIChAsAOw==

------=_NextPart_000_0000_01CB1DF6.EC598080
Content-Type: image/png
Content-Transfer-Encoding: base64
Content-Location: http://sciencia.org/templates/sciencia/images/twitter.png

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
AElFTkSuQmCC

------=_NextPart_000_0000_01CB1DF6.EC598080
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://sciencia.org/templates/sciencia/images/top_left.gif

R0lGODlhBwAIAOYAAPz8/Pv7+/X19fLy8vb29v39/fr6+vHx8f///wAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5
BAAAAAAALAAAAAAHAAgAAAcfgAeCAwQGBYICAQiLBwIAi4sDipAIBJSLBpcIBZqdgQA7

------=_NextPart_000_0000_01CB1DF6.EC598080
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://sciencia.org/templates/sciencia/images/top_right.gif

R0lGODlhBwAIALMAAPz8/Pv7+/X19fLy8vb29v39/fr6+vHx8f///wAAAAAAAAAAAAAAAAAAAAAA
AAAAACH5BAAAAAAALAAAAAAHAAgAAAQVsBgyjkU4iIsR2F02hBhBIsZZnEgEADs=

------=_NextPart_000_0000_01CB1DF6.EC598080
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://sciencia.org/templates/sciencia/images/icon_info.gif

R0lGODlhDgANANUAAOvy2IGtBfb57Y21HcLXhbjRc9jmsr7VfcnclOOYY9eMVtOIU97pvduQWuWa
ZOabZtyRXM6DTuCVYOGWYeecZ9GHUrTOas/goNHho8jbkaLCRpm8NKzJWdTjqWuPAWaJAXKZAWKC
Acd9SL/Vf15+Af///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAOAA0AAAZvwFJJ
JBIaj0aKA4kUPRKSRpE5nEAUlWIABCJ5ScJFxNgpZzId8LDYAXnen09IbQQB7pcLAQMGCf4AIyMW
HBwaF30MZ4KEGhsbBH0GgoOGGwMDB2AeGIyWAwEBBZsYBgYYFwgEBwUFCJtxsSGztCRBADs=

------=_NextPart_000_0000_01CB1DF6.EC598080
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://sciencia.org/templates/sciencia/images/icon_bury.gif

R0lGODlhDgAOAMQAANFyLpm8NOvy2LjRc8LXhcNYDIGtBdjmso21HdvouOKda8nclL7VffHRu7TO
as/goPf68MbajqLCRqzJWZhAAWuPAf749maJAWKCAdHho7/Vf3KZAV5+Af///wAAAAAAACH5BAAA
AAAALAAAAAAOAA4AAAVvYGdZnViep1VQXQNAaExRQGwDVGGnawcoHcNmwylyLBTgKcOMRDKcUyKR
2VSulwsmOuwKvo8HAdrZQM4CjcYxmUge3IRTzZYEAgTuQb12BxAIDFEVGXR+CAYGA4MZBwcZDwsE
DAMDC4NZmRibnBwhADs=

------=_NextPart_000_0000_01CB1DF6.EC598080
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://sciencia.org/templates/sciencia/images/share.gif

R0lGODlhUwAQALMOAOzs7Nra2tLS0tDQ0Pz8/PPz8/b29vr6+v9pOujo6O/v78DAwAAAAP//////
/wAAACH5BAEAAA4ALAAAAABTABAAAATy0LlFq7046827X9IUNGRpnmiqrmzbBuAyunRt3yq8lEjv
97ig8EYh/Y6IoXKJKjZ+Rp+LQS0xrNYqiaptcK9MkhP6lLLA3i02rWaz0WHxrowCnlFocL79jpso
BAR2Jj2BhoeGXIlfgV8MjYqQj4iUlZYUBwdkP5mdnp8HDJmio6WmoqSmoKusoBQGBps+sLS1sAy0
uAa6u7e5vr3AtsPExQYUBQVIP8nNzs1c0NIFDNPVyddfz9vc3RQK4MsI4OTl5ufo6err7OYUAu3x
8vPlAPb3+Pn6AjECCf8AAwocSLCgwYMIEQ4AIeGDw4cQI1qQEAEAOw==

------=_NextPart_000_0000_01CB1DF6.EC598080
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://sciencia.org/templates/sciencia/images/style.css

BODY {
	BACKGROUND-IMAGE: url(bg.jpg); FONT-FAMILY: Verdana, Arial, Helvetica, =
sans-serif; FONT-SIZE: 12px
}
A:visited {
	COLOR: #7b9926; TEXT-DECORATION: none
}
A:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}
A:active {
	COLOR: #7b9926; TEXT-DECORATION: none
}
.headlogo {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #006600; =
FONT-WEIGHT: bold
}
.tophead {
	FONT-FAMILY: Arial, Verdana; COLOR: #506d00; FONT-SIZE: 20px
}
.copyright {
	COLOR: #b8b8b8; FONT-SIZE: 11px
}
A.copyright:link {
	COLOR: #b8b8b8; FONT-SIZE: 11px
}
A.copyright:active {
	COLOR: #b8b8b8; FONT-SIZE: 11px
}
A.copyright:visited {
	COLOR: #b8b8b8; FONT-SIZE: 11px
}
A.copyright:hover {
	COLOR: #b8b8b8; FONT-SIZE: 11px
}
.error {
	COLOR: #ff0000
}
A.headlogo:link {
	PADDING-LEFT: 5px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; =
COLOR: #006600; FONT-SIZE: 24px; FONT-WEIGHT: bold; TEXT-DECORATION: =
none
}
A.headlogo:active {
	PADDING-LEFT: 5px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; =
COLOR: #006600; FONT-SIZE: 24px; FONT-WEIGHT: bold; TEXT-DECORATION: =
none
}
A.headlogo:visited {
	PADDING-LEFT: 5px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; =
COLOR: #006600; FONT-SIZE: 24px; FONT-WEIGHT: bold; TEXT-DECORATION: =
none
}
A.headlogo:hover {
	PADDING-LEFT: 5px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; =
COLOR: #006600; FONT-SIZE: 24px; FONT-WEIGHT: bold; TEXT-DECORATION: =
none
}
A.anounce:link {
	FONT-FAMILY: Tahoma; COLOR: #8e8982; FONT-SIZE: 14px; TEXT-DECORATION: =
underline
}
A.anounce:active {
	FONT-FAMILY: Tahoma; COLOR: #8e8982; FONT-SIZE: 14px; TEXT-DECORATION: =
underline
}
A.anounce:visited {
	FONT-FAMILY: Tahoma; COLOR: #8e8982; FONT-SIZE: 14px; TEXT-DECORATION: =
underline
}
A.anounce:hover {
	FONT-FAMILY: Tahoma; COLOR: #8e8982; FONT-SIZE: 14px; TEXT-DECORATION: =
underline
}
.anounce {
	FONT-FAMILY: Tahoma; COLOR: #8e8982; FONT-SIZE: 14px
}
.digit {
	FONT-FAMILY: Tahoma, Arial, Verdana; COLOR: #006600; FONT-SIZE: 11px; =
FONT-WEIGHT: bold
}
.digs {
	FONT-FAMILY: Tahoma, Arial; COLOR: #006600; FONT-SIZE: 22px
}
.digg {
	FONT-FAMILY: Tahoma, Arial; COLOR: #93883f; FONT-SIZE: 11px
}
.bottomlinks {
	COLOR: #006600; FONT-SIZE: 10px
}
.subline {
	COLOR: #006600; FONT-SIZE: 11px
}
.comdigs {
	COLOR: #006600; FONT-SIZE: 11px; FONT-WEIGHT: bold
}
.comline {
	COLOR: #006600; FONT-SIZE: 11px
}
.green {
	COLOR: #009900
}
.opacityit {
	FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=3D30); =
-moz-opacity: 0.3
}
A.stitle:link {
	FONT-FAMILY: Tahoma; COLOR: #a44848; FONT-SIZE: 16px; FONT-WEIGHT: =
bold; TEXT-DECORATION: none
}
A.stitle:active {
	FONT-FAMILY: Tahoma; COLOR: #a44848; FONT-SIZE: 16px; FONT-WEIGHT: =
bold; TEXT-DECORATION: none
}
A.stitle:visited {
	FONT-FAMILY: Tahoma; COLOR: #a44848; FONT-SIZE: 16px; FONT-WEIGHT: =
bold; TEXT-DECORATION: none
}
A.stitle:hover {
	FONT-FAMILY: Tahoma; COLOR: #a44848; FONT-SIZE: 16px; FONT-WEIGHT: =
bold; TEXT-DECORATION: underline
}
.catmenu {
	FONT-FAMILY: Tahoma, Verdana; COLOR: #506d00; FONT-SIZE: 12px; =
FONT-WEIGHT: bold
}
A.catmenu:link {
	FONT-FAMILY: Tahoma, Verdana; COLOR: #506d00; FONT-SIZE: 12px; =
FONT-WEIGHT: bold; TEXT-DECORATION: none
}
A.catmenu:visited {
	FONT-FAMILY: Tahoma, Verdana; COLOR: #506d00; FONT-SIZE: 12px; =
FONT-WEIGHT: bold; TEXT-DECORATION: none
}
A.catmenu:active {
	FONT-FAMILY: Tahoma, Verdana; COLOR: #506d00; FONT-SIZE: 12px; =
FONT-WEIGHT: bold; TEXT-DECORATION: underline
}
A.catmenu:hover {
	FONT-FAMILY: Tahoma, Verdana; COLOR: #506d00; FONT-SIZE: 12px; =
FONT-WEIGHT: bold; TEXT-DECORATION: underline
}
A.digitbut:link {
	COLOR: #006600
}
A.digitbut:active {
	COLOR: #006600
}
A.digitbut:visited {
	COLOR: #006600
}
A.digitbut:hover {
	COLOR: #006600
}
.storydesc {
	COLOR: #3a3a3a
}
.ulink {
	COLOR: #006600
}
A.ulink:link {
	COLOR: #006600
}
A.ulink:active {
	COLOR: #006600
}
A.ulink:visited {
	COLOR: #006600
}
A.ulink:hover {
	COLOR: #006600
}

------=_NextPart_000_0000_01CB1DF6.EC598080
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://pagead2.googlesyndication.com/pagead/show_ads.js

=0A=
(function(){var h=3Dtrue,i=3Dnull,j=3Dfalse,k=3D(new =
Date).getTime(),aa=3Dfunction(a){var b=3D(new =
Date).getTime()-k;b=3D"&dtd=3D"+(b<1E4?b:"M");return a+b};var =
l=3Dthis,ba=3Dfunction(a,b,c){a=3Da.split(".");c=3Dc||l;!(a[0]in =
c)&&c.execScript&&c.execScript("var "+a[0]);for(var =
d;a.length&&(d=3Da.shift());)if(!a.length&&b!=3D=3Dundefined)c[d]=3Db;els=
e c=3Dc[d]?c[d]:c[d]=3D{}},m=3Dfunction(a){var b=3Dtypeof =
a;if(b=3D=3D"object")if(a){if(a instanceof Array||!(a instanceof =
Object)&&Object.prototype.toString.call(a)=3D=3D"[object Array]"||typeof =
a.length=3D=3D"number"&&typeof a.splice!=3D"undefined"&&typeof =
a.propertyIsEnumerable!=3D"undefined"&&!a.propertyIsEnumerable("splice"))=
return"array";if(!(a instanceof=0A=
Object)&&(Object.prototype.toString.call(a)=3D=3D"[object =
Function]"||typeof a.call!=3D"undefined"&&typeof =
a.propertyIsEnumerable!=3D"undefined"&&!a.propertyIsEnumerable("call")))r=
eturn"function"}else return"null";else if(b=3D=3D"function"&&typeof =
a.call=3D=3D"undefined")return"object";return b},n=3Dfunction(a){return =
m(a)=3D=3D"array"},ca=3Dfunction(a){var b=3Dm(a);return =
b=3D=3D"array"||b=3D=3D"object"&&typeof =
a.length=3D=3D"number"},p=3Dfunction(a){return typeof =
a=3D=3D"string"},da=3Dfunction(a){a=3Dm(a);return =
a=3D=3D"object"||a=3D=3D"array"||a=3D=3D"function"},=0A=
q=3Dfunction(a,b){var c=3Db||l;if(arguments.length>2){var =
d=3DArray.prototype.slice.call(arguments,2);return function(){var =
e=3DArray.prototype.slice.call(arguments);Array.prototype.unshift.apply(e=
,d);return a.apply(c,e)}}else return function(){return =
a.apply(c,arguments)}},ea=3Dfunction(a){var =
b=3DArray.prototype.slice.call(arguments,1);return function(){var =
c=3DArray.prototype.slice.call(arguments);c.unshift.apply(c,b);return =
a.apply(this,c)}},r=3Dfunction(a,b,c){ba(a,b,c)},fa=3Dfunction(a,b,c){a[b=
]=3Dc};var s=3Dfunction(a,b){var c=3DparseFloat(a);return =
isNaN(c)||c>1||c<0?b:c},t=3Dfunction(a,b){if(a=3D=3D"true")return =
h;if(a=3D=3D"false")return j;return =
b},ga=3D/^([\w-]+\.)*([\w-]{2,})(\:[0-9]+)?$/,u=3Dfunction(a,b){if(!a)ret=
urn b;var c=3Da.match(ga);return c?c[0]:b};var ha=3Dfunction(){return =
u("","googleads.g.doubleclick.net")},ia=3Dfunction(){return =
u("","pagead2.googlesyndication.com")},v=3Dfunction(){return =
u("","pagead2.googlesyndication.com")};var =
oa=3Dfunction(a,b){if(b)return =
a.replace(ja,"&amp;").replace(ka,"&lt;").replace(la,"&gt;").replace(ma,"&=
quot;");else{if(!na.test(a))return =
a;if(a.indexOf("&")!=3D-1)a=3Da.replace(ja,"&amp;");if(a.indexOf("<")!=3D=
-1)a=3Da.replace(ka,"&lt;");if(a.indexOf(">")!=3D-1)a=3Da.replace(la,"&gt=
;");if(a.indexOf('"')!=3D-1)a=3Da.replace(ma,"&quot;");return =
a}},ja=3D/&/g,ka=3D/</g,la=3D/>/g,ma=3D/\"/g,na=3D/[&<>\"]/,ra=3Dfunction=
(a){if(a.indexOf("&")!=3D-1)return"document"in =
l&&a.indexOf("<")=3D=3D-1?pa(a):qa(a);return a},pa=3Dfunction(a){var b=3D=0A=
l.document.createElement("a");b.innerHTML=3Da;b.normalize&&b.normalize();=
a=3Db.firstChild.nodeValue;b.innerHTML=3D"";return =
a},qa=3Dfunction(a){return =
a.replace(/&([^;]+);/g,function(b,c){switch(c){case "amp":return"&";case =
"lt":return"<";case "gt":return">";case =
"quot":return'"';default:if(c.charAt(0)=3D=3D"#"){var =
d=3DNumber("0"+c.substr(1));if(!isNaN(d))return =
String.fromCharCode(d)}return b}})},sa=3Dfunction(a,b){for(var =
c=3Db.length,d=3D0;d<c;d++){var =
e=3Dc=3D=3D1?b:b.charAt(d);if(a.charAt(0)=3D=3De&&a.charAt(a.length-1)=3D=
=3D=0A=
e)return a.substring(1,a.length-1)}return a},ua=3Dfunction(a,b){for(var =
c=3D0,d=3DString(a).replace(/^[\s\xa0]+|[\s\xa0]+$/g,"").split("."),e=3DS=
tring(b).replace(/^[\s\xa0]+|[\s\xa0]+$/g,"").split("."),f=3DMath.max(d.l=
ength,e.length),g=3D0;c=3D=3D0&&g<f;g++){var =
o=3Dd[g]||"",Q=3De[g]||"",I=3DRegExp("(\\d*)(\\D*)","g"),cc=3DRegExp("(\\=
d*)(\\D*)","g");do{var =
R=3DI.exec(o)||["","",""],S=3Dcc.exec(Q)||["","",""];if(R[0].length=3D=3D=
0&&S[0].length=3D=3D0)break;c=3DR[1].length=3D=3D0?0:parseInt(R[1],10);va=
r dc=3DS[1].length=3D=3D0?0:parseInt(S[1],10);=0A=
c=3Dta(c,dc)||ta(R[2].length=3D=3D0,S[2].length=3D=3D0)||ta(R[2],S[2])}wh=
ile(c=3D=3D0)}return c},ta=3Dfunction(a,b){if(a<b)return-1;else =
if(a>b)return 1;return 0};var =
w=3DArray.prototype,va=3Dw.forEach?function(a,b,c){w.forEach.call(a,b,c)}=
:function(a,b,c){for(var =
d=3Da.length,e=3Dp(a)?a.split(""):a,f=3D0;f<d;f++)f in =
e&&b.call(c,e[f],f,a)},wa=3Dfunction(){return =
w.concat.apply(w,arguments)},xa=3Dfunction(a){if(n(a))return =
wa(a);else{for(var b=3D[],c=3D0,d=3Da.length;c<d;c++)b[c]=3Da[c];return =
b}};var =
x=3Dfunction(a,b){this.width=3Da;this.height=3Db};x.prototype.ceil=3Dfunc=
tion(){this.width=3DMath.ceil(this.width);this.height=3DMath.ceil(this.he=
ight);return =
this};x.prototype.floor=3Dfunction(){this.width=3DMath.floor(this.width);=
this.height=3DMath.floor(this.height);return =
this};x.prototype.round=3Dfunction(){this.width=3DMath.round(this.width);=
this.height=3DMath.round(this.height);return =
this};x.prototype.scale=3Dfunction(a){this.width*=3Da;this.height*=3Da;re=
turn this};var ya=3Dfunction(a,b,c){for(var d in =
a)b.call(c,a[d],d,a)},za=3D["constructor","hasOwnProperty","isPrototypeOf=
","propertyIsEnumerable","toLocaleString","toString","valueOf"],Aa=3Dfunc=
tion(a){for(var b,c,d=3D1;d<arguments.length;d++){c=3Darguments[d];for(b =
in c)a[b]=3Dc[b];for(var =
e=3D0;e<za.length;e++){b=3Dza[e];if(Object.prototype.hasOwnProperty.call(=
c,b))a[b]=3Dc[b]}}};var y,Ba,Ca,Da,Ea,Fa,Ga,Ha,Ia,Ja=3Dfunction(){return =
l.navigator?l.navigator.userAgent:i},Ka=3Dfunction(){return =
l.navigator},La=3Dfunction(){Ea=3DDa=3DCa=3DBa=3Dy=3Dj;var =
a;if(a=3DJa()){var =
b=3DKa();y=3Da.indexOf("Opera")=3D=3D0;Ba=3D!y&&a.indexOf("MSIE")!=3D-1;D=
a=3D(Ca=3D!y&&a.indexOf("WebKit")!=3D-1)&&a.indexOf("Mobile")!=3D-1;Ea=3D=
!y&&!Ca&&b.product=3D=3D"Gecko"}};La();=0A=
var Ma=3Dy,z=3DBa,Na=3DEa,Oa=3DCa,Pa=3DDa,Qa=3Dfunction(){var =
a=3DKa();return =
a&&a.platform||""},Ra=3DQa(),Sa=3Dfunction(){Fa=3DRa.indexOf("Mac")!=3D-1=
;Ga=3DRa.indexOf("Win")!=3D-1;Ha=3DRa.indexOf("Linux")!=3D-1;Ia=3D!!Ka()&=
&(Ka().appVersion||"").indexOf("X11")!=3D-1};Sa();=0A=
var Ta=3DFa,Ua=3DGa,Va=3DHa,Wa=3Dfunction(){var =
a=3D"",b;if(Ma&&l.opera){a=3Dl.opera.version;a=3Dtypeof =
a=3D=3D"function"?a():a}else{if(Na)b=3D/rv\:([^\);]+)(\)|;)/;else =
if(z)b=3D/MSIE\s+([^\);]+)(\)|;)/;else =
if(Oa)b=3D/WebKit\/(\S+)/;if(b)a=3D(a=3Db.exec(Ja()))?a[1]:""}return =
a},Xa=3DWa(),Ya=3D{},A=3Dfunction(a){return =
Ya[a]||(Ya[a]=3Dua(Xa,a)>=3D0)};var Za=3Dfunction(a){return =
p(a)?document.getElementById(a):a},$a=3DZa,bb=3Dfunction(a,b){ya(b,functi=
on(c,d){if(d=3D=3D"style")a.style.cssText=3Dc;else =
if(d=3D=3D"class")a.className=3Dc;else =
if(d=3D=3D"for")a.htmlFor=3Dc;else if(d in =
ab)a.setAttribute(ab[d],c);else =
a[d]=3Dc})},ab=3D{cellpadding:"cellPadding",cellspacing:"cellSpacing",col=
span:"colSpan",rowspan:"rowSpan",valign:"vAlign",height:"height",width:"w=
idth",usemap:"useMap",frameborder:"frameBorder",type:"type"},cb=3Dfunctio=
n(a){var b=3Da.document;if(Oa&&!A("500")&&!Pa){if(typeof =
a.innerHeight=3D=3D=0A=
"undefined")a=3Dwindow;b=3Da.innerHeight;var =
c=3Da.document.documentElement.scrollHeight;if(a=3D=3Da.top)if(c<b)b-=3D1=
5;return new =
x(a.innerWidth,b)}a=3Db.compatMode=3D=3D"CSS1Compat";if(Ma&&!A("9.50"))a=3D=
j;a=3Da?b.documentElement:b.body;return new =
x(a.clientWidth,a.clientHeight)},eb=3Dfunction(){return =
db(document,arguments)},db=3Dfunction(a,b){var =
c=3Db[0],d=3Db[1];if(z&&d&&(d.name||d.type)){c=3D["<",c];d.name&&c.push('=
 name=3D"',oa(d.name),'"');if(d.type){c.push(' =
type=3D"',oa(d.type),'"');var e=3D{};Aa(e,d);d=3De;delete =
d.type}c.push(">");=0A=
c=3Dc.join("")}c=3Da.createElement(c);if(d)if(p(d))c.className=3Dd;else =
bb(c,d);b.length>2&&fb(a,c,b,2);return =
c},fb=3Dfunction(a,b,c,d){function =
e(g){if(g)b.appendChild(p(g)?a.createTextNode(g):g)}for(d=3Dd;d<c.length;=
d++){var =
f=3Dc[d];ca(f)&&!(da(f)&&f.nodeType>0)?va(gb(f)?xa(f):f,e):e(f)}},hb=3Dfu=
nction(a,b){a.appendChild(b)},gb=3Dfunction(a){if(a&&typeof =
a.length=3D=3D"number")if(da(a))return typeof =
a.item=3D=3D"function"||typeof a.item=3D=3D"string";else =
if(m(a)=3D=3D"function")return typeof a.item=3D=3D"function";return =
j};var ib=3Ddocument,B=3Dwindow,jb=3Dfunction(a){var =
b=3Di;if((a=3Da.getElementsByTagName("script"))&&a.length){b=3Da[a.length=
-1];b=3Db.parentNode}return b},kb=3Djb(ib);v();=0A=
var C=3Dfunction(a,b){for(var c in =
a)Object.prototype.hasOwnProperty.call(a,c)&&b.call(i,a[c],c,a)},lb=3Dfun=
ction(a){return!!a&&typeof =
a=3D=3D"function"&&!!a.call},mb=3Dfunction(a){return!!a&&(typeof =
a=3D=3D"object"||typeof =
a=3D=3D"function")},ob=3Dfunction(a,b){if(!a||!mb(a))return =
h;return!nb(a,b.prototype)},nb=3Dfunction(a,b){if(!a)return j;var =
c=3Dh;C(b,function(d,e){if(!c||!(e in a)||typeof d!=3Dtypeof =
a[e])c=3Dj});return c},pb=3Dfunction(a){if(arguments.length<2)return =
a.length;for(var =
b=3D1,c=3Darguments.length;b<c;++b)a.push(arguments[b]);return a.length};=0A=
function D(a){return typeof =
encodeURIComponent=3D=3D"function"?encodeURIComponent(a):escape(a)}functi=
on qb(a,b,c){var =
d=3Ddocument.createElement("script");d.type=3D"text/javascript";if(b)d.on=
load=3Db;if(c)d.id=3Dc;d.src=3Da;var =
e=3Ddocument.getElementsByTagName("head")[0];if(!e)return =
j;window.setTimeout(function(){e.appendChild(d)},0);return h}function =
rb(a,b){if(a.attachEvent){a.attachEvent("onload",b);return =
h}if(a.addEventListener){a.addEventListener("load",b,j);return h}return =
j}=0A=
var sb=3Dfunction(a){if(!("google_onload_fired"in =
a)){a.google_onload_fired=3Dj;rb(a,function(){a.google_onload_fired=3Dh})=
}};function =
tb(a,b){a.google_image_requests||(a.google_image_requests=3D[]);var =
c=3Dnew Image;c.src=3Db;a.google_image_requests.push(c)}function =
ub(a){if(a in vb)return vb[a];return =
vb[a]=3Dnavigator.userAgent.toLowerCase().indexOf(a)!=3D-1}var vb=3D{};=0A=
function wb(){if(navigator.plugins&&navigator.mimeTypes.length){var =
a=3Dnavigator.plugins["Shockwave Flash"];if(a&&a.description)return =
a.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s)+r/,".")}else =
if(navigator.userAgent&&navigator.userAgent.indexOf("Windows =
CE")>=3D0){a=3D3;for(var b=3D1;b;)try{b=3Dnew =
ActiveXObject("ShockwaveFlash.ShockwaveFlash."+(a+1));a++}catch(c){b=3Di}=
return a.toString()}else if(ub("msie")&&!window.opera){b=3Di;try{b=3Dnew =
ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(d){a=3D=0A=
0;try{b=3Dnew =
ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");a=3D6;b.AllowScriptAcces=
s=3D"always"}catch(e){if(a=3D=3D6)return a.toString()}try{b=3Dnew =
ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(f){}}if(b){a=3Db.Get=
Variable("$version").split(" ")[1];return =
a.replace(/,/g,".")}}return"0"}function xb(a){var =
b=3Da.google_ad_format;if(b)return b.indexOf("_0ads")>0;return =
a.google_ad_output!=3D"html"&&a.google_num_radlinks>0}function =
E(a){return!!a&&a.indexOf("_sdo")!=3D-1}=0A=
function yb(a,b){if(!(Math.random()<1.0E-4)){var =
c=3DMath.random();if(c<b){c=3DMath.floor(c/b*a.length);return =
a[c]}}return""}=0A=
var zb=3Dfunction(a){a.u_tz=3D-(new =
Date).getTimezoneOffset();a.u_his=3Dwindow.history.length;a.u_java=3Dnavi=
gator.javaEnabled();if(window.screen){a.u_h=3Dwindow.screen.height;a.u_w=3D=
window.screen.width;a.u_ah=3Dwindow.screen.availHeight;a.u_aw=3Dwindow.sc=
reen.availWidth;a.u_cd=3Dwindow.screen.colorDepth}if(navigator.plugins)a.=
u_nplug=3Dnavigator.plugins.length;if(navigator.mimeTypes)a.u_nmime=3Dnav=
igator.mimeTypes.length},Ab=3Dfunction(a,b){var =
c=3Db||B;if(a&&c.top!=3Dc)c=3Dc.top;try{return =
c.document&&!c.document.body?new x(-1,=0A=
-1):cb(c||window)}catch(d){return new =
x(-12245933,-12245933)}},Bb=3Dfunction(a,b){var =
c=3Da.length;if(c=3D=3D0)return 0;for(var =
d=3Db||305419896,e=3D0;e<c;e++){var =
f=3Da.charCodeAt(e);d^=3D(d<<5)+(d>>2)+f&4294967295}return =
d>0?d:4294967296+d},Cb=3Dfunction(a){if(a=3D=3Da.top)return 0;var =
b=3D[];b.push(a.document.URL);a.name&&b.push(a.name);var =
c=3Dh;a=3DAb(!c,a);b.push(a.width.toString());b.push(a.height.toString())=
;return Bb(b.join(""))},Db=3Dfunction(a){if(!a)return"";var =
b=3D[],c=3D0;for(a=3Da;a&&c<25;a=3Da.parentNode,++c)b.push(a.id||=0A=
"");return b.join()};var =
Eb=3D{google_ad_channel:"channel",google_ad_host:"host",google_ad_host_ch=
annel:"h_ch",google_ad_host_tier_id:"ht_id",google_ad_section:"region",go=
ogle_ad_type:"ad_type",google_adtest:"adtest",google_allow_expandable_ads=
:"ea",google_alternate_ad_url:"alternate_ad_url",google_alternate_color:"=
alt_color",google_bid:"bid",google_city:"gcs",google_color_bg:"color_bg",=
google_color_border:"color_border",google_color_line:"color_line",google_=
color_link:"color_link",google_color_text:"color_text",google_color_url:"=
color_url",=0A=
google_contents:"contents",google_country:"gl",google_cpm:"cpm",google_cu=
st_age:"cust_age",google_cust_ch:"cust_ch",google_cust_gender:"cust_gende=
r",google_cust_id:"cust_id",google_cust_interests:"cust_interests",google=
_cust_job:"cust_job",google_cust_l:"cust_l",google_cust_lh:"cust_lh",goog=
le_cust_u_url:"cust_u_url",google_disable_video_autoplay:"disable_video_a=
utoplay",google_ed:"ed",google_encoding:"oe",google_feedback:"feedback_li=
nk",google_flash_version:"flash",google_font_face:"f",google_font_size:"f=
s",=0A=
google_hints:"hints",google_kw:"kw",google_kw_type:"kw_type",google_langu=
age:"hl",google_page_url:"url",google_region:"gr",google_reuse_colors:"re=
use_colors",google_safe:"adsafe",google_tag_info:"gut",google_targeting:"=
targeting",google_targeting_video_doc_id:"tvdi",google_ui_features:"ui",g=
oogle_ui_version:"uiv",google_video_doc_id:"video_doc_id",google_video_pr=
oduct_type:"video_product_type"},Fb=3D{google_ad_block:"ad_block",google_=
ad_client:"client",google_ad_format:"format",google_ad_output:"output",=0A=
google_ad_callback:"callback",google_ad_height:"h",google_ad_override:"go=
ogle_ad_override",google_ad_slot:"slotname",google_ad_width:"w",google_ct=
r_threshold:"ctr_t",google_image_size:"image_size",google_last_modified_t=
ime:"lmt",google_max_num_ads:"num_ads",google_max_radlink_len:"max_radlin=
k_len",google_num_radlinks:"num_radlinks",google_num_radlinks_per_unit:"n=
um_radlinks_per_unit",google_only_ads_with_video:"only_ads_with_video",go=
ogle_rl_dest_url:"rl_dest_url",google_rl_filtering:"rl_filtering",=0A=
google_rl_mode:"rl_mode",google_rt:"rt",google_skip:"skip"},Gb=3D{google_=
only_pyv_ads:"pyv",google_with_pyv_ads:"withpyv"};var =
Hb=3D!!window.google_async_iframe_id,Ib=3DHb&&window.parent||window,Jb=3D=
function(a,b,c){b=3D"border:none;height:"+c+"px;margin:0;padding:0;positi=
on:relative;visibility:visible;width:"+b+"px";a=3D['<ins =
style=3D"display:inline-table;',b,'">','<ins =
style=3D"display:block;',b,'">',a,"</ins></ins>"];return a.join("")};var =
Kb=3Ds("0",0),Lb=3Ds("0",0),Mb=3Ds("0.005",0),Nb=3Ds("1",0),Ob=3Ds("0.01"=
,0),Pb=3Ds("0.01",0),Qb=3Ds("0.008",0),Rb=3Ds("0.01",0),Sb=3Ds("0",0);var=
 =
Tb=3Dt("false",j),Ub=3Dt("false",h),Vb=3Dt("false",j),Wb=3Dt("false",j);v=
ar =
Xb=3Dfunction(a,b,c){b=3Dq(b,l,a);a=3Dwindow.onerror;window.onerror=3Db;t=
ry{c()}catch(d){c=3Dd.toString();var =
e=3D"";if(d.fileName)e=3Dd.fileName;var =
f=3D-1;if(d.lineNumber)f=3Dd.lineNumber;b=3Db(c,e,f);if(!b)throw =
d;}window.onerror=3Da};r("google_protectAndRun",Xb);=0A=
var Zb=3Dfunction(a,b,c,d){if(Math.random()<0.01){var =
e=3Dib;a=3D["http://",ia(),"/pagead/gen_204","?id=3Djserror","&jscb=3D",T=
b?1:0,"&jscd=3D",Vb?1:0,"&context=3D",D(a),"&msg=3D",D(b),"&file=3D",D(c)=
,"&line=3D",D(d.toString()),"&url=3D",D(e.URL.substring(0,512)),"&ref=3D"=
,D(e.referrer.substring(0,512))];a.push(Yb());tb(B,a.join(""))}return!Wb}=
;r("google_handleError",Zb);=0A=
var ac=3Dfunction(a){$b|=3Da},$b=3D0,Yb=3Dfunction(){var =
a=3D["&client=3D",D(B.google_ad_client),"&format=3D",D(B.google_ad_format=
),"&slotname=3D",D(B.google_ad_slot),"&output=3D",D(B.google_ad_output),"=
&ad_type=3D",D(B.google_ad_type)];return a.join("")};var =
bc=3Dfunction(a){var b=3D"google_test";try{var =
c=3Da[b];a[b]=3D!c;if(a[b]=3D=3D=3D!c){a[b]=3Dc;return =
h}}catch(d){}return =
j},ec=3Dfunction(a){for(;a!=3Da.parent&&bc(a.parent);)a=3Da.parent;return=
 a},fc=3Di,gc=3Dfunction(){fc||(fc=3Dec(window));return fc};var =
hc,F=3Dfunction(){this.p=3D[];this.P=3Dwindow;this.d=3D0},ic=3Dfunction(a=
,b){this.fn=3Da;this.win=3Db};F.prototype.enqueue=3Dfunction(a,b){this.p.=
push(new =
ic(a,b||this.P));this.g()};F.prototype.o=3Dfunction(){this.d=3D1};F.proto=
type.q=3Dfunction(){if(this.d=3D=3D1)this.d=3D0;this.g()};fa(F.prototype,=
"nq",F.prototype.enqueue);fa(F.prototype,"al",F.prototype.o);fa(F.prototy=
pe,"rl",F.prototype.q);F.prototype.g=3Dfunction(){this.P.setTimeout(q(thi=
s.O,this),0)};=0A=
F.prototype.O=3Dfunction(){if(this.d=3D=3D0&&this.p.length){var =
a=3Dthis.p.shift();this.d=3D2;a.win.setTimeout(q(this.J,this,a),0);this.g=
()}};F.prototype.J=3Dfunction(a){this.d=3D0;a.fn()};var =
jc=3Dfunction(a){return =
mb(a)&&lb(a.nq)&&lb(a.al)&&lb(a.rl)},kc=3Dfunction(){if(hc)return hc;var =
a=3Dgc(),b=3Da.google_jobrunner;if(jc(b))return hc=3Db;return =
a.google_jobrunner=3Dhc=3Dnew =
F},lc=3Dfunction(a,b){kc().nq(a,b)},mc=3Dfunction(){kc().al()},nc=3Dfunct=
ion(){var a=3Dgc().google_jobrunner;jc(a)&&a.rl()};var =
oc,pc,qc,rc,sc,tc,uc,vc=3Dfunction(){uc=3Dtc=3Dsc=3Drc=3Dqc=3Dpc=3Doc=3Dj=
;var a=3DJa();if(a)if(a.indexOf("Firefox")!=3D-1)oc=3Dh;else =
if(a.indexOf("Camino")!=3D-1)pc=3Dh;else =
if(a.indexOf("iPhone")!=3D-1||a.indexOf("iPod")!=3D-1)qc=3Dh;else =
if(a.indexOf("iPad")!=3D-1)rc=3Dh;else =
if(a.indexOf("Android")!=3D-1)sc=3Dh;else =
if(a.indexOf("Chrome")!=3D-1)tc=3Dh;else =
if(a.indexOf("Safari")!=3D-1)uc=3Dh};vc();var wc=3Doc,xc=3Dtc;var =
G=3DHb,H=3DIb,yc=3Dfunction(a,b,c){var d=3D["<iframe"];for(var e in =
a)pb(d,e+"=3D"+a[e]);d.push('style=3D"left:0;position:absolute;top:0;"');=
d.push("></iframe>");a=3Dd.join(" ");return =
b=3DJb(a,b,c)},zc=3Dfunction(a,b){for(var =
c=3Da.document,d=3Db.id,e=3D0;!d||a.document.getElementById(d);)d=3D"aswi=
ft_"+e++;b.id=3Dd;e=3Da.google_ad_width;var =
f=3Da.google_ad_height;c.write(yc(b,e,f));return =
d},Ac=3Dfunction(a,b,c){a=3Da.document.getElementById(b).contentWindow.do=
cument;a.open();a.write(c)},Bc=3Dfunction(a){if(G&&a!=3Da.parent){nc();=0A=
a.setTimeout(function(){a.document.close()},0)}};function =
Cc(a,b){try{return a.top.document=3D=3Db}catch(c){}return j}function =
Dc(a,b,c,d){c=3Dc||a.google_ad_width;d=3Dd||a.google_ad_height;if(Cc(a,b)=
)return j;var e=3Db.documentElement;if(c&&d){var =
f=3D1,g=3D1;if(a.innerHeight){f=3Da.innerWidth;g=3Da.innerHeight}else =
if(e&&e.clientHeight){f=3De.clientWidth;g=3De.clientHeight}else =
if(b.body){f=3Db.body.clientWidth;g=3Db.body.clientHeight}if(g>2*d||f>2*c=
)return j}return h}function =
Ec(a,b){C(b,function(c,d){a["google_"+d]=3Dc})}=0A=
function Fc(a,b){if(!b)return a.URL;return a.referrer}function =
Gc(a,b){if(!b&&a.google_referrer_url=3D=3Di)return"0";else =
if(b&&a.google_referrer_url=3D=3Di)return"1";else =
if(!b&&a.google_referrer_url!=3Di)return"2";else =
if(b&&a.google_referrer_url!=3Di)return"3";return"4"}function =
Hc(a,b,c){a.page_url=3DFc(b,c);a.page_location=3Di}function =
Ic(a,b,c,d){a.page_url=3Db.google_page_url;a.page_location=3DFc(c,d)||"EM=
PTY"}=0A=
function Jc(a,b){var =
c=3D{},d=3DDc(H,b,a.google_ad_width,a.google_ad_height);c.iframing=3DGc(a=
,d);a.google_page_url?Ic(c,a,b,d):Hc(c,b,d);c.last_modified_time=3Db.URL=3D=
=3Dc.page_url?Date.parse(b.lastModified)/1E3:i;c.referrer_url=3Dd?a.googl=
e_referrer_url:a.google_page_url&&a.google_referrer_url?a.google_referrer=
_url:b.referrer;return c}function Kc(a){var =
b=3D{},c=3Da.URL.substring(a.URL.lastIndexOf("http"));b.iframing=3Di;b.pa=
ge_url=3Dc;b.page_location=3Da.URL;b.last_modified_time=3Di;b.referrer_ur=
l=3Dc;return b}=0A=
function Lc(a){var b=3DMc(a,H.document);Ec(a,b)}function Mc(a,b){var =
c;return c=3Da.google_page_url=3D=3Di&&Nc[b.domain]?Kc(b):Jc(a,b)}var =
Nc=3D{};Nc["ad.yieldmanager.com"]=3Dh;var =
Oc=3D"",Rc=3Dfunction(){if(window.google_ad_frameborder=3D=3Di)window.goo=
gle_ad_frameborder=3D0;if(window.google_ad_output=3D=3Di)window.google_ad=
_output=3D"html";if(E(window.google_ad_format)){var =
a=3Dwindow.google_ad_format.match(/^(\d+)x(\d+)_.*/);if(a){window.google_=
ad_width=3DparseInt(a[1],10);window.google_ad_height=3DparseInt(a[2],10);=
window.google_ad_output=3D"html"}}window.google_ad_format=3DPc(window.goo=
gle_ad_format,String(window.google_ad_output),Number(window.google_ad_wid=
th),Number(window.google_ad_height),=0A=
window.google_ad_slot,!!window.google_override_format);Oc=3Dwindow.google=
_ad_client||"";window.google_ad_client=3DQc(window.google_ad_format,windo=
w.google_ad_client);Lc(window);if(window.google_flash_version=3D=3Di)wind=
ow.google_flash_version=3Dwb();window.google_ad_section=3Dwindow.google_a=
d_section||window.google_ad_region||"";window.google_country=3Dwindow.goo=
gle_country||window.google_gl||"";a=3D(new =
Date).getTime();if(n(window.google_color_bg))window.google_color_bg=3DJ(w=
indow.google_color_bg,a);if(n(window.google_color_text))window.google_col=
or_text=3D=0A=
J(window.google_color_text,a);if(n(window.google_color_link))window.googl=
e_color_link=3DJ(window.google_color_link,a);if(n(window.google_color_url=
))window.google_color_url=3DJ(window.google_color_url,a);if(n(window.goog=
le_color_border))window.google_color_border=3DJ(window.google_color_borde=
r,a);if(n(window.google_color_line))window.google_color_line=3DJ(window.g=
oogle_color_line,a)},Sc=3Dfunction(a){C(Eb,function(b,c){a[c]=3Di});C(Fb,=
function(b,c){a[c]=3Di});C(Gb,function(b,c){a[c]=3Di});a.google_container=
_id=3Di;=0A=
a.google_disable_async=3Di;a.google_eids=3Di;a.google_page_location=3Di;a=
.google_referrer_url=3Di;a.google_ad_region=3Di;a.google_gl=3Di},J=3Dfunc=
tion(a,b){ac(2);return =
a[b%a.length]},Qc=3Dfunction(a,b){if(!b)return"";b=3Db.toLowerCase();retu=
rn =
b=3DE(a)?Tc(b):Uc(b)},Uc=3Dfunction(a){if(a&&a.substring(0,3)!=3D"ca-")a=3D=
"ca-"+a;return =
a},Tc=3Dfunction(a){if(a&&a.substring(0,7)!=3D"ca-aff-")a=3D"ca-aff-"+a;r=
eturn =
a},Pc=3Dfunction(a,b,c,d,e,f){if(!a&&b=3D=3D"html")a=3Dc+"x"+d;return =
a=3DVc(a,e,f)?a.toLowerCase():""},Vc=3Dfunction(a,b,c){if(!a)return j;=0A=
if(!b)return h;return c};var K=3Ddocument,L=3Dnavigator,M=3Dwindow;=0A=
function Wc(){var a=3DK.cookie,b=3DMath.round((new =
Date).getTime()/1E3),c=3DM.google_analytics_domain_name;c=3Dtypeof =
c=3D=3D"undefined"?Xc("auto"):Xc(c);var =
d=3Da.indexOf("__utma=3D"+c+".")>-1,e=3Da.indexOf("__utmb=3D"+c)>-1,f=3Da=
.indexOf("__utmc=3D"+c)>-1,g=3D{},o=3D!!M&&!!M.gaGlobal;if(d){a=3Da.split=
("__utma=3D"+c+".")[1].split(";")[0].split(".");g.sid=3De&&f?a[3]+"":o&&M=
.gaGlobal.sid?M.gaGlobal.sid:b+"";g.vid=3Da[0]+"."+a[1];g.from_cookie=3Dh=
}else{g.sid=3Do&&M.gaGlobal.sid?M.gaGlobal.sid:b+"";g.vid=3Do&&M.gaGlobal=
.vid?M.gaGlobal.vid:=0A=
(Math.round(Math.random()*2147483647)^Yc()&2147483647)+"."+b;g.from_cooki=
e=3Dj}g.dh=3Dc;g.hid=3Do&&M.gaGlobal.hid?M.gaGlobal.hid:Math.round(Math.r=
andom()*2147483647);return M.gaGlobal=3Dg}=0A=
function Yc(){var =
a=3DK.cookie?K.cookie:"",b=3DM.history.length,c,d=3D[L.appName,L.version,=
L.language?L.language:L.browserLanguage,L.platform,L.userAgent,L.javaEnab=
led()?1:0].join("");if(M.screen)d+=3DM.screen.width+"x"+M.screen.height+M=
.screen.colorDepth;else =
if(M.java){c=3Djava.awt.Toolkit.getDefaultToolkit().getScreenSize();d+=3D=
c.screen.width+"x"+c.screen.height}d+=3Da;d+=3DK.referrer?K.referrer:"";f=
or(a=3Dd.length;b>0;)d+=3Db--^a++;return Zc(d)}=0A=
function Zc(a){var =
b=3D1,c=3D0,d;if(!(a=3D=3Dundefined||a=3D=3D"")){b=3D0;for(d=3Da.length-1=
;d>=3D0;d--){c=3Da.charCodeAt(d);b=3D(b<<6&268435455)+c+(c<<14);c=3Db&266=
338304;b=3Dc!=3D0?b^c>>21:b}}return b}function =
Xc(a){if(!a||a=3D=3D""||a=3D=3D"none")return =
1;if("auto"=3D=3Da){a=3DK.domain;if("www."=3D=3Da.substring(0,4))a=3Da.su=
bstring(4,a.length)}return Zc(a.toLowerCase())};var =
N=3Dfunction(){this.defaultBucket=3D[];this.layers=3D{};for(var =
a=3D0,b=3Darguments.length;a<b;++a)this.layers[arguments[a]]=3D""},$c=3Df=
unction(a){for(var b=3Dnew =
N,c=3D0,d=3Da.defaultBucket.length;c<d;++c)b.defaultBucket.push(a.default=
Bucket[c]);C(a.layers,q(N.prototype.k,b));return =
b};N.prototype.k=3Dfunction(a,b){this.layers[b]=3Da};N.prototype.N=3Dfunc=
tion(a,b){if(a=3D=3D"")return"";if(!b){this.defaultBucket.push(a);return =
a}if(this.layers.hasOwnProperty(b))return this.layers[b]=3Da;return""};=0A=
N.prototype.b=3Dfunction(a,b,c){if(this.A(c)&&!(Math.random()<1.0E-4)&&Ma=
th.random()<b){b=3DMath.floor(Math.random()*a.length);return =
this.N(a[b],c)}return""};N.prototype.A=3Dfunction(a){if(!a)return =
h;return =
this.layers.hasOwnProperty(a)&&this.layers[a]=3D=3D""};N.prototype.c=3Dfu=
nction(a){if(this.layers.hasOwnProperty(a))return =
this.layers[a];return""};N.prototype.geil=3DN.prototype.c;=0A=
N.prototype.z=3Dfunction(){var =
a=3D[],b=3Dfunction(c){c!=3D""&&a.push(c)};C(this.layers,b);if(this.defau=
ltBucket.length>0&&a.length>0)return =
this.defaultBucket.join(",")+","+a.join(",");return =
this.defaultBucket.join(",")+a.join(",")};var =
bd=3Dfunction(a){this.a=3Dthis.S=3Da;ad(this)},cd=3D{};cd.google_persiste=
nt_state=3Dh;cd.google_persistent_state_async=3Dh;=0A=
var =
dd=3D{},O=3Dfunction(a){a=3Da&&cd[a]?a:G?"google_persistent_state_async":=
"google_persistent_state";if(dd[a])return =
dd[a];if(a=3D=3D"google_persistent_state_async")var b=3DH,c=3D{};else =
c=3Db=3DH;var d=3Db[a];if(typeof d!=3D"object"||typeof =
d.S!=3D"object")return b[a]=3Ddd[a]=3Dnew bd(c);return =
dd[a]=3Dd},ad=3Dfunction(a){P(a,1,j);P(a,2,j);P(a,3,i);P(a,4,0);P(a,5,0);=
P(a,6,0);P(a,7,(new =
Date).getTime());P(a,8,{});P(a,9,{});P(a,10,{});P(a,11,[]);P(a,12,0)},ed=3D=
function(a){switch(a){case 1:return"google_new_domain_enabled";case =
2:return"google_new_domain_checked";=0A=
case 3:return"google_exp_persistent";case =
4:return"google_num_sdo_slots";case 5:return"google_num_0ad_slots";case =
6:return"google_num_ad_slots";case 7:return"google_correlator";case =
8:return"google_prev_ad_formats_by_region";case =
9:return"google_prev_ad_slotnames_by_region";case =
10:return"google_num_slots_by_channel";case =
11:return"google_viewed_host_channels";case =
12:return"google_num_slot_to_show"}},T=3Dfunction(a,b){var =
c=3Ded(b);return c=3Da.S[c]},U=3Dfunction(a,b,c){return =
a.S[ed(b)]=3Dc},P=3Dfunction(a,=0A=
b,c){a=3Da.S;b=3Ded(b);if(a[b]=3D=3D=3Dundefined)return a[b]=3Dc;return =
a[b]},fd=3Dfunction(a){if(T(a,1))return h;return =
U(a,1,!!window.google_new_domain_enabled)},gd=3Dfunction(a,b){return =
U(a,3,b)};var hd,id,V=3Dfunction(){if(hd)return hd;var =
a=3DO(),b=3DT(a,3);if(ob(b,N))return hd=3Dgd(a,new N(1,2,3,4));return =
hd=3Db},jd=3Dfunction(){id||(id=3D$c(V()));return =
id},kd=3D{CONTROL:"33895100",LOADER:"33895101",RELEASE_CANDIDATE_LOADER:"=
33895150",BLOCKING_LOADER:"33895151",NO_LOADER:"33895152",NO_LOADER_NO_EX=
PAND:"33895153"},ld=3D{ASWIFT_LOADER:"33895131",BLOCKING_LOADER:"33895132=
"};var W=3Dfunction(){};W.prototype.serialize=3Dfunction(a){var =
b=3D[];this.h(a,b);return =
b.join("")};W.prototype.h=3Dfunction(a,b){switch(typeof a){case =
"string":this.r(a,b);break;case "number":this.L(a,b);break;case =
"boolean":b.push(a);break;case "undefined":b.push("null");break;case =
"object":if(a=3D=3Di){b.push("null");break}if(n(a)){this.K(a,b);break}thi=
s.M(a,b);break;case "function":break;default:throw Error("Unknown type: =
"+typeof a);}};=0A=
var =
md=3D{'"':'\\"',"\\":"\\\\","/":"\\/","\u0008":"\\b","\u000c":"\\f","\n":=
"\\n","\r":"\\r","\t":"\\t","\u000b":"\\u000b"},nd=3D/\uffff/.test("\ufff=
f")?/[\\\"\x00-\x1f\x7f-\uffff]/g:/[\\\"\x00-\x1f\x7f-\xff]/g;W.prototype=
.r=3Dfunction(a,b){b.push('"',a.replace(nd,function(c){if(c in md)return =
md[c];var d=3Dc.charCodeAt(0),e=3D"\\u";if(d<16)e+=3D"000";else =
if(d<256)e+=3D"00";else if(d<4096)e+=3D"0";return =
md[c]=3De+d.toString(16)}),'"')};W.prototype.L=3Dfunction(a,b){b.push(isF=
inite(a)&&!isNaN(a)?a:"null")};=0A=
W.prototype.K=3Dfunction(a,b){var c=3Da.length;b.push("[");for(var =
d=3D"",e=3D0;e<c;e++){b.push(d);this.h(a[e],b);d=3D","}b.push("]")};W.pro=
totype.M=3Dfunction(a,b){b.push("{");var c=3D"";for(var d in =
a)if(a.hasOwnProperty(d)){var e=3Da[d];if(typeof =
e!=3D"function"){b.push(c);this.r(d,b);b.push(":");this.h(e,b);c=3D","}}b=
.push("}")};var =
od=3D["google_ad_block","google_ad_channel","google_ad_client","google_ad=
_format","google_ad_height","google_ad_host","google_ad_host_channel","go=
ogle_ad_host_tier_id","google_ad_output","google_ad_override","google_ad_=
region","google_ad_section","google_ad_slot","google_ad_type","google_ad_=
width","google_adtest","google_allow_expandable_ads","google_alternate_ad=
_url","google_alternate_color","google_analytics_domain_name","google_ana=
lytics_uacct","google_bid","google_city","google_color_bg","google_color_=
border",=0A=
"google_color_line","google_color_link","google_color_text","google_color=
_url","google_container_id","google_contents","google_country","google_cp=
m","google_ctr_threshold","google_cust_age","google_cust_ch","google_cust=
_gender","google_cust_id","google_cust_interests","google_cust_job","goog=
le_cust_l","google_cust_lh","google_cust_u_url","google_disable_video_aut=
oplay","google_ed","google_eids","google_enable_osd","google_encoding","g=
oogle_font_face","google_font_size","google_frame_id","google_gl",=0A=
"google_hints","google_image_size","google_kw","google_kw_type","google_l=
anguage","google_max_num_ads","google_max_radlink_len","google_num_radlin=
ks","google_num_radlinks_per_unit","google_num_slots_to_rotate","google_o=
nly_ads_with_video","google_only_pyv_ads","google_override_format","googl=
e_page_url","google_referrer_url","google_region","google_reuse_colors","=
google_rl_dest_url","google_rl_filtering","google_rl_mode","google_rt","g=
oogle_safe","google_skip","google_tag_info","google_targeting",=0A=
"google_ui_features","google_ui_version","google_video_doc_id","google_vi=
deo_product_type","google_with_pyv_ads"],pd=3Dfunction(a){for(var =
b=3D[],c=3D0,d=3Dod.length;c<d;c++){var e=3Dod[c];if(a[e]!=3Di){var =
f;try{f=3D(new =
W).serialize(a[e])}catch(g){}f&&b.push(e,"=3D",f,";")}}return =
b.join("")},qd=3Dfunction(a){for(var b=3D0,c=3Dod.length;b<c;b++){var =
d=3Dod[b];a[d]=3Di}};var rd=3Dfunction(a){var =
b=3D"google_unique_id";if(a[b])++a[b];else a[b]=3D1;return =
a[b]},sd=3Dfunction(){var a=3D"script";return["<",a,' =
src=3D"http://',v(),,'/pagead/js/r20100625/r20100614/show_ads_impl.js"></=
',a,">"].join("")},td=3Dfunction(){if(window.google_disable_async)return =
j;return =
ib.domain=3D=3DB.location.hostname&&(z||xc||wc&&!!window.document.body)&&=0A=
!window.google_container_id&&(!window.google_ad_output||window.google_ad_=
output=3D=3D"html")},ud=3Dfunction(a){var =
b=3D"script",c=3D{allowtransparency:'"true"',frameborder:'"'+(a.google_ad=
_frameborder||0)+'"',height:'"'+a.google_ad_height+'"',hspace:'"0"',margi=
nwidth:'"0"',marginheight:'"0"',name:'"google_ads_frame"',scrolling:'"no"=
',vspace:'"0"',width:'"'+a.google_ad_width+'"'};a.google_ad_frameborder=3D=
i;var d=3Dzc(a,c);c=3Dpd(a);qd(a);var e=3Dk,f=3D(new =
Date).getTime(),g=3D["<!doctype =
html><html><body><",b,">",c,"google_unique_id=3D",=0A=
a.google_unique_id,';google_async_iframe_id=3D"',d,'";google_start_time=3D=
',e,";google_bpp=3D",f>e?f-e:1,";</",b,">",sd(),"</body></html>"].join(""=
);lc(function(){mc();Ac(a,d,g)})},vd=3Dfunction(){var =
a=3Dkd;a=3D[a.RELEASE_CANDIDATE_LOADER,a.BLOCKING_LOADER,a.NO_LOADER,a.NO=
_LOADER_NO_EXPAND];V().b(a,Mb,3)},wd=3Dfunction(){if(G){var =
a=3DO("google_persistent_state"),b=3DT(a,3);a=3D3;if("geil"in =
b){b=3Db.geil(a);V().b([b],1,a)}}},xd=3Dfunction(){var =
a=3DV();return"geil"in a?a.geil(3):""},yd=3Dfunction(){var =
a=3Dxd(),b=3Dkd;return a=3D=3D=0A=
b.RELEASE_CANDIDATE_LOADER},zd=3Dfunction(){var a=3Dxd(),b=3Dkd;return =
a=3D=3Db.BLOCKING_LOADER},Ad=3Dfunction(){var a=3Dxd(),b=3Dkd;return =
a=3D=3Db.NO_LOADER_NO_EXPAND},Bd=3Dfunction(){if(Ub){G&&wd();var =
a=3Dld,b=3D0;b=3DG?a.ASWIFT_LOADER:a.BLOCKING_LOADER;V().b([b],1,4)}};var=
 =
Cd=3D{google:1,googlegroups:1,gmail:1,googlemail:1,googleimages:1,googlep=
rint:1};function =
Dd(a){a=3Da.google_page_location||a.google_page_url;if(!a)return =
j;a=3Da.toString();if(a.indexOf("http://")=3D=3D0)a=3Da.substring(7,a.len=
gth);else =
if(a.indexOf("https://")=3D=3D0)a=3Da.substring(8,a.length);var =
b=3Da.indexOf("/");if(b=3D=3D-1)b=3Da.length;a=3Da.substring(0,b);a=3Da.s=
plit(".");b=3Dj;if(a.length>=3D3)b=3Da[a.length-3]in =
Cd;if(a.length>=3D2)b=3Db||a[a.length-2]in Cd;return b}=0A=
function Ed(a,b,c){var =
d=3DO();if(Dd(a))return!U(d,2,h);if(!T(d,2)){a=3DMath.random();if(a<=3Dc)=
{c=3D"http://"+ha()+"/pagead/test_domain.js";a=3D"script";b.write("<"+a+'=
 src=3D"'+c+'"></'+a+">");return U(d,2,h)}}return j}var =
Fd=3Dfunction(a){var b=3DV();if(b.c(1)=3D=3D"44901228")return =
j;if(b.c(1)=3D=3D"44901229"||Math.random()<Lb)return =
1=3D=3DMath.floor(a/2)%2;return j};=0A=
function Gd(a,b){var c=3DO();if(!Dd(a)&&fd(c))return =
Fd(b)?"http://"+u("","googleads2.g.doubleclick.net"):"http://"+ha();retur=
n"http://"+ia()};var =
X=3Dfunction(a){this.e=3Da;this.n=3D[];this.m=3D0;this.f=3D[];this.F=3D0;=
this.i=3D[];this.C=3Dj;this.s=3Dthis.t=3D"";this.B=3Dj};X.prototype.H=3Df=
unction(a,b){var =
c=3Dthis.e[b],d=3Dthis.n;this.e[b]=3Dfunction(e){if(e&&e.length>0){var =
f=3De.length>1?e[1].url:i;d.push([a,ra(e[0].url),f])}c(e)}};X.prototype.G=
=3Dfunction(){this.m++};X.prototype.I=3Dfunction(a){this.f.push(a)};var =
Hd=3D"http://"+v()+"/pagead/osd.js";X.prototype.D=3Dfunction(){if(!this.C=
){sb(H);qb(Hd);this.C=3Dh}};=0A=
X.prototype.u=3Dfunction(a){if(this.m>0)for(var =
b=3Dthis.e.document.getElementsByTagName("iframe"),c=3Dthis.B?"google_ads=
_iframe_":"google_ads_frame",d=3D0;d<b.length;d++){var =
e=3Db.item(d);e.src&&e.name&&e.name.indexOf(c)=3D=3D0&&a(e,e.src)}};=0A=
X.prototype.v=3Dfunction(a){var b=3Dthis.n;if(b.length>0)for(var =
c=3Dthis.e.document.getElementsByTagName("a"),d=3D0;d<c.length;d++)for(va=
r e=3D0;e<b.length;e++)if(c.item(d).href=3D=3Db[e][1]){var =
f=3Dc.item(d).parentNode;if(b[e][2])for(var =
g=3Df,o=3D0;o<4;o++){if(g.innerHTML.indexOf(b[e][2])>0){f=3Dg;break}g=3Dg=
.parentNode}a(f,b[e][0]);b.splice(e,1);break}};X.prototype.w=3Dfunction(a=
){for(var b=3D0;b<this.f.length;b++){var =
c=3Dthis.f[b],d=3DId(c);if(d)(d=3Dthis.e.document.getElementById("google_=
ads_div_"+d))&&a(d,c)}};=0A=
X.prototype.j=3Dfunction(a){this.v(a);this.w(a);this.u(a)};X.prototype.se=
tupOsd=3Dfunction(a,b,c){this.F=3Da;this.t=3Db;this.s=3Dc};X.prototype.ge=
tOsdMode=3Dfunction(){return =
this.F};X.prototype.getEid=3Dfunction(){return =
this.t};X.prototype.getCorrelator=3Dfunction(){return =
this.s};X.prototype.l=3Dfunction(){return =
this.n.length+this.m+this.f.length};X.prototype.setValidOutputTypes=3Dfun=
ction(a){this.i=3Da};=0A=
X.prototype.registerAdBlockByType=3Dfunction(a,b,c){if(this.i.length>0){f=
or(var =
d=3D0;d<this.i.length;d++)if(this.i[d]=3D=3Da){this.B=3Dc;if(a=3D=3D"js")=
this.H(b,"google_ad_request_done");else if(a=3D=3D"html")this.G();else =
a=3D=3D"json_html"&&this.I(b)}this.D()}};var =
Id=3Dfunction(a){if((a=3Da.match(/[&\?](?:slotname)=3D([^&]+)/))&&a.lengt=
h=3D=3D2)return a[1];return""},Jd=3Dfunction(){var =
a=3DH;a.__google_ad_urls||(a.__google_ad_urls=3Dnew X(a));return =
a.__google_ad_urls};r("Goog_AdSense_getAdAdapterInstance",Jd);=0A=
r("Goog_AdSense_OsdAdapter",X);r("Goog_AdSense_OsdAdapter.prototype.numBl=
ocks",X.prototype.l);r("Goog_AdSense_OsdAdapter.prototype.findBlocks",X.p=
rototype.j);r("Goog_AdSense_OsdAdapter.prototype.getOsdMode",X.prototype.=
getOsdMode);r("Goog_AdSense_OsdAdapter.prototype.getEid",X.prototype.getE=
id);r("Goog_AdSense_OsdAdapter.prototype.getCorrelator",X.prototype.getCo=
rrelator);r("Goog_AdSense_OsdAdapter.prototype.setValidOutputTypes",X.pro=
totype.setValidOutputTypes);=0A=
r("Goog_AdSense_OsdAdapter.prototype.setupOsd",X.prototype.setupOsd);r("G=
oog_AdSense_OsdAdapter.prototype.registerAdBlockByType",X.prototype.regis=
terAdBlockByType);var Kd=3Dfunction(a,b){var =
c=3Da.nodeType=3D=3D9?a:a.ownerDocument||a.document;if(c.defaultView&&c.d=
efaultView.getComputedStyle)if(c=3Dc.defaultView.getComputedStyle(a,""))r=
eturn c[b];return i},Ld=3Dfunction(a,b){return =
Kd(a,b)||(a.currentStyle?a.currentStyle[b]:i)||a.style[b]},Md=3Dfunction(=
a,b,c,d){if(typeof =
d=3D=3D"number")d=3D(b?Math.round(d):d)+"px";c.style[a]=3Dd};ea(Md,"heigh=
t",h);ea(Md,"width",h);=0A=
var Nd=3Dfunction(a,b,c,d){if(/^\d+px?$/.test(b))return =
parseInt(b,10);else{var =
e=3Da.style[c],f=3Da.runtimeStyle[c];a.runtimeStyle[c]=3Da.currentStyle[c=
];a.style[c]=3Db;b=3Da.style[d];a.style[c]=3De;a.runtimeStyle[c]=3Df;retu=
rn b}},Od=3Dfunction(a){var =
b=3Da.nodeType=3D=3D9?a:a.ownerDocument||a.document,c=3D"";if(b.body.crea=
teTextRange){c=3Db.body.createTextRange();c.moveToElementText(a);c=3Dc.qu=
eryCommandValue("FontName")}if(!c){c=3DLd(a,"fontFamily");if(Ma&&Va)c=3Dc=
.replace(/ \[[^\]]*\]/,"")}a=3Dc.split(",");if(a.length>1)c=3Da[0];=0A=
return =
sa(c,"\"'")},Pd=3D/[^\d]+$/,Qd=3Dfunction(a){return(a=3Da.match(Pd))&&a[0=
]||i},Rd=3D{cm:1,"in":1,mm:1,pc:1,pt:1},Sd=3D{em:1,ex:1},Td=3Dfunction(a)=
{var b=3DLd(a,"fontSize"),c=3DQd(b);if(b&&"px"=3D=3Dc)return =
parseInt(b,10);if(z)if(c in Rd)return Nd(a,b,"left","pixelLeft");else =
if(a.parentNode&&a.parentNode.nodeType=3D=3D1&&c in =
Sd){a=3Da.parentNode;c=3DLd(a,"fontSize");return =
Nd(a,b=3D=3Dc?"1em":b,"left","pixelLeft")}c=3Deb("span",{style:"visibilit=
y:hidden;position:absolute;line-height:0;padding:0;margin:0;border:0;heig=
ht:1em;"});=0A=
hb(a,c);b=3Dc.offsetHeight;c&&c.parentNode&&c.parentNode.removeChild(c);r=
eturn b};var Y=3D{};function Ud(a){if(a=3D=3D1)return =
h;return!Y[a]}function =
Vd(a,b){if(!(!a||a=3D=3D""))if(b=3D=3D1)if(Y[b])Y[b]+=3D","+a;else =
Y[b]=3Da;else Y[b]=3Da}function Wd(){var =
a=3D[];C(Y,function(b){a.push(b)});return a.join(",")}function =
Xd(a,b){if(n(a))for(var c=3D0;c<a.length;c++)p(a[c])&&Vd(a[c],b)}var =
Yd=3Dj;=0A=
function Zd(a,b){var =
c=3D"script";Yd=3D$d(a,b);if(!Yd)a.google_allow_expandable_ads=3Dj;var =
d=3D!ae();Yd&&d&&b.write("<"+c+' =
src=3D"http://'+v()+'/pagead/expansion_embed.js"></'+c+">");var =
e=3DEd(a,b,Nb);(d=3Dd||e)&&ub("msie")&&!window.opera?b.write("<"+c+' =
src=3D"http://'+v()+'/pagead/render_ads.js"></'+c+">"):b.write("<"+c+'>go=
ogle_protectAndRun("ads_core.google_render_ad", google_handleError, =
google_render_ad);</'+c+">")}var =
Z=3Dfunction(a){a=3Da.google_unique_id;if(typeof a=3D=3D"number")return =
a;return 0};=0A=
function $(a){return a!=3Di?'"'+a+'"':'""'}var be=3Dfunction(a,b){var =
c=3Db.slice(-1),d=3Dc=3D=3D"?"||c=3D=3D"#"?"":"&",e=3D[b];c=3Dfunction(f,=
g){if(f||f=3D=3D=3D0||f=3D=3D=3Dj){if(typeof =
f=3D=3D"boolean")f=3Df?1:0;pb(e,d,g,"=3D",D(f));d=3D"&"}};C(a,c);return =
e.join("")};function ce(){var =
a=3Dz&&A("6"),b=3DNa&&A("1.8.1"),c=3DOa&&A("525");if(Ua&&(a||b||c))return=
 h;else if(Ta&&(c||b))return h;else if(Va&&b)return h;return j}=0A=
function ae(){return(typeof =
ExpandableAdSlotFactory=3D=3D"function"||typeof =
ExpandableAdSlotFactory=3D=3D"object")&&typeof =
ExpandableAdSlotFactory.createIframe=3D=3D"function"}function =
$d(a,b){var =
c=3Da.google_ad_width,d=3Da.google_ad_height;if(a.google_allow_expandable=
_ads=3D=3D=3Dj||!b.body||a.google_ad_output!=3D"html"||Dc(H,b,c,d)||!de(a=
)||isNaN(a.google_ad_height)||isNaN(a.google_ad_width)||!ce()||Ad()&&td()=
||b.domain!=3Da.location.hostname)return j;return h}=0A=
function de(a){var b=3Da.google_ad_format;if(E(b))return =
j;if(xb(a)&&b!=3D"468x15_0ads_al")return j;return h}function ee(){var =
a;if(B.google_ad_output=3D=3D"html"&&!(xb(B)||E(B.google_ad_format))&&Ud(=
0)){a=3D["6083035","6083034"];a=3Dyb(a,Sb);Vd(a,0)}return =
a=3D=3D"6083035"}=0A=
function =
fe(a,b){if(!(G?Z(a)=3D=3D1:!Z(a))||E(a.google_ad_format))return"";var =
c=3D"",d=3Dxb(a);if(b=3D=3D"html"||d)c=3Dyb(["36815001","36815002"],Ob);i=
f(c=3D=3D""&&(b=3D=3D"js"||d))c=3Dyb(["36815003","36815004"],Pb);if(c=3D=3D=
""&&(b=3D=3D"html"||b=3D=3D"js"))c=3Dyb(["36813005","36813006"],Qb);retur=
n c}=0A=
function ge(){if(G)return"";var =
a=3DJd(),b=3Dwindow.google_enable_osd,c;if(b=3D=3D=3Dh){c=3D"36813006";he=
(c,a)}else =
if(b!=3D=3Dj&&Ud(0)){c=3Da.getEid();if(c=3D=3D"")(c=3Dfe(window,String(wi=
ndow.google_ad_output||"")))&&he(c,a);else =
if(c!=3D"36815001"&&c!=3D"36815002"&&c!=3D"36815003"&&c!=3D"36815004"&&c!=
=3D"36813005"&&c!=3D"36813006")c=3D""}if(c){Vd(c,0);return c}return""}=0A=
function he(a,b){var c=3Db.getOsdMode(),d=3D[];switch(a){case =
"36815004":c=3D1;d=3D["js"];break;case =
"36815002":c=3D1;d=3D["html"];break;case =
"36813006":c=3D0;d=3D["html","js"];break}d.length>0&&b.setValidOutputType=
s(d);d=3DO();b.setupOsd(c,a,T(d,7).toString())}=0A=
function ie(a,b,c,d){G||rd(a);var =
e=3DZ(a);c=3Dbe({ifi:e},c);c=3Dc.substring(0,1991);c=3Dc.replace(/%\w?$/,=
"");var =
f=3D"script";if((a.google_ad_output=3D=3D"js"||a.google_ad_output=3D=3D"j=
son_html")&&(a.google_ad_request_done||a.google_radlink_request_done))b.w=
rite("<"+f+' language=3D"JavaScript1.1" =
src=3D'+$(aa(c))+"></"+f+">");else =
if(a.google_ad_output=3D=3D"html")if(Yd&&ae()){b=3Da.google_container_id|=
|d||i;a["google_expandable_ad_slot"+e]=3DExpandableAdSlotFactory.createIf=
rame("google_ads_frame"+e,aa(c),a.google_ad_width,=0A=
a.google_ad_height,b)}else{e=3D'<iframe name=3D"google_ads_frame" =
width=3D'+$(String(a.google_ad_width))+" =
height=3D"+$(String(a.google_ad_height))+" =
frameborder=3D"+$(String(a.google_ad_frameborder=3D=3Di?"":a.google_ad_fr=
ameborder))+" src=3D"+$(aa(c))+' marginwidth=3D"0" marginheight=3D"0" =
vspace=3D"0" hspace=3D"0" allowtransparency=3D"true" =
scrolling=3D"no"></iframe>';a.google_container_id?je(a.google_container_i=
d,b,e):b.write(e)}return c}function ke(a){Sc(a)}=0A=
function le(a){var b=3Djd().c(2)=3D=3D"44901217";if(!me(b))return =
j;b=3Dee();var =
c=3DGd(window,Z(window));a=3Dne(a);b=3Dc+oe(a.google_ad_format,b);window.=
google_ad_url=3Dbe(a,b);return h}=0A=
var =
se=3Dfunction(a){a.dt=3Dk;if(G&&window.google_bpp)a.bpp=3Dwindow.google_b=
pp;a.shv=3D"r20100625";var =
b=3DO(),c=3DT(b,8),d=3Dwindow.google_ad_section,e=3Dwindow.google_ad_form=
at,f=3Dwindow.google_ad_slot;if(c[d])E(e)||(a.prev_fmts=3Dc[d]);var =
g=3DT(b,9);if(g[d])a.prev_slotnames=3Dg[d].toLowerCase();if(e){if(!E(e))i=
f(c[d])c[d]+=3D","+e;else c[d]=3De}else if(f)if(g[d])g[d]+=3D","+f;else =
g[d]=3Df;a.correlator=3DT(b,7);if(T(b,2)&&!fd(b))a.dblk=3D1;if(window.goo=
gle_ad_channel){c=3DT(b,10);d=3D"";e=3Dwindow.google_ad_channel.split(pe)=
;=0A=
for(f=3D0;f<e.length;f++){g=3De[f];if(c[g])d+=3Dg+"+";else =
c[g]=3Dh}a.pv_ch=3Dd}if(window.google_ad_host_channel){b=3Dqe(window.goog=
le_ad_host_channel,T(b,11));a.pv_h_ch=3Db}if(Tb)a.jscb=3D1;if(Vb)a.jscd=3D=
1;a.frm=3Dwindow.google_iframing;a.adk=3Dre();b=3DWc();a.ga_vid=3Db.vid;a=
.ga_sid=3Db.sid;a.ga_hid=3Db.hid;a.ga_fc=3Db.from_cookie;a.ga_wpids=3Dwin=
dow.google_analytics_uacct},te=3Dfunction(a){var =
b=3Dh;if(b=3DAb(b)){a.biw=3Db.width;a.bih=3Db.height}},re=3Dfunction(){va=
r =
a=3D[];pb(a,B.google_ad_slot,B.google_ad_format,B.google_ad_type,B.google=
_ad_width,=0A=
B.google_ad_height);if(kb){var =
b=3DDb(kb);b&&a.push(b)}b=3D0;if(a)b=3DBb(a.join(":"));return =
b.toString()},ue=3Dfunction(a){var =
b=3DCb(H);if(b!=3D0)a.ifk=3Db.toString()};function qe(a,b){for(var =
c=3Da.split("|"),d=3D-1,e=3D[],f=3D0;f<c.length;f++){var =
g=3Dc[f].split(pe);b[f]||(b[f]=3D{});for(var =
o=3D"",Q=3D0;Q<g.length;Q++){var =
I=3Dg[Q];if(I!=3D"")if(b[f][I])o+=3D"+"+I;else =
b[f][I]=3Dh}o=3Do.slice(1);e[f]=3Do;if(o!=3D"")d=3Df}c=3D"";if(d>-1){for(=
f=3D0;f<d;f++)c+=3De[f]+"|";c+=3De[d]}return c}=0A=
function ve(){var =
a=3D["44901228","44901229"];V().b(a,Kb,1);a=3D["44901218","44901217"];V()=
.b(a,Rb,2)}var we=3Dfunction(){gc()!=3DH&&ac(4)};=0A=
function xe(){we();(G?Z(window)=3D=3D1:!Z(window))&&ve();var =
a=3Dge(),b=3Di,c=3D"",d=3DMath.random()<0.01;if(d)if(b=3Dwindow.google_as=
ync_iframe_id)b=3DH.document.getElementById(b);else{c=3D"google_temp_span=
";b=3Dye(c)}d=3Dle(b);b&&b.id=3D=3Dc&&(b&&b.parentNode?b.parentNode.remov=
eChild(b):i);if(d){c=3Die(window,document,window.google_ad_url);if(a)Jd()=
.registerAdBlockByType(String(window.google_ad_output||""),c,j);ke(window=
)}Bc(window)}=0A=
var =
ze=3Dfunction(a){C(Fb,function(b,c){a[b]=3Dwindow[c]});C(Eb,function(b,c)=
{a[b]=3Dwindow[c]});C(Gb,function(b,c){a[b]=3Dwindow[c]})},Ae=3Dfunction(=
a){Xd(window.google_eids,1);a.eid=3DWd();var =
b=3Djd().z();if(a.eid.length>0&&b.length>0)a.eid+=3D",";a.eid+=3Db};funct=
ion Be(a,b,c,d){a=3DZb(a,b,c,d);Zd(window,document);return a}function =
Ce(){Rc()}=0A=
function De(a){var =
b=3D{};a=3Da.split("?");a=3Da[a.length-1].split("&");for(var =
c=3D0;c<a.length;c++){var =
d=3Da[c].split("=3D");if(d[0])try{b[d[0].toLowerCase()]=3Dd.length>1?wind=
ow.decodeURIComponent?decodeURIComponent(d[1].replace(/\+/g," =
")):unescape(d[1]):""}catch(e){}}return b}function Ee(){var =
a=3Dwindow,b=3DDe(document.URL);if(b.google_ad_override){a.google_ad_over=
ride=3Db.google_ad_override;a.google_adtest=3D"on"}}=0A=
function =
je(a,b,c){if(a)if((a=3Db.getElementById(a))&&c&&c.length!=3D""){a.style.v=
isibility=3D"visible";a.innerHTML=3Dc}}=0A=
var oe=3Dfunction(a,b){var c;return =
c=3DE(a)?"/pagead/sdo?":b?"/pagead/render_iframe_ads.html#":"/pagead/ads?=
"},Fe=3Dfunction(a,b){b.dff=3DOd(a).toLowerCase();b.dfs=3DTd(a)},Ge=3Dfun=
ction(a){a.ref=3Dwindow.google_referrer_url;a.loc=3Dwindow.google_page_lo=
cation},me=3Dfunction(a){var =
b=3DO(),c=3DT(b,8),d=3DT(b,9),e=3Dwindow.google_ad_section;if(E(window.go=
ogle_ad_format)){if(U(b,4,T(b,4)+1)>4&&!a)return j}else =
if(xb(window)){if(U(b,5,T(b,5)+1)>3&&!a)return j}else{var =
f=3DU(b,6,T(b,6)+1);if(window.google_num_slots_to_rotate){ac(1);=0A=
c[e]=3D"";d[e]=3D"";T(b,12)||U(b,12,(new =
Date).getTime()%window.google_num_slots_to_rotate+1);if(T(b,12)!=3Df)retu=
rn j}else if(!a&&f>6&&e=3D=3D"")return j}return h},ne=3Dfunction(a){var =
b=3D{};ze(b);se(b);zb(b);a&&Fe(a,b);te(b);ue(b);Ae(b);Ge(b);b.fu=3D$b;ret=
urn b},ye=3Dfunction(a){var =
b=3Dwindow.google_container_id,c=3Db&&$a(b)||$a(a);if(!c&&!b&&a){document=
.write("<span id=3D"+a+"></span>");c=3D$a(a)}return c},pe=3D/[+, =
]/;window.google_render_ad=3Dxe;var He=3Dfunction(){Ee();Bd();var =
a=3Dwindow.google_start_time;if(typeof =
a=3D=3D"number"){k=3Da;window.google_start_time=3Di}Xb("show_ads.google_i=
nit_globals",Be,Ce);Zd(window,document)},Ie=3Dfunction(){window.google_st=
art_time=3Dk;document.write(sd())},Je=3Dfunction(){if(td()){rd(window);ud=
(window)}else Ie()};function Ke(){if(Wb&&typeof =
B.alternateShowAds=3D=3D"function")B.alternateShowAds.call(i);else =
if(Ub)He();else{Z(window)||vd();if(yd())Je();else =
zd()?Ie():He()}}Xb("show_ads.main",Zb,Ke);})()=0A=

------=_NextPart_000_0000_01CB1DF6.EC598080
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit

(function(){var d=3Dwindow,e=3Ddocument;function f(b){var =
a=3De.getElementsByTagName("head")[0];a||(a=3De.body.parentNode.appendChi=
ld(e.createElement("head")));a.appendChild(b)}function _loadJs(b){var =
a=3De.createElement("script");a.type=3D"text/javascript";a.charset=3D"UTF=
-8";a.src=3Db;f(a)}function _loadCss(b){var =
a=3De.createElement("link");a.type=3D"text/css";a.rel=3D"stylesheet";a.ch=
arset=3D"UTF-8";a.href=3Db;f(a)}function =
_isNS(b){b=3Db.split(".");for(var =
a=3Dd,c=3D0;c<b.length;++c)if(!(a=3Da[b[c]]))return false;return true}=0A=
function _setupNS(b){b=3Db.split(".");for(var =
a=3Dd,c=3D0;c<b.length;++c)a=3Da[b[c]]||(a[b[c]]=3D{});return =
a}d.addEventListener&&typeof =
e.readyState=3D=3D"undefined"&&d.addEventListener("DOMContentLoaded",func=
tion(){e.readyState=3D"complete"},false);=0A=
if (_isNS('google.translate.Element')){return}var =
c=3D_setupNS('google.translate._const');c._cl=3D'en';c._cuc=3D'googleTran=
slateElementInit';c._cac=3D'';c._cam=3D'';var =
h=3D'translate.googleapis.com';var =
b=3D(window.location.protocol=3D=3D'https:'?'https://':'http://')+h;c._pa=
h=3Dh;c._pbi=3Db+'/translate_static/img/te_banner_bk.gif';c._pci=3Db+'/tr=
anslate_static/img/te_ctrl.gif';c._phf=3Dh+'/translate_static/js/element/=
hrs.swf';c._pli=3Db+'/translate_static/img/loading.gif';c._plla=3Dh+'/tra=
nslate_a/l';c._pmi=3Db+'/translate_static/img/mini_google.png';c._ps=3Db+=
'/translate_static/css/translateelement.css';c._puh=3D'translate.google.c=
om';_loadCss(c._ps);_loadJs(b+'/translate_static/js/element/main.js');})(=
);
------=_NextPart_000_0000_01CB1DF6.EC598080
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://s7.addthis.com/js/250/addthis_widget.js#pub=bio

/* (c) 2008, 2009, 2010 Add This, LLC */=0A=
if(!window._ate){var =
_atd=3D"www.addthis.com/",_atr=3D"//s7.addthis.com/",_atn=3D"//l.addthisc=
dn.com/",_euc=3DencodeURIComponent,_duc=3DdecodeURIComponent,_atc=3D{dr:0=
,ver:250,loc:0,enote:"",cwait:500,tamp:-1,xamp:0,camp:1,vamp:1,famp:0.02,=
pamp:0.2,damp:1,abf:!!window.addthis_do_ab};(function(){try{var =
E=3Dwindow.location;if(E.protocol.indexOf("file")=3D=3D=3D0){_atr=3D"http=
:"+_atr}if(E.hostname.indexOf("localhost")!=3D-1){_atc.loc=3D1}}catch(K){=
}var =
I=3Dnavigator.userAgent.toLowerCase(),L=3Ddocument,o=3Dwindow,G=3DL.locat=
ion,N=3D{win:/windows/.test(I),xp:/windows nt 5.1/.test(I)||/windows nt =
5.2/.test(I),osx:/os =
x/.test(I),chr:/chrome/.test(I),iph:/iphone/.test(I),ipa:/ipad/.test(I),s=
af:/safari/.test(I),web:/webkit/.test(I),opr:/opera/.test(I),msi:(/msie/.=
test(I))&&!(/opera/.test(I)),ffx:/firefox/.test(I),ff2:/firefox\/2/.test(=
I),ie6:/msie 6.0/.test(I),ie7:/msie =
7.0/.test(I),mod:-1},f=3D{vst:[],rev:"78805",bro:N,show:1,dl:G,upm:!!o.po=
stMessage&&(""+o.postMessage).toLowerCase().indexOf("[native =
code]")!=3D=3D-1,camp:_atc.camp-Math.random(),xamp:_atc.xamp-Math.random(=
),vamp:_atc.vamp-Math.random(),pamp:_atc.pamp-Math.random(),afamp:_atc.af=
amp-Math.random(),ab:"-",seq:1,inst:1,wait:500,tmo:null,cvt:[],avt:null,s=
ttm:new =
Date().getTime(),max:4294967295,sid:0,sub:!!window.at_sub,dbm:0,uid:null,=
spt:"static/r07/widget20.png",api:{},imgz:[],hash:window.location.hash};L=
.ce=3DL.createElement;L.gn=3DL.getElementsByTagName;window._ate=3Df;var =
t=3Dfunction(r,p,q,d){if(!r){return q}if(r instanceof =
Array||(r.length&&(typeof r!=3D=3D"function"))){for(var =
l=3D0,a=3Dr.length,b=3Dr[0];l<a;b=3Dr[++l]){q=3Dp.call(d||r,q,b,l,r)}}els=
e{for(var e in r){q=3Dp.call(d||r,q,r[e],e,r)}}return =
q},z=3DArray.prototype.slice,B=3Dfunction(b){return =
z.apply(b,z.call(arguments,1))},A=3Dfunction(a){return(""+a).replace(/(^\=
s+|\s+$)/g,"")},J=3Dfunction(a,b){return =
t(B(arguments,1),function(e,d){return =
t(d,function(p,l,i){p[i]=3Dl;return p},e)},a)},m=3Dfunction(b,a){return =
t(b,function(i,e,d){d=3DA(d);if(d){i.push(_euc(d)+"=3D"+_euc(A(e)))}retur=
n i},[]).join(a||"&")},j=3Dfunction(b,a){return =
t((b||"").split(a||"&"),function(p,r){try{var =
l=3Dr.split("=3D"),i=3DA(_duc(l[0])),d=3DA(_duc(l.slice(1).join("=3D")));=
if(i){p[i]=3Dd}}catch(q){}return p},{})},P=3Dfunction(){var =
a=3DB(arguments,0),d=3Da.shift(),b=3Da.shift();return function(){return =
d.apply(b,a.concat(B(arguments,0)))}},F=3Dfunction(b,e,a,d){if(!e){return=
}if(we){e[(b?"detach":"attach")+"Event"]("on"+a,d)}else{e[(b?"remove":"ad=
d")+"EventListener"](a,d,false)}},k=3Dfunction(d,a,b){F(0,d,a,b)},g=3Dfun=
ction(d,a,b){F(1,d,a,b)},c=3D{reduce:t,slice:B,strip:A,extend:J,toKV:m,fr=
omKV:j,bind:P,listen:k,unlisten:g};f.util=3Dc;J(f,c);(function(r,w,Q){var=
 p,S=3Dr.util;function =
s(V,U,X,T,W){this.type=3DV;this.triggerType=3DU||V;this.target=3DX||T;thi=
s.triggerTarget=3DT||X;this.data=3DW||{}}S.extend(s.prototype,{constructo=
r:s,bubbles:false,preventDefault:S.noop,stopPropagation:S.noop,clone:func=
tion(){return new =
this.constructor(this.type,this.triggerType,this.target,this.triggerTarge=
t,S.extend({},this.data))}});function =
i(T,U){this.target=3DT;this.queues=3D{};this.defaultEventType=3DU||s}func=
tion a(T){var U=3Dthis.queues;if(!U[T]){U[T]=3D[]}return U[T]}function =
q(T,U){this.getQueue(T).push(U)}function e(U,V){var =
W=3Dthis.getQueue(U),T=3DW.indexOf(V);if(T!=3D=3D-1){W.splice(T,1)}}funct=
ion b(T,X,W,V){var =
U=3Dthis;if(!V){setTimeout(function(){U.dispatchEvent(new =
U.defaultEventType(T,T,X,U.target,W))},10)}else{U.dispatchEvent(new =
U.defaultEventType(T,T,X,U.target,W))}}function R(U){for(var =
V=3D0,X=3DU.target,W=3Dthis.getQueue(U.type),T=3DW.length;V<T;V++){W[V].c=
all(X,U.clone())}}function d(U){if(!U){return}for(var T in =
l){U[T]=3DS.bind(l[T],this)}return U}var =
l=3D{constructor:i,getQueue:a,addEventListener:q,removeEventListener:e,di=
spatchEvent:R,fire:b,decorate:d};S.extend(i.prototype,l);r.event=3D{PolyE=
vent:s,EventDispatcher:i}})(f,f.api,f);f.ed=3Dnew =
f.event.EventDispatcher(f);var =
n=3D{isBound:0,isReady:0,readyList:[],onReady:function(){if(!n.isReady){n=
.isReady=3D1;var =
a=3Dn.readyList.concat(window.addthis_onload||[]);for(var =
b=3D0;b<a.length;b++){a[b].call(window)}n.readyList=3D[]}},addLoad:functi=
on(a){var b=3Do.onload;if(typeof =
o.onload!=3D"function"){o.onload=3Da}else{o.onload=3Dfunction(){if(b){b()=
}a()}}},bindReady:function(){if(v.isBound||_atc.xol){return}v.isBound=3D1=
;if(L.addEventListener&&!N.opr){L.addEventListener("DOMContentLoaded",v.o=
nReady,false)}var =
a=3Dwindow.addthis_product;if(a&&a.indexOf("f")>-1){v.onReady();return}if=
(N.msi&&window=3D=3Dtop){(function(){if(v.isReady){return}try{L.documentE=
lement.doScroll("left")}catch(d){setTimeout(arguments.callee,0);return}v.=
onReady()})()}if(N.opr){L.addEventListener("DOMContentLoaded",function(){=
if(v.isReady){return}for(var =
d=3D0;d<L.styleSheets.length;d++){if(L.styleSheets[d].disabled){setTimeou=
t(arguments.callee,0);return}}v.onReady()},false)}if(N.saf){var =
b;(function(){if(v.isReady){return}if(L.readyState!=3D"loaded"&&L.readySt=
ate!=3D"complete"){setTimeout(arguments.callee,0);return}if(b=3D=3D=3Dund=
efined){var d=3DL.gn("link");for(var =
e=3D0;e<d.length;e++){if(d[e].getAttribute("rel")=3D=3D"stylesheet"){b++}=
}var =
l=3DL.gn("style");b+=3Dl.length}if(L.styleSheets.length!=3Db){setTimeout(=
arguments.callee,0);return}v.onReady()})()}v.addLoad(v.onReady)},append:f=
unction(b,a){v.bindReady();if(v.isReady){b.call(window,[])}else{v.readyLi=
st.push(function(){return =
b.call(window,[])})}}},v=3Dn,O=3Df;J(f,{plo:[],lad:function(a){f.plo.push=
(a)}});J(f,{pub:function(){return =
_euc((window.addthis_config||{}).username||window.addthis_pub||"")},igv:f=
unction(a,b){if(!o.addthis_share){o.addthis_share=3D{}}if(!addthis_share.=
url){addthis_share.url=3D(o.addthis_url||a||"").split("#{").shift()}if(!a=
ddthis_share.title){addthis_share.title=3D(o.addthis_title||b||"").split(=
"#{").shift()}if(!o.addthis_config){o.addthis_config=3D{username:o.addthi=
s_pub}}else{if(addthis_config.data_use_cookies=3D=3D=3Dfalse){_atc.xck=3D=
1}}}});if(!_atc.ost){if(!o.addthis_conf){o.addthis_conf=3D{}}for(var H =
in =
addthis_conf){_atc[H]=3Daddthis_conf[H]}_atc.ost=3D1}(function(b,l,e){var=
 q,p=3Ddocument,a=3Db.util;b.ckv=3Da.fromKV(p.cookie,";");function =
i(d){return =
a.fromKV(p.cookie,";")[d]}if(!b.cookie){b.cookie=3D{}}b.cookie.rck=3Di})(=
f,f.api,f);J(f,{qtp:[],xtp:function(){var =
b=3Df,d;while(d=3Db.qtp.pop()){b.trk(d)}},gat:function(){},atf:null,get_a=
tssh:function(){var =
e=3Ddocument,b=3Df,i=3De.getElementById("_atssh");if(!i){i=3De.ce("div");=
i.style.visibility=3D"hidden";i.id=3D"_atssh";b.opp(i.style);e.body.inser=
tBefore(i,e.body.firstChild)}return i},ctf:function(i){var =
p=3Ddocument,e=3Dwindow,b=3Df,s,l=3DMath.floor(Math.random()*1000),q=3Db.=
get_atssh();if(!b.bro.msi){s=3Dp.ce("iframe");s.id=3D"_atssh"+l}else{if(b=
.bro.ie6&&!i&&p.location.protocol.indexOf("https")=3D=3D0){i=3D"javascrip=
t:''"}q.innerHTML=3D'<iframe id=3D"_atssh'+l+'" width=3D"1" height=3D"1" =
name=3D"_atssh'+l+'" =
'+(i?'src=3D"'+i+'"':"")+">";s=3Dp.getElementById("_atssh"+l)}b.opp(s.sty=
le);s.frameborder=3Ds.style.border=3D0;s.style.top=3Ds.style.left=3D0;ret=
urn s},off:function(){return Math.floor((new =
Date().getTime()-f.sttm)/100).toString(16)},oms:function(d){var =
b=3Df;if(d&&d.data&&d.data.service){if(!b.upm){if(b.dcp){return}b.dcp=3D1=
}b.trk({gen:300,sh:d.data.service})}},omp:function(b,d,e){var =
a=3D{};if(b){a.sh=3Db}if(d){a.cm=3Dd}if(e){a.cs=3De}f.img("sh","3",null,a=
)},trk:function(e){var =
d=3Df,i=3Dd.dr,b=3D(d.rev||"");if(!e){return}if(i){i=3Di.split("http://")=
.pop()}e.xck=3D_atc.xck?1:0;e.xxl=3D1;e.sid=3Dd.ssid();e.pub=3Dd.pub();e.=
ssl=3Dd.ssl||0;e.du=3Dd.tru(d.du||d.dl.href);if(d.dt){e.dt=3Dd.dt}if(d.cb=
){e.cb=3Dd.cb}e.lng=3Dd.lng();e.ver=3D_atc.ver;if(!d.upm&&d.uid){e.uid=3D=
d.uid}e.pc=3Dwindow.addthis_product||"men-"+_atc.ver;if(i){e.dr=3Dd.tru(i=
)}if(d.dh){e.dh=3Dd.dh}if(b){e.rev=3Db}if(d.xfr){if(d.upm){if(d.atf){d.at=
f.contentWindow.postMessage(m(e),"*")}}else{var =
l=3Dd.get_atssh();base=3D"static/r07/sh20.html"+(false?"?t=3D"+new =
Date().getTime():"");if(d.atf){l.removeChild(l.firstChild)}d.atf=3Dd.ctf(=
);d.atf.src=3D_atr+base+"#"+m(e);l.appendChild(d.atf)}}else{f.qtp.push(e)=
}},img:function(l,r,b,p,q){if(!window.at_sub&&!_atc.xtr){var =
d=3Df,e=3Dp||{};e.evt=3Dl;if(b){e.ext=3Db}d.avt=3De;if(q=3D=3D=3D1){d.xmi=
(true)}else{d.sxm(true)}}},cuid:function(){return((f.sttm/1000)&f.max).to=
String(16)+("00000000"+(Math.floor(Math.random()*(f.max+1))).toString(16)=
).slice(-8)},ssid:function(){if(f.sid=3D=3D=3D0){f.sid=3Df.cuid()}return =
f.sid},sta:function(){var =
b=3Df;return"AT-"+(b.pub()?b.pub():"unknown")+"/-/"+b.ab+"/"+b.ssid()+"/"=
+(b.seq++)+(b.uid!=3D=3Dnull?"/"+b.uid:"")},cst:function(a){return"CXNID=3D=
2000001.521545608054043907"+(a||2)+"NXC"},fcv:function(b,a){return =
_euc(b)+"=3D"+_euc(a)+";"+f.off()},cev:function(b,a){f.cvt.push(f.fcv(b,a=
));f.sxm(true)},sxm:function(a){if(f.tmo!=3D=3Dnull){clearTimeout(f.tmo)}=
if(a){f.tmo=3Df.sto("_ate.xmi(false)",f.wait)}},xmi:function(r){var =
b=3Df,p=3Db.dl?b.dl.hostname:"";if(b.cvt.length>0||b.avt){b.sxm(false);if=
(_atc.xtr){return}var =
l=3Db.avt||{};l.ce=3Db.cvt.join(",");b.cvt=3D[];b.avt=3Dnull;b.trk(l);if(=
r){var =
q=3Ddocument,e=3Dq.ce("iframe");e.id=3D"_atf";f.opp(e.style);q.body.appen=
dChild(e);e=3Dq.getElementById("_atf")}}}});J(f,{_rec:[],rec:function(e){=
if(!e){return}var =
q=3Dj(e),b=3Df,d=3Db.atf,l=3Db._rec,w;if(q.ssh){b.ssh(q.ssh)}if(q.uid){b.=
uid=3Dq.uid}if(q.dbm){b.dbm=3Dq.dbm}if(q.rdy){b.xfr=3D1;b.xtp();return}fo=
r(var =
Q=3D0;Q<l.length;Q++){l[Q](q)}},xfr:!f.upm||!f.bro.ffx,ssh:function(b){f.=
gssh=3D1;var =
a=3Dwindow.addthis_ssh=3D_duc(b);f._ssh=3Da.split(",")},com:function(a){i=
f(window.parent&&window.postMessage){window.parent.postMessage(a,"*")}els=
e{f.ifm(a)}},ifm:function(b){if(addthis_wpl){var =
d=3D(addthis_wpl.split("#"))[0];window.parent.location.href=3Dd+"#at"+b}r=
eturn =
false},pmh:function(a){if(a.origin.slice(-12)=3D=3D".addthis.com"){f.rec(=
a.data)}}});J(f,{lng:function(){return =
window.addthis_language||(window.addthis_config||{}).ui_language||(f.bro.=
msi?navigator.userLanguage:navigator.language)},iwb:function(a){var =
b=3D{th:1,pl:1,sl:1,gl:1,hu:1,is:1,nb:1,se:1,su:1};return =
!!b[a]},ivl:function(a){var =
b=3D{af:1,afr:"af",ar:1,ara:"ar",az:1,aze:"az",be:1,bye:"be",bg:1,bul:"bg=
",bn:1,ben:"bn",bs:1,bos:"bs",ca:1,cat:"ca",cs:1,ces:"cs",cze:"cs",cy:1,c=
ym:"cy",da:1,dan:"da",de:1,deu:"de",ger:"de",el:1,gre:"el",ell:"ell",es:1=
,esl:"es",spa:"spa",et:1,est:"et",eu:1,fa:1,fas:"fa",per:"fa",fi:1,fin:"f=
i",fo:1,fao:"fo",fr:1,fra:"fr",fre:"fr",ga:1,gae:"ga",gdh:"ga",gl:1,glg:"=
gl",he:1,heb:"he",hi:1,hin:"hin",hr:1,cro:"hr",hu:1,hun:"hu",id:1,ind:"id=
",is:1,ice:"is",it:1,ita:"it",ja:1,jpn:"ja",ko:1,kor:"ko",ku:1,lb:1,ltz:"=
lb",lt:1,lit:"lt",lv:1,lav:"lv",mk:1,mac:"mk",mak:"mk",mn:1,ml:1,ms:1,msa=
:"ms",may:"ms",nb:1,nl:1,nla:"nl",dut:"nl",no:1,nn:1,nno:"no",oc:1,oci:"o=
c",pl:1,pol:"pl",pt:1,por:"pt",ro:1,ron:"ro",rum:"ro",ru:1,rus:"ru",sk:1,=
slk:"sk",slo:"sk",sl:1,slv:"sl",sq:1,alb:"sq",sr:1,se:1,ser:"sr",su:1,sv:=
1,sve:"sv",sw:1,swe:"sv",ta:1,tam:"ta",te:1,teg:"te",th:1,tha:"th",tl:1,t=
gl:"tl",tr:1,tur:"tr",uk:1,ukr:"uk",ur:1,urd:"ur",vi:1,vie:"vi","zh-hk":1=
,"chi-hk":"zh-hk","zho-hk":"zh-hk","zh-tr":1,"chi-tr":"zh-tr","zho-tr":"z=
h-tr","zh-tw":1,"chi-tw":"zh-tw","zho-tw":"zh-tw",zh:1,chi:"zh",zho:"zh"}=
;if(b[a]){return =
b[a]}a=3Da.split("-").shift();if(b[a]){if(b[a]=3D=3D=3D1){return =
a}else{return b[a]}}return 0},gvl:function(a){var =
b=3Df.ivl(a)||"en";if(b=3D=3D=3D1){b=3Da}return b},alg:function(e,d){var =
a=3D(e||f.lng()||"en").toLowerCase(),b=3Df.ivl(a);if(a.indexOf("en")!=3D=3D=
0&&(!f.pll||d)){if(b){if(b!=3D=3D1){a=3Db}f.pll=3Df.ajs("static/r07/lang0=
3/"+a+".js")}}}});J(f,{trim:function(a,b){try{a=3Da.replace(/^[\s\u3000]+=
|[\s\u3000]+$/g,"");if(b){a=3D_euc(a)}}catch(b){}return =
a},trl:[],tru:function(b,a){var =
d=3D"";if(b){d=3Db.substr(0,300);if(d!=3Db){f.trl.push(a)}}return =
d},sto:function(b,a){return =
setTimeout(b,a)},opp:function(a){a.width=3Da.height=3D"1px";a.position=3D=
"absolute";a.zIndex=3D100000},jlr:{},acs:function(b){var =
a=3DL.ce("link"),d=3D(L.gn("head")[0]||L.documentElement);a.rel=3D"styles=
heet";a.type=3D"text/css";a.href=3Db;a.media=3D"all";d.insertBefore(a,d.f=
irstChild)},ajs:function(b,a){if(!f.jlr[b]){var =
e=3DL.ce("script"),d=3DL.gn("head")[0]||L.documentElement;e.src=3D(a?"":_=
atr)+b;d.insertBefore(e,d.firstChild);f.jlr[b]=3D1;return e}return =
1},jlo:function(){try{var =
q=3Ddocument,b=3Df,p=3Db.lng(),i=3Dfunction(d){var a=3Dnew =
Image();f.imgz.push(a);a.src=3Dd};b.alg(p);if(!b.pld){if(b.bro.ie6){i(_at=
r+b.spt);i(_atr+"static/t00/logo1414.gif");i(_atr+"static/t00/logo88.gif"=
);if(window.addthis_feed){i("static/r05/feed00.gif",1)}}if(b.pll&&!window=
.addthis_translations){b.sto(function(){b.pld=3Db.ajs("static/r07/menu57.=
js")},10)}else{b.pld=3Db.ajs("static/r07/menu57.js")}}}catch(l){}},ao:fun=
ction(b,l,i,d,e,a){f.lad(["open",b,l,i,d,e,a]);f.jlo();return =
false},ac:function(){},as:function(b,d,a){f.lad(["send",b,d,a]);f.jlo()}}=
);(function(e,l,q){var =
w=3Ddocument,r=3D1,a=3D["cbea","kkk","zvys","phz"];function b(d){return =
d.replace(/[a-zA-Z]/g,function(i){return =
String.fromCharCode((i<=3D"Z"?90:122)>=3D(i=3Di.charCodeAt(0)+13)?i:i-26)=
})}for(var p=3D0;p<a.length;p++){a[p]=3D" "+b(a[p])+" "}function =
s(i){var S=3D0,R;i=3D(i||"").toLowerCase()+" ";if(!i){return S}for(var =
d=3D0;d<a.length;d++){R=3Da[d];if(i=3D=3DR.replace(/ =
/g,"")||i.indexOf(R)>-1||i.indexOf(R.replace(/^ =
/g,""))=3D=3D=3D0){S|=3Dr}}return S}function Q(){var =
U=3D(o.addthis_title||w.title),R=3Ds(U),T=3Dw.all?w.all.tags("META"):w.ge=
tElementsByTagName?w.getElementsByTagName("META"):new =
Array();if(T&&T.length){for(var S=3D0;S<T.length;S++){var =
d=3DT[S]||{},W=3D(d.name||"").toLowerCase(),V=3Dd.content;if(W=3D=3D"desc=
ription"||W=3D=3D"keywords"){R|=3Ds(V)}}}return =
R}if(!e.ad){e.ad=3D{}}e.ad.cla=3DQ})(f,f.api,f);var =
o=3Dwindow,M=3Do.addthis_config||{};function =
h(){try{if(_atc.xol&&!_atc.xcs){f.acs(_atr+"static/r07/widget40.css")}var=
 =
ad=3Df,q=3Dad.bro.msi,b=3D0,S=3DL.title,T=3DL.referer||L.referrer||"",R=3D=
G?G.href:null,r=3DR,aa=3DG.hostname,ac=3DR?R.indexOf("sms_ss"):-1,W=3D(f.=
lng().split("-")).shift(),p=3D(G.href.indexOf(_atr)=3D=3D-1&&!ad.sub),X=3D=
L.gn("link"),d=3D_atr+"static/r07/sh20.html#",U=3DR&&R.indexOf("https")=3D=
=3D=3D0?1:0,s,ae,Q=3Dfunction(){ae.pc=3Dwindow.addthis_product||"men"+_at=
c.ver};for(var Y=3D0;Y<X.length;Y++){var =
V=3DX[Y];if(V.rel&&V.rel=3D=3D"canonical"&&V.href){r=3DV.href}}r=3Dr.spli=
t("#{").shift();ad.igv(r,L.title||"");ad.dr=3Dad.tru(T,"fr");ad.du=3Dad.t=
ru(r,"fp");ad.dt=3DS=3Do.addthis_share.title;ad.cb=3Dad.ad.cla();ad.dh=3D=
G.hostname;ad.ssl=3DU;ae=3D{cb:ad.cb,ab:ad.ab,dh:ad.dh,dr:ad.dr,du:ad.du,=
dt:S,inst:ad.inst,lng:ad.lng(),pc:o.addthis_product||"men",pub:ad.pub(),s=
sl:U,sid:f.ssid(),srd:_atc.damp,srf:_atc.famp,srp:_atc.pamp,srx:_atc.xamp=
,ver:_atc.ver,xck:_atc.xck||0};if(ad.trl.length){ae.trl=3Dad.trl.join(","=
)}if(ad.rev){ae.rev=3Dad.rev}if(ac>-1&&R.indexOf(_atd+"book")=3D=3D-1){va=
r w=3D[];var =
Z=3DR.substr(ac);Z=3DZ.split("&").shift().split("#").shift().split("=3D")=
.pop();ae.sr=3DZ;if(ad.vamp>=3D0&&!ad.sub&&Z.length){w.push(ad.fcv("plv",=
Math.round(1/_atc.vamp)));w.push(ad.fcv("rsc",Z));ae.ce=3Dw.join(",")}}if=
(ad.upm){ae.xd=3D1;if(f.bro.ffx){ae.xld=3D1}}if(p){if(ad.upm){if(q){f.sto=
(function(){Q();ad.atf=3Ds=3Dad.ctf(d+m(ae))},f.wait);o.attachEvent("onme=
ssage",ad.pmh)}else{s=3Dad.ctf();o.addEventListener("message",ad.pmh,fals=
e)}if(f.bro.ffx){s.src=3Dd;f.qtp.push(ae)}else{if(!q){f.sto(function(){Q(=
);s.src=3Dd+m(ae)},f.wait)}}}else{s=3Dad.ctf();f.sto(function(){Q();s.src=
=3Dd+m(ae)},f.wait)}if(s){ad.atf=3Ds=3Dad.get_atssh().appendChild(s)}}if(=
o.addthis_language||M.ui_language){ad.alg()}if(ad.plo.length>0){ad.jlo()}=
}catch(ab){}}f.ed.addEventListener("addthis.menu.share",f.oms);o._ate=3DO=
;o._adr=3Dv;try{var =
D=3DL.gn("script"),u=3DD[D.length-1],x=3Du.src.indexOf("#")>-1?u.src.repl=
ace(/^[^\#]+\#?/,""):u.src.replace(/^[^\?]+\??/,""),y=3Dj(x);if(y.pub||y.=
username){o.addthis_pub=3D_duc(y.pub?y.pub:y.username)}if(o.addthis_pub&&=
o.addthis_config){o.addthis_config.username=3Do.addthis_pub}if(y.domready=
){_atc.dr=3D1}if(y.async){_atc.xol=3D1}if(_atc.ver=3D=3D=3D120){var =
C=3D"atb"+f.cuid();L.write('<span =
id=3D"'+C+'"></span>');f.igv();f.lad(["span",C,addthis_share.url||"[url]"=
,addthis_share.title||"[title]"])}if(o.addthis_clickout){f.lad(["cout"])}=
if(!_atc.xol&&!_atc.xcs&&M.ui_use_css!=3D=3Dfalse){f.acs(_atr+"static/r07=
/widget40.css")}}catch(K){}n.bindReady();n.append(h);(function(i,l,p){var=
 d,w=3Di.util,b=3Di.event.EventDispatcher,r=3D25,e=3D[];function =
q(T,V,S){var R=3D[];function R(){R.push(arguments)}function =
U(){S[T]=3DV;while(R.length){V.apply(S,R.shift())}}R.ready=3DU;return =
R}function s(T){if(T&&T instanceof a){e.push(T)}for(var =
R=3D0;R<e.length;){var =
S=3De[R];if(S&&S.test()){e.splice(R,1);a.fire("load",S,{resource:S})}else=
{R++}}if(e.length){setTimeout(s,r)}}function a(V,S,U){var =
R=3Dthis,T=3Dnew =
b(R);T.decorate(T).decorate(R);this.ready=3Dfalse;this.loading=3Dfalse;th=
is.id=3DV;this.url=3DS;if(typeof(U)=3D=3D=3D"function"){this.test=3DU}els=
e{this.test=3Dfunction(){return(!!_window[U])}}a.addEventListener("load",=
function(W){var =
X=3DW.resource;if(!X||X.id!=3D=3DR.id){return}R.loading=3Dfalse;R.ready=3D=
true;T.fire(W.type,X,{resource:X})})}w.extend(a.prototype,{load:function(=
){if(this.url.substr(this.url.length-4)=3D=3D".css"){f.acs(this.url)}else=
{f.ajs(this.url,1)}this.loading=3Dtrue;a.monitor(this)}});var Q=3Dnew =
b(a);Q.decorate(Q).decorate(a);w.extend(a,{known:{jquery:new =
a("jquery","//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js","=
jQuery"),ga:new a("ga","//www.google-analytics.com/ga.js",function(){var =
R=3D_window._gat;return =
!!(R&&(typeof(R._getTracker)=3D=3D=3D"function"))})},loading:e,monitor:s}=
);i.resource=3D{Resource:a,ApiQueueFactory:q}})(f,f.api,f)})();function =
addthis_open(){if(typeof iconf=3D=3D"string"){iconf=3Dnull}return =
_ate.ao.apply(_ate,arguments)}function =
addthis_close(){_ate.ac()}function =
addthis_sendto(){_ate.as.apply(_ate,arguments);return =
false}if(_atc.dr){_adr.onReady()}}else{_ate.inst++}if(_atc.abf){addthis_o=
pen(document.getElementById("ab"),"emailab",window.addthis_url||"[URL]",w=
indow.addthis_title||"[TITLE]")};if(!window.addthis||window.addthis.nodeT=
ype!=3D=3Dundefined){window.addthis=3D(function(){var =
g=3D{aim:"AIM",a1webmarks:"A1&#8209;Webmarks",aim:"AIM =
Share",amazonwishlist:"Amazon",aolmail:"AOL Mail",aviary:"Aviary =
Capture",domaintoolswhois:"Whois Lookup",googlereader:"Google =
Reader",googletranslate:"Google =
Translate",linkagogo:"Link-a-Gogo",meneame:"Men&eacute;ame",misterwong:"M=
ister Wong",mailto:"Email =
App",myaol:"myAOL",myspace:"MySpace",readitlater:"Read It =
Later",stumbleupon:"StumbleUpon",typepad:"TypePad",wordpress:"WordPress",=
yahoobkm:"Y! Bookmarks",yahoomail:"Y! =
Mail"},i=3Ddocument,f=3Di.gn("body").item(0),h=3D_ate.util.bind,c=3D_ate.=
ed,b=3Dfunction(d,n){var =
o;if(window._atw&&_atw.list){o=3D_atw.list[d]}else{if(g[d]){o=3Dg[d]}else=
{o=3D(n?d:(d.substr(0,1).toUpperCase()+d.substr(1)))}}return =
o.replace(/&nbsp;/g," =
")},l=3Dfunction(d,w,u,t,v){w=3Dw.toUpperCase();var =
r=3D(d=3D=3Df&&addthis.cache[w]?addthis.cache[w]:(d||f||i.body).getElemen=
tsByTagName(w)),q=3D[],s,p;if(d=3D=3Df){addthis.cache[w]=3Dr}if(v){for(s=3D=
0;s<r.length;s++){p=3Dr[s];if(p.className.indexOf(u)>-1){q.push(p)}}}else=
{u=3Du.replace(/\-/g,"\\-");var n=3Dnew =
RegExp("(^|\\s)"+u+(t?"\\w*":"")+"(\\s|$)");for(s=3D0;s<r.length;s++){p=3D=
r[s];if(n.test(p.className)){q.push(p)}}}return(q)},m=3Di.getElementsByCl=
assname||l;function k(d){if(typeof d=3D=3D"string"){var =
n=3Dd.substr(0,1);if(n=3D=3D"#"){d=3Di.getElementById(d.substr(1))}else{i=
f(n=3D=3D"."){d=3Dm(f,"*",d.substr(1))}else{}}}if(!d){d=3D[]}else{if(!(d =
instanceof Array)){d=3D[d]}}return d}function a(n,d){return =
function(){addthis.plo.push({call:n,args:arguments,ns:d})}}function =
j(o){var =
n=3Dthis,d=3Dthis.queue=3D[];this.name=3Do;this.call=3Dfunction(){d.push(=
arguments)};this.call.queuer=3Dthis;this.flush=3Dfunction(r,q){for(var =
p=3D0;p<d.length;p++){r.apply(q||n,d[p])}return =
r}}return{ost:0,cache:{},plo:[],links:[],ems:[],init:_adr.onReady,_Queuer=
:j,_queueFor:a,_select:k,_gebcn:l,button:a("button"),toolbox:a("toolbox")=
,update:a("update"),util:{getServiceName:b},addEventListener:h(_ate.ed.ad=
dEventListener,_ate.ed),removeEventListener:h(_ate.ed.removeEventListener=
,_ate.ed)}})()}_adr.append((function(){if(!window.addthis.ost){_ate.exten=
d(addthis,_ate.api);var =
d=3Ddocument,u=3Dundefined,w=3Dwindow,unaccent=3Dfunction(s){if(s.indexOf=
("&")>-1){s=3Ds.replace(/&([aeiou]).+;/g,"$1")}return =
s},customServices=3D{},globalConfig=3Dw.addthis_config,globalShare=3Dw.ad=
dthis_share,upConfig=3D{},upShare=3D{},body=3Dd.gn("body").item(0),mrg=3D=
function(o,n){if(n&&o!=3D=3Dn){for(var k in =
n){if(o[k]=3D=3D=3Du){o[k]=3Dn[k]}}}},addevts=3Dfunction(o,ss,au){var =
oldclick=3Do.onclick||function(){},genshare=3Dfunction(){_ate.ed.fire("ad=
dthis.menu.share",window.addthis||{},{service:ss,url:o.share.url})};if(o.=
conf.data_ga_tracker||addthis_config.data_ga_tracker||o.conf.data_ga_prop=
erty||addthis_config.data_ga_property){o.onclick=3Dfunction(){_ate.gat(ss=
,au,o.conf,o.share);genshare();oldclick()}}else{o.onclick=3Dfunction(){ge=
nshare();oldclick()}}},rpl=3Dfunction(o,n){var r=3D{};for(var k in =
o){if(n[k]){r[k]=3Dn[k]}else{r[k]=3Do[k]}}return =
r},addthis=3Dwindow.addthis,genieu=3Dfunction(share){return"mailto:?subje=
ct=3D"+_euc(share.title?share.title:"%20")+"&body=3D"+_euc(share.title?sh=
are.title:"")+(share.title?"%0D%0A":"")+_euc(share.url)+"%0D%0A%0D%0AShar=
ed via =
AddThis.com"},b_title=3D{email:"Email",mailto:"Email",print:"Print",favor=
ites:"Save to Favorites",twitter:"Tweet This",digg:"Digg =
This",more:"View more =
services"},json=3D{email_vars:1,modules:1,templates:1,services_custom:1},=
nosend=3D{feed:1,more:1,email:1,mailto:1},nowindow=3D{feed:1,email:1,mail=
to:1,print:1,more:1,favorites:1},a_config=3D["username","services_custom"=
,"services_exclude","services_compact","services_expanded","ui_click","ui=
_hide_embed","ui_delay","ui_hover_direction","ui_language","ui_offset_top=
","ui_offset_left","ui_header_color","ui_header_background","ui_icons","u=
i_cobrand","ui_use_embeddable_services","data_use_cookies","data_track_cl=
ickback","data_track_linkback"],a_share=3D["url","title","templates","ema=
il_template","email_vars","html","swfurl","iframeurl","width","height","m=
odules","screenshot","author","description","content"],_uniquify=3Dfuncti=
on(r){var a=3D[];var l=3Dr.length;for(var i=3D0;i<l;i++){for(var =
j=3Di+1;j<l;j++){if(r[i]=3D=3D=3Dr[j]){j=3D++i}}a.push(r[i])}return =
a},_svcurl=3Dfunction(config,share){var sv=3Dconfig.services instanceof =
Array?config.services[0]:config.services||"";return"http://"+_atd+"bookma=
rk.php?v=3D"+_atc.ver+"&pub=3D"+_euc(_ate.pub())+"&s=3D"+sv+(share.url?"&=
url=3D"+_euc(share.url):"")+(share.title?"&title=3D"+_euc(share.title):""=
)+"&tt=3D0"},_makeButton=3Dfunction(w,h,alt,url){var =
img=3Dd.ce("img");img.width=3Dw;img.height=3Dh;img.border=3D0;img.alt=3Da=
lt;img.src=3Durl;return =
img},_parseThirdPartyAttributes=3Dfunction(el,prefix){var =
key,attr=3D[],rv=3D{};for(var =
i=3D0;i<el.attributes.length;i++){key=3Del.attributes[i];attr=3Dkey.name.=
split(prefix+":");if(attr.length=3D=3D2){rv[attr.pop()]=3Dkey.value}}retu=
rn rv},_parseAttributes=3Dfunction(el,attrs,overrides,childWins){var =
rv=3D{};overrides=3Doverrides||{};for(var =
i=3D0;i<attrs.length;i++){if(overrides[attrs[i]]&&!childWins){rv[attrs[i]=
]=3Doverrides[attrs[i]]}else{if(el){var =
p=3D"addthis:"+attrs[i],v=3Del.getAttribute?el.getAttribute(p)||el[p]:el[=
p];if(v){rv[attrs[i]]=3Dv}else{if(overrides[attrs[i]]){rv[attrs[i]]=3Dove=
rrides[attrs[i]]}}if(rv[attrs[i]]=3D=3D=3D"true"){rv[attrs[i]]=3Dtrue}els=
e{if(rv[attrs[i]]=3D=3D=3D"false"){rv[attrs[i]]=3Dfalse}}}}if(rv[attrs[i]=
]!=3D=3Dundefined&&json[attrs[i]]&&(typeof =
rv[attrs[i]]=3D=3D"string")){eval("var e =3D =
"+rv[attrs[i]]);rv[attrs[i]]=3De}}return =
rv},_processCustomServices=3Dfunction(conf){var =
acs=3D(conf||{}).services_custom;if(!acs){return}if(!(acs instanceof =
Array)){acs=3D[acs]}for(var i=3D0;i<acs.length;i++){var =
service=3Dacs[i];if(service.name&&service.icon&&service.url){service.code=
=3Dservice.url=3Dservice.url.replace(/ =
/g,"");if(service.code.indexOf("http")=3D=3D=3D0){service.code=3Dservice.=
code.substr((service.code.indexOf("https")=3D=3D=3D0?8:7))}service.code=3D=
service.code.split("?").shift().split("/").shift().toLowerCase();customSe=
rvices[service.code]=3Dservice}}},_select=3Daddthis._select,_getCustomSer=
vice=3Dfunction(ss,conf){return =
customServices[ss]||{}},_getATtributes=3Dfunction(el,config,share,childWi=
ns){var =
rv=3D{conf:config||{},share:share||{}};rv.conf=3D_parseAttributes(el,a_co=
nfig,config,childWins);rv.share=3D_parseAttributes(el,a_share,share,child=
Wins);return =
rv},_render=3Dfunction(what,conf,attrs){_ate.igv();if(what){conf=3Dconf||=
{};attrs=3Dattrs||{};var =
config=3Dconf.conf||globalConfig,share=3Dconf.share||globalShare,onmouseo=
ver=3Dattrs.onmouseover,onmouseout=3Dattrs.onmouseout,onclick=3Dattrs.onc=
lick,internal=3Dattrs.internal,ss=3Dattrs.singleservice;if(ss){config.pro=
duct=3D"tbx-"+_atc.ver;if(onclick=3D=3D=3Du){onclick=3Dnosend[ss]?functio=
n(el,config,share){var s=3Drpl(share,upShare);return =
addthis_open(el,ss,s.url,s.title,rpl(config,upConfig),s)}:nowindow[ss]?fu=
nction(el,config,share){var s=3Drpl(share,upShare);return =
addthis_sendto(ss,rpl(config,upConfig),s)}:null}}else{if(!attrs.noevents)=
{if(!attrs.nohover){if(onmouseover=3D=3D=3Du){onmouseover=3Dfunction(el,c=
onfig,share){return =
addthis_open(el,"",null,null,config,share)}}if(onmouseout=3D=3D=3Du){onmo=
useout=3Dfunction(el){return =
addthis_close()}}if(onclick=3D=3D=3Du){onclick=3Dfunction(el,config,share=
){return =
addthis_sendto("more",config,share)}}}else{if(onclick=3D=3D=3Du){onclick=3D=
function(el,config,share){return =
addthis_open(el,"more",null,null,config,share)}}}}}what=3D_select(what);f=
or(var i=3D0;i<what.length;i++){var =
o=3Dwhat[i],oattr=3D_getATtributes(o,config,share,true)||{};mrg(oattr.con=
f,globalConfig);mrg(oattr.share,globalShare);o.conf=3Doattr.conf;o.share=3D=
oattr.share;if(o.conf.ui_language){_ate.alg(o.conf.ui_language)}_processC=
ustomServices(o.conf);if((!o.conf||!o.conf.ui_click)&&!_ate.bro.ipa){if(o=
nmouseover){o.onmouseover=3Dfunction(){return =
onmouseover(this,this.conf,this.share)}}if(onmouseout){o.onmouseout=3Dfun=
ction(){return =
onmouseout(this)}}if(onclick){o.onclick=3Dfunction(){return =
onclick(this,this.conf,this.share)}}}else{if(onclick){if(ss){o.onclick=3D=
function(){return =
onclick(this,this.conf,this.share)}}else{o.onclick=3Dfunction(){return =
addthis_open(this,"",null,null,this.conf,this.share)}}}}if(o.tagName.toLo=
werCase()=3D=3D"a"){if(ss){var =
customService=3D_getCustomService(ss,o.conf);o.conf.product=3D"tbx-"+_atc=
.ver;if(customService&&customService.code&&customService.icon){if(o.first=
Child&&o.firstChild.className.indexOf("at300bs")>-1){o.firstChild.style.b=
ackground=3D"url("+customService.icon+") no-repeat top =
left"}}if(!nowindow[ss]){var =
t=3D_ate.trim,template=3Do.share.templates&&o.share.templates[ss]?o.share=
.templates[ss]:"",url=3Do.share.url||addthis_share.url,title=3Do.share.ti=
tle||addthis_share.title,swfurl=3Do.share.swfurl||addthis_share.swfurl,wi=
dth=3Do.share.width||addthis_share.width,height=3Do.share.height||addthis=
_share.height,description=3Do.share.description||addthis_share.descriptio=
n,screenshot=3Do.share.screenshot||addthis_share.screenshot;o.href=3D"//"=
+_atd+"bookmark.php?pub=3D"+t(addthis_config.username||o.conf.username||_=
ate.pub(),1)+"&v=3D"+_atc.ver+"&source=3Dtbx-"+_atc.ver+"&tt=3D0&s=3D"+ss=
+"&url=3D"+_euc(url||"")+"&title=3D"+t(title||"",1)+"&content=3D"+t(o.sha=
re.content||addthis_share.content||"",1)+(template?"&template=3D"+_euc(te=
mplate):"")+(o.conf.data_track_clickback||o.conf.data_track_linkback||(!_=
ate.pub())?"&sms_ss=3D1":"")+"&lng=3D"+(o.conf.ui_language||_ate.lng()||"=
xy").split("-").shift()+(description?"&description=3D"+t(description,1):"=
")+(swfurl?"&swfurl=3D"+_euc(swfurl):"")+(attrs.issh?"&ips=3D1":"")+(widt=
h?"&width=3D"+_euc(width):"")+(height?"&height=3D"+_euc(height):"")+(scre=
enshot?"&screenshot=3D"+_euc(screenshot):"")+(customService&&customServic=
e.url?"&acn=3D"+_euc(customService.name)+"&acc=3D"+_euc(customService.cod=
e)+"&acu=3D"+_euc(customService.url):"")+(_ate.uid?"&uid=3D"+_euc(_ate.ui=
d):"");addevts(o,ss,url);o.target=3D"_blank";addthis.links.push(o)}else{i=
f(ss=3D=3D"mailto"||(ss=3D=3D"email"&&(o.conf.ui_use_mailto||_ate.bro.iph=
||_ate.bro.ipa))){o.onclick=3Dfunction(){};o.href=3Dgenieu(o.share);addev=
ts(o,ss,url);addthis.ems.push(o)}}if(!o.title||o.at_titled){o.title=3Duna=
ccent(b_title[ss]?b_title[ss]:"Send to =
"+addthis.util.getServiceName(ss,!customService));o.at_titled=3D1}}}var =
app;switch(internal){case"img":if(!o.hasChildNodes()){var =
lang=3D(o.conf.ui_language||_ate.lng()).split("-").shift(),validatedLang=3D=
_ate.ivl(lang);if(!validatedLang){lang=3D"en"}else{if(validatedLang!=3D=3D=
1){lang=3DvalidatedLang}}app=3D_makeButton(_ate.iwb(lang)?150:125,16,"Sha=
re",_atr+"static/btn/v2/lg-share-"+lang.substr(0,2)+".gif")}break}if(app)=
{o.appendChild(app)}}}},buttons=3Daddthis._gebcn(body,"A","addthis_button=
_",true,true),_renderToolbox=3Dfunction(collection,config,share,reprocess=
){for(var i=3D0;i<collection.length;i++){var =
b=3Dcollection[i];if(b=3D=3Dnull){continue}if(reprocess!=3D=3Dfalse||!b.o=
st){var =
attr=3D_getATtributes(b,config,share,true),hc=3D0,a=3D"at300",c=3Db.class=
Name||"",passthrough=3D"",s=3Dc.match(/addthis_button_([\w\.]+)(?:\s|$)/)=
,options=3Du,sv=3Ds&&s.length?s[1]:0;mrg(attr.conf,globalConfig);mrg(attr=
.share,globalShare);if(sv){if(sv=3D=3D=3D"tweetmeme"){var =
tm_attr=3D_parseThirdPartyAttributes(b,"tm"),tmw=3D50,tmh=3D61;passthroug=
h=3D_ate.util.toKV(tm_attr);if(tm_attr.style=3D=3D=3D"compact"){tmw=3D95;=
tmh=3D25}b.innerHTML=3D'<iframe frameborder=3D"0" width=3D"'+tmw+'" =
height=3D"'+tmh+'" scrolling=3D"no" allowTransparency=3D"true" =
scrollbars=3D"no"'+(_ate.bro.ie6?" =
src=3D\"javascript:''\"":"")+"></iframe>";var =
tm=3Db.firstChild;tm.src=3D"//api.tweetmeme.com/button.js?url=3D"+_euc(at=
tr.share.url)+"&"+passthrough}else{if(sv=3D=3D=3D"facebook_like"){var =
fblike;passthrough=3D_ate.util.toKV(_parseThirdPartyAttributes(b,"fb:like=
"));if(!_ate.bro.msi){fblike=3Dd.ce("iframe")}else{b.innerHTML=3D'<iframe=
 frameborder=3D"0" scrolling=3D"no" allowTransparency=3D"true" =
scrollbars=3D"no"'+(_ate.bro.ie6?" =
src=3D\"javascript:''\"":"")+"></iframe>";fblike=3Db.firstChild}fblike.st=
yle.overflow=3D"hidden";fblike.style.border=3D"none";fblike.style.borderW=
idth=3D"0px";fblike.style.width=3D"82px";fblike.style.height=3D"25px";fbl=
ike.style.marginTop=3D"-2px";fblike.src=3D"//www.facebook.com/plugins/lik=
e.php?href=3D"+_euc(attr.share.url)+"&layout=3Dbutton_count&show_faces=3D=
false&width=3D100&action=3Dlike&font=3Darial&"+passthrough;if(!_ate.bro.m=
si){b.appendChild(fblike)}}else{if(sv.indexOf("preferred")>-1){if(b._iss)=
{continue}window.addthis_product=3D"tbx-"+_atc.ver;s=3Dc.match(/addthis_b=
utton_preferred_([0-9]+)(?:\s|$)/);var =
svidx=3D((s&&s.length)?Math.min(12,Math.max(1,parseInt(s[1]))):1)-1;if(wi=
ndow._atw){var =
excl=3D_atw.conf.services_exclude,locopts=3D_atw.loc,opts=3D_uniquify(add=
this_options.replace(",more","").split(",").concat(locopts.split(",")));d=
o{sv=3Dopts[svidx++]}while((excl.indexOf(sv)>-1||(b.parentNode.services||=
{})[sv])&&svidx<opts.length);b._ips=3D1;if(b.className.indexOf(sv)=3D=3D-=
1){b.className+=3D" =
addthis_button_"+sv;b._iss=3D1}if(!b.parentNode.services){b.parentNode.se=
rvices=3D{}}b.parentNode.services[sv]=3D1}else{if(attr.conf.ui_language||=
window.addthis_language){_ate.alg(attr.conf.ui_language)}_ate.plo.push(["=
deco",_renderToolbox,[b],config,share,true]);if(_ate.gssh){_ate.pld=3D_at=
e.ajs("static/r07/menu57.js")}else{if(!_ate.pld){_ate.pld=3D1;var =
loadmenu=3Dfunction(){_ate.pld=3D_ate.ajs("static/r07/menu57.js")};if(_at=
e.upm){_ate._rec.push(function(data){if(data.ssh){loadmenu()}});_ate.sto(=
loadmenu,500)}else{loadmenu()}}}continue}}}}if(!b.childNodes.length){var =
sp=3Dd.ce("span");b.appendChild(sp);sp.className=3Da+"bs =
at15t_"+sv}else{if(b.childNodes.length=3D=3D1){var =
cn=3Db.childNodes[0];if(cn.nodeType=3D=3D3){var =
sp=3Dd.ce("span"),tv=3Dcn.nodeValue;b.insertBefore(sp,cn);sp.className=3D=
a+"bs =
at15t_"+sv}}else{hc=3D1}}if(sv=3D=3D=3D"compact"){if(!hc&&c.indexOf(a)=3D=
=3D-1){b.className+=3D" =
"+a+"m"}}else{if(sv=3D=3D=3D"expanded"){if(!hc&&c.indexOf(a)=3D=3D-1){b.c=
lassName+=3D" =
"+a+"m"}options=3D{nohover:true,singleservice:"more"}}else{if((b.parentNo=
de.className||"").indexOf("toolbox")>-1){if(!b.parentNode.services){b.par=
entNode.services=3D{}}b.parentNode.services[sv]=3D1}if(!hc&&c.indexOf(a)=3D=
=3D-1){b.className+=3D" =
"+a+"b"}options=3D{singleservice:sv}}}if(b._ips){if(!options){options=3D{=
}}options.issh=3Dtrue}_render([b],attr,options);b.ost=3D1;window.addthis_=
product=3D"tbx-"+_atc.ver}}}},gat=3Dfunction(s,au,conf,share){var =
pageTracker=3Dconf.data_ga_tracker,propertyId=3Dconf.data_ga_property;if(=
propertyId&&typeof(window._gat)=3D=3D"object"){pageTracker=3D_gat._getTra=
cker(propertyId)}if(pageTracker&&typeof(pageTracker)=3D=3D"string"){pageT=
racker=3Dwindow[pageTracker]}if(pageTracker&&typeof(pageTracker)=3D=3D"ob=
ject"){var =
gaUrl=3Dau||(share||{}).url||location.href;if(gaUrl.toLowerCase().replace=
("https","http").indexOf("http%3a%2f%2f")=3D=3D0){gaUrl=3D_duc(gaUrl)}try=
{pageTracker._trackEvent("addthis",s,gaUrl)}catch(e){try{pageTracker._ini=
tData();pageTracker._trackEvent("addthis",s,gaUrl)}catch(e){}}}};_ate.gat=
=3Dgat;addthis.update=3Dfunction(which,what,value){if(which=3D=3D"share")=
{if(!window.addthis_share){window.addthis_share=3D{}}window.addthis_share=
[what]=3Dvalue;upShare[what]=3Dvalue;for(var i in addthis.links){var =
o=3Daddthis.links[i],rx=3Dnew =
RegExp("&"+what+"=3D(.*)&"),ns=3D"&"+what+"=3D"+_euc(value)+"&";o.href=3D=
o.href.replace(rx,ns);if(o.href.indexOf(what)=3D=3D-1){o.href+=3Dns}}for(=
var i in addthis.ems){var =
o=3Daddthis.ems[i];o.href=3Dgenieu(addthis_share)}}else{if(which=3D=3D"co=
nfig"){if(!window.addthis_config){window.addthis_config=3D{}}window.addth=
is_config[what]=3Dvalue;upConfig[what]=3Dvalue}}};addthis._render=3D_rend=
er;var rsrcs=3D[new =
_ate.resource.Resource("counter",_atr+"js/250/api.sharecounter.js",functi=
on(){return window.addthis.counter.ost}),new =
_ate.resource.Resource("countercss",_atr+"static/r07/counter40.css",funct=
ion(){return =
true})];addthis.counter=3Dfunction(what,config,share){if(what){what=3Dadd=
this._select(what);if(what.length){for(var k in =
rsrcs){rsrcs[k].load()}}}};addthis.button=3Dfunction(what,config,share){_=
render(what,{conf:config,share:share},{internal:"img"})};addthis.toolbox=3D=
function(what,config,share){var toolboxes=3D_select(what);for(var =
i=3D0;i<toolboxes.length;i++){var =
tb=3Dtoolboxes[i],attr=3D_getATtributes(tb,config,share),sp=3Dd.ce("div")=
,c;if(tb){c=3Dtb.getElementsByTagName("a");if(c){_renderToolbox(c,attr.co=
nf,attr.share)}tb.appendChild(sp)}sp.className=3D"atclear"}};addthis.read=
y=3Dfunction(){var =
at=3Daddthis,a=3D".addthis_";if(at.ost){return}at.ost=3D1;addthis.toolbox=
(a+"toolbox");addthis.button(a+"button");addthis.counter(a+"counter");_re=
nderToolbox(buttons,null,null,false);_ate.ed.fire("addthis.ready",addthis=
);for(var =
i=3D0,plo=3Dat.plo,q;i<plo.length;i++){q=3Dplo[i];(q.ns?at[q.ns]:at)[q.ca=
ll].apply(this,q.args)}};addthis.util.getAttributes=3D_getATtributes;wind=
ow.addthis=3Daddthis;window.addthis.ready()}}));_ate.extend(addthis,{coun=
ter:(function(){var =
s=3D1,z=3D_ate,x=3Ddocument,n=3Dwindow,p=3Daddthis,j=3Dn.addthis_config,k=
=3Dn.addthis_share,r=3Dfunction(w,d,a){w/=3Dd;return =
Math.round(w*10)/10+a},i=3Dfunction(a){var =
d=3D(""+a).split(".").shift().length;if(isNaN(a)){return =
a}else{if(d<4){return Math.round(a)}else{if(d<7){return =
r(a,1000,"K")}else{if(d<10){return r(a,1000000,"M")}else{return =
r(a,1000000000,"B")}}}}},q=3Dfunction(d){try{if(n.JSON&&n.JSON.parse){ret=
urn JSON.parse(d)}return =
_ate.util.fromKV(d)}catch(a){return{}}},o=3Dfunction(d){try{if(n.JSON&&n.=
JSON.stringify){return JSON.stringify(d)}return =
_ate.util.toKV(d)}catch(a){return""}},g=3Dfunction(d){var =
a=3D_ate.cookie.rck("_atshc");if(a){return(q(a)||{})[d]||-1}return =
-1},c=3Dfunction(d,w){var =
a=3D_ate.cookie.rck("_atshc"),B;if(a){a=3Dq(a);B=3D(a||{})[d]||0;if(B&&w>=
B){delete a[d];_ate.cookie.sck("_atshc",o(a),0,1)}}},y=3Dfunction(d){var =
a=3D_ate.cookie.rck("_atshc"),w=3DA(d)+1;u(d,w);if(!a){a=3D{}}else{a=3Dq(=
a)}if(a[d.url]){delete =
a[d.url]}a[_euc(d.url)]=3Dw;_ate.cookie.sck("_atshc",o(a),0,1)},A=3Dfunct=
ion(a){var =
d=3D0;if(a&&a.firstChild&&a.firstChild.firstChild){d=3DparseInt(a.firstCh=
ild.firstChild.nodeValue);if(isNaN(d)){d=3D0}}return =
d},u=3Dfunction(d,D){if(!d){return}if(d.firstChild&&d.firstChild.nodeType=
=3D=3D3){d.removeChild(d.firstChild)}if(!d.firstChild){var =
F=3Dx.ce("a"),B=3Dx.ce("a"),E=3Dx.ce("span"),a=3Dx.createTextNode("Share"=
),w=3Dd.addthis_conf||{},C=3Dd.addthis_share||{};F.className=3D"addthis_b=
utton_expanded";B.className=3D"atc_s =
addthis_button_compact";d.appendChild(F);d.appendChild(B);B.appendChild(E=
);E.appendChild(a);w.ui_offset_top=3D18;w.ui_offset_left=3D-4;addthis.but=
ton(B,w,C);addthis._render([F],{conf:w,share:C},{nohover:true,singleservi=
ce:"more"})}if(d.firstChild.firstChild){d.firstChild.removeChild(d.firstC=
hild.firstChild)}D=3Dx.createTextNode(D);d.firstChild.appendChild(D)},b=3D=
function(a,d){u(a,i(d))},f=3D[],l=3Dfunction(a,B,C){var =
d=3D0,w=3Dg(a.url);if(B.error){d=3D"?"}else{d=3DB.shares}if(!isNaN(w)&&((=
isNaN(d)&&w>0)||w>d)){d=3Dw}c(a.url,d);C(a,d)},m=3D{},t=3D{},v=3Dfunction=
(a,w){if(!t[a.url]){t[a.url]=3D[]}t[a.url].push(a);if(m[a.url]){w(a,m[a.u=
rl])}else{_ate.ed.addEventListener("addthis.menu.share",function(B){try{i=
f(B.data.service&&B.data.url=3D=3Da.url){y(a)}}catch(B){}});var =
d=3D"sc_"+encodeURIComponent(a.url).replace(/[0-3][A-Z]|[^a-zA-Z0-9]/g,""=
);if(!_ate.cbs){_ate.cbs=3D{}}if(!_ate.cbs[d]){_ate.cbs[d]=3Dfunction(C){=
if(s){img=3Dnew =
Image();z.imgz.push(img);img.src=3D"//l.addthiscdn.com/live/t00/mu.gif?a=3D=
sc&t=3D"+((new =
Date()).getTime()-_ate.cbs["time_"+d])}if(C&&!C.error&&C.shares){m[a.url]=
=3DC.shares}for(var =
B=3D0;B<t[a.url].length;B++){l(t[a.url][B],C,w)}};_ate.cbs["time_"+d]=3D(=
new =
Date()).getTime();_ate.ajs("//api-public.addthis.com/url/shares.json?supp=
ress_response_codes=3Dtrue&url=3D"+_euc(a.url)+"&callback=3D_ate.cbs."+en=
codeURIComponent(d),1)}}},h=3Dfunction(E,w,D){if(E){E=3Daddthis._select(E=
);for(var B=3D0;B<E.length;B++){var =
a=3DE[B],C=3D((a.parentNode||{}).className||"").indexOf("addthis_toolbox"=
)>-1?addthis.util.getAttributes(a.parentNode,w,D):null,d=3Daddthis.util.g=
etAttributes(a,C?C.conf:w,C?C.share:D,true);if(!a.ost){a.url=3Dd.share.ur=
l||(n.addthis_share||{}).url;a.addthis_conf=3Dd.conf;a.addthis_share=3Dd.=
share;a.ost=3D1;u(a,"--");v(a,function(F,G){b(F,G)})}}}};addthis.addEvent=
Listener("addthis.ready",function(){addthis.counter=3Dfunction(w,a,d){h(w=
,a,d)};addthis.counter.ost=3D1;addthis.counter(".addthis_counter")});retu=
rn addthis})()});_ate.extend(addthis,{user:(function(){var =
f=3D_ate,c=3Daddthis,g=3D{},d=3D0,j;function i(a,k){return =
f.reduce(["getID","getServiceShareHistory"],a,k)}function h(a,k){return =
function(l){setTimeout(function(){l(f[a]||k)},0)}}function =
b(){if(d){return}if(j!=3D=3Dnull){clearTimeout(j)}j=3Dnull;d=3D1;i(functi=
on(l,a,k){g[a]=3Dg[a].queuer.flush(h.apply(c,l[k]),c);return =
l},[["uid",""],["_ssh",[]]])}f._rec.push(b);j=3DsetTimeout(b,5000);g.getP=
referredServices=3Dfunction(a){if(window._atw){a(addthis_options.split(",=
"))}else{f.plo.push(["pref",a]);_ate.alg();if(f.gssh){f.pld=3Df.ajs("stat=
ic/r07/menu57.js")}else{if(!f.pld){f.pld=3D1;_ate._rec.push(function(k){i=
f(k.ssh){_ate.pld=3D_ate.ajs("static/r07/menu57.js")}})}}}};return =
i(function(k,a){k[a]=3D(new c._Queuer(a)).call;return k},g)})()});
------=_NextPart_000_0000_01CB1DF6.EC598080--

