  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-4442380-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
//---------------------//
    var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-22652700-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
//---------------------//
	function togglesearch() {
	var ele = document.getElementById("toggleSearchText");
	var text = document.getElementById("displaySearchText");
	if(ele.style.display == "block") {
    		ele.style.display = "none";
		text.innerHTML = "Search";
  	}
	else {
		ele.style.display = "block";
		text.innerHTML = "Close";
	}
} 
//---------------------//
function toggle() {
	var ele = document.getElementById("toggleText");
	var text = document.getElementById("displayText");
	if(ele.style.display == "block") {
    		ele.style.display = "none";
		text.innerHTML = "[More Info]";
  	}
	else {
		ele.style.display = "block";
		text.innerHTML = "[Less Info]";
	}
}
//--------------------//
if(document.images){
  var image_array = new Array();
  var path = '/includes/images/';
  image_array[0] = path + "tip-bg.png";
  var preload_image = new Array ();
  for(var i=0; i<image_array.length; i++){
    preload_image[i]= new Image();
    preload_image[i].src = image_array[i];}}
