// JavaScript Document


/*$(document).ready(function() {
twitter
$("#twitter").getTwitter({ userName: "envatowebdesign", numTweets: 5,loaderText: "Loading tweets...", slideIn: true,	slideDuration: 750,	showTimestamp: true	});
});*/
$(document).ready(function() {
/* easy slider	
$("#slider").easySlider({auto: true,continuous: true, prevId:'prevBtn',prevText:'&lt;',nextId:'nextBtn', nextText:'&gt;'});*/

/*menu */
$('.subnav').each(
function () { $(this).parent().eq(0).hover(
function () {	$('.subnav:eq(0)', this).slideDown();}, 
function () {$('.subnav:eq(0)', this).hide();});});
$("div.menu").hover( function(){	$(this).slideDown(400);	},	function(){	$(".subnav").slideUp(400);	});
/* google map*/
$("#mygmap").gMap({controls: true, scrollwheel: true, markers: [{ latitude: 51.52524, longitude: -0.258468, popup: true }], zoom: 16 });
/*validate contact form
$("#form").validate();*/
/* IE6 PNG FIX
$('#logo').supersleight();
$('.facebook').supersleight();
$('.twitter').supersleight();
$('.gplus').supersleight();
$('.rss').supersleight();
$('.delicious').supersleight();*/
});

/* analytics */
var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-7258321-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);
  })();
