/*

	HL2 2010 Redesign
	------------------

	@file 		contact-us.js
	@version 	1.0.0b
	@date 		2010-02-03 15:09:46 -0800 (Wed, 3 Feb 2010)
	@author 	Marissa Wells <hello@marissawells.com>

	Copyright (c) 2010 HL2 <http://www.hl2.com>

*/

// **********************************
// ***** Custom jQuery scripts
// ***** Used in 'Contact Us' section
// **********************************

// Compensate for Wordpress including prototype.js in the wp_head
jQuery.noConflict();

jQuery(document).ready(function() {

	// Add current class to 'Contact Us' in main nav
	jQuery("li#contact-us-nav a").addClass("current");
	
	
	// Bing API junk
	

});