/***************************/
//@Author: Adrian "yEnS" Mato Gondelle & Ivan Guardado Castro
//@website: www.yensdesign.com
//@email: yensamg@gmail.com
//@license: Feel free to use it, but keep this credits please!					
/***************************/

//$(document).ready(function(){
	//global vars
	//var searchBoxes = $(".text");
	//var searchBox2 = $("#search-station");
	//var searchBox2Default = "Enter your Zip code";
	
	//Searchbox2 show/hide default text if needed
//	searchBox2.focus(function(){
	//	if($(this).attr("value") == searchBox2Default) $(this).attr("value", "");
//	});
//	searchBox2.blur(function(){
//		if($(this).attr("value") == "") $(this).attr("value", searchBox2Default);
//	});
//});