
jQuery(document).ready(function($) {
 var pathname = window.location.href;



$('.navigation').append('<li><a href="http://www.makattackfitness.com/index.php?route=information/information&information_id=10">Instructors Club</a></li>');


if (pathname == 'http://www.makattackfitness.com/index.php?route=information/information&information_id=12')
{
	$('div.post img').fadeTo('2000', 0);
	$('div.post').load('http://www.makattackfitness.com/blog/category/about-mak-attack/index.php #content');

}
if (pathname == 'http://www.makattackfitness.com/index.php?route=information/information&information_id=13')
{
		$('div.post img').fadeTo('2000', 0);
	$('div.post').load('http://www.makattackfitness.com/blog/category/mediapress/index.php #content');

}

//	$('#blog-menu').load('http://lauramakfitnessblog.com/blog/index.php #menu-header-menu'); 

$("a.simplesocial img").hoverIntent( function() {$(this).animate({
    height: '+=8',
    width: '+=8',
    right:'+8',
    bottom:'+8',
    margin:'+=5'
  }, 250, function() {
    // Animation complete.
  });
}, function() {
	$(this).animate({
	    height: '-=8',
    width: '-=8',
        right:'-=8',
    bottom:'-=8',
    margin:'-=5'
  }, 250, function() {
    // Animation complete.
  });
});
});
 

