﻿$(document).ready(function() {
	/*
	$(".external").each(function() {
		$(this).attr("target") = "_blank";
	});
	
	$(".faq").find("p.faqQuestion").click(function() {
         $(this).next().toggle();
     });
	$("a[@rel='external']").click(function() {
		window.open($(this).href); return false;
	});*/
});

