/*@cc_on 
	@if (@_win32)
	try {
	  document.execCommand('BackgroundImageCache', false, true);
	} catch(e) {}
	@end
@*/

$(function () { 
	if($(".faqs").length){
		$.getScript("/javascript/jquery.fc.accordion.js", function(){
			$(".faqs").fcaccordion({speed : 500, header: ".header", content:".faq-content", toggled : false, scrolled : false});
		});
	}
}); 
