$(document).ready(function(){
	$('a[rel="external"], a[rel="me"]').attr('target', '_blank');
	/*
	//zendesk box
	var zenbox_params = {};
	zenbox_params.hide_tab = true;
	//zenbox_params.tab_id = "support";
	zenbox_params.tab_id = "contactForm";
	zenbox_params.tab_color = "#373835";
	zenbox_params.title = "Talk Nerdy To Us";
	zenbox_params.subject_header = "Summary of how we can help"; 
	zenbox_params.subject = "I need some Nerd-Assistance...";
	zenbox_params.email_header = "Enter your email address";
	zenbox_params.text = "Fill out the box below and we'll be happy to assist you. If you need something urgently, please do not hesitate to call.";
	zenbox_params.tag = "dropbox";
	zenbox_params.url = "nerdwerx.zendesk.com";
	$('#ready-talk-button').click(function(){
		Zenbox.render();
		return false;
	});
	*/
});
