$(document).ready(function() {
	
	//Current page for Home
	
	$('#home #nav li:first-child').addClass('current-menu-item');

        if(location.href.search("http://gmatclub.com/blog/") != -1) {
          $('#nav li:nth-child(7)').addClass('current-menu-item');
        }
	
	// FORM INPUT EXAMPLES
	
//	jQuery('#login li.field input[name="log"]').example('E-mail');
	$('#commentForm li.field input[name="author"]').example('Name');
	$('#commentForm li.field input[name="email"]').example('E-mail');
	$('#commentForm li.field input[name="url"]').example('Website');
	$('#commentForm p.fields textarea[name="comment"]').example('Your Reply..');

});

$(function() {

});

