var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-6302118-10']);
_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);
  })();

// remap jQuery to $
(function($){})(window.jQuery);


$(document).ready(function (){
	$('.content div[title]').each(function(i,item) {
			var percent = $(item).attr("title") + "%";
			var num = i + 1;
			$(item).css("width", "100%");
			$('.content div[title] p:eq(' + i + ')').append('<span>' + percent + '</span>');
			$(item).animate( { width: percent }, { duration:1700,queue:true });		
	});
	var m1 = "majid";
	var m2 = "aveta.";
	var m3 = "net";
	$('#contact').append('<a href="mai' + 'lto:' + m1 + '@' + m2 + m3 + '">' + m1 + '@' + m2 + m3 + '</a>');
	
});
