$(document).ready(
    function(){


        // toggle debug_cache info
        $(".debug_cache_info_expand img").click(function(){
          $(this).parent().next('div').toggle();
        });

        // google analytics: rss click track
        $("a.rss_icon").click(function(){
          pageTracker._trackPageview($(this).attr("href"));
        });
    }
  );



// JavaScript Document
/*
Set_Cookie( 'cooktest', 'none', '', '/', '', '' );
if (Get_Cookie( 'cooktest'))
{
	cookie_set = true;
	if(interstitialBox.launch) interstitialBox.initialize();
}
else
{
	cookie_set = false;
}

function roll(img_name, img_src)
   {
   document[img_name].src = img_src;
   }
*/

