var mark=300;if( place == "home") { var mark=300;}if( place == "about") { var mark=540;}if( place == "services") { var mark=438;}if( place == "projects") { var mark=336;}if( place == "careers") { var mark=234;}if( place == "contact") { var mark=139;}if( place == "login") { var mark=44;}  $("#marker").animate({     width: mark+15+"px"  }, 600 );  $("#marker").animate({     width: mark-10+"px"  }, 400 );  $("#marker").animate({     width: mark+"px"  }, 400 );  var _gaq = _gaq || [];  _gaq.push(['_setAccount', 'UA-3923019-42']);  _gaq.push(['_trackPageview']);  (function() {    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);  })();
