			function SetValue(command, args)
			{
				if(command == "varLINK")
				{
					if(args == 'NATAL2009')
					{
						window.open("http://www.e-guru.com.br/campanha_natal/","","width="+screen.width+", height="+screen.height+", resizable = no");
					}
					if(args == "TOP2009")
					{
						window.open("http://www.e-guru.com.br/empreendedor2009/","","width="+screen.width+", height="+screen.height+", resizable = no");
					}
					if(args == "ALVO")
					{
						window.open("http://www.e-guru.com.br/2008/o_alvo/","","width="+screen.width+", height="+screen.height);
					}
					if(args == "GMS")
					{
						window.open("http://www.e-guru.com.br/gms/","","width="+screen.width+", height="+screen.height);
					}
					if(args == "BSP")
					{
						window.open("http://www.bsp.edu.br/","","width="+screen.width+", height="+screen.height+", scrollbars = yes, status=yes, location = yes, toolbar = yes, menubar=yes, resizable = yes");
					}
					if(args == "RENNOVAR")
					{
						window.open("http://www.rennovar.com.br/","","width="+screen.width+", height="+screen.height+", scrollbars = yes, status=yes, location = yes, toolbar = yes, menubar=yes, resizable = yes");
					}
					if(args == "SPYER")
					{
						window.open("mailto:spyerprates@terra.com.br","","width="+screen.width+", height="+screen.height+", scrollbars = yes, status=yes, location = yes, toolbar = yes, menubar=yes, resizable = yes");
					}
					if(args == "CP")
					{
						window.open("http://www.carlospessoa.com.br","","width="+screen.width+", height="+screen.height+", scrollbars = yes, status=yes, location = yes, toolbar = yes, menubar=yes, resizable = yes");
					}
					if(args == "EMAIL")
					{
						window.open("mailto:e-guru@e-guru.com.br","","width="+screen.width+", height="+screen.height+", scrollbars = yes, status=yes, location = yes, toolbar = yes, menubar=yes, resizable = yes");
					}
					if(args == "NOTICIA2") 
					{
						window.open("http://revistaepoca.globo.com/Epoca/0,6993,EPT1173916-1662,00.html","","width="+screen.width+", height="+screen.height+", scrollbars = yes, status=yes, location = yes, toolbar = yes, menubar=yes, resizable = yes");
					}
					if(args == "BLOG")
					{
						//window.open("http://blog.e-guru.com.br/","","width="+screen.width+", height="+screen.height+", scrollbars = yes, status=yes, location = yes, toolbar = yes, menubar=yes, resizable = yes");
						window.open("http://www.e-guru.com.br/blog","","width="+screen.width+", height="+screen.height+", scrollbars = yes, status=yes, location = yes, toolbar = yes, menubar=yes, resizable = yes");
					}
					if(args == "MAPA")
					{
						window.open("http://maps.google.com/maps?f=q&source=s_q&hl=pt-BR&geocode=&q=eguru&jsv=145d&sll=-23.570694,-46.644258&sspn=0.009421,0.019226&ie=UTF8&latlng=-23570861,-46644204,15503440824669767416&ei=D7uSSaT8JIeKjQP1n-T9DA&cd=1","","width="+screen.width+", height="+screen.height);
					}
					if(args == "NATAL")
					{
						window.open("http://www.e-guru.com.br/campanha_natal/","","width="+screen.width+", height="+screen.height);
					}
					if(args == "GLOBONEWS")
					{
						window.open("http://www.youtube.com/watch?v=1YFNyLsbUw0","","width="+screen.width+", height="+screen.height+", scrollbars=yes");
					}
					if(args == "TWITTER")
					{
						window.open("http://www.twitter.com/E_GURU","","width="+screen.width+", height="+screen.height+", scrollbars=yes");
					}
					if(args == "MESA_LINK1")
					{
						window.open("http://vimeo.com/5344380","","width="+screen.width+", height="+screen.height+", scrollbars=yes");
					}
					if(args == "MESA_LINK2")
					{
						window.open("http://www.online-educa.com/en","","width="+screen.width+", height="+screen.height+", scrollbars=yes");
					}
					if(args == "MESA_LINK3")
					{
						window.open("http://www.mesadenegocios.com.br/index2.php","","width="+screen.width+", height="+screen.height+", scrollbars=yes");
					}
					if(args == "PLATAFORMA")
					{
						window.open("http://www.santander.com.br/caminhoseescolhas","","width="+screen.width+", height="+screen.height+", scrollbars=yes");
					}
					if(args == "NEWS")
					{
						window.open("http://www.e-guru.com.br/gurunews/gurunews_18_pt.htm","","width="+screen.width+", height="+screen.height+", scrollbars=yes");
					}
					if(args == "CAMACHO")
					{
						window.open("http://www.camachoconsultores.com.br","","width="+screen.width+", height="+screen.height+", scrollbars=yes");
					}
					if(args == "DIALOGOS")
					{
						window.open("http://www.e-guru.com.br/produtos/dialogos","","width="+screen.width+", height="+screen.height+", scrollbars=yes");
					}
					if(args == "TOP2010")
					{
						window.open("http://www.e-guru.com.br/top_of_mind/index.html","","width="+screen.width+", height="+screen.height+", scrollbars=yes");
					
					}
					
				}
				else if(command == "varNOME")
				{
					document.FormContato.DSNome.value = args;
				}
				else if(command == "varEMAIL")
				{
					document.FormContato.DSEmail.value = args;
				}
				else if(command == "varCOMENTARIO")
				{
					document.FormContato.DSComentario.value = args;
				}
				else if(command == "varENVIAR")
				{
					if(GetValue("varEmailValido") == "VALIDO")
					{
						document.FormContato.submit();
					}
				}
				else if(command == "varLOGIN")
				{
					document.FormLogin.DSLogin.value = args;
				}
				else if(command == "varSENHA")
				{
					document.FormLogin.DSSenha.value = args;
				}
				else if((command == "varENVIALOGIN") && (Number(args) == 1))
				{
					document.FormLogin.submit();
				}				
			}

			function GetValue(command)
			{ 
				if(command == "varEmailValido")
				{
					if(!validarEmail(document.FormContato.DSEmail.value))
					{
						return "INVALIDO";				
					}
					else
					{
						return "VALIDO";
					}
				}	
			}

			function validarEmail(email){
				var er = new RegExp(/^[A-Za-z0-9_\-\.]+@[A-Za-z0-9_\-\.]{2,}\.[A-Za-z0-9]{2,}(\.[A-Za-z0-9])?/);

				if(er.test(email))
				{ 
					return true; 
				}
				else
				{
					return false;
				}
			}

		
			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

			try {
				var pageTracker = _gat._getTracker("UA-7521606-1");
				pageTracker._trackPageview();
			} catch(err) {}
