// no conflicts with other frameworks
// var $j = jQuery.noConflict();

//
// window.onload function to setup various javascripts
//
//$j(function() {
	//fix png transparency in IE<6
	//$j('img[src$=.png]').ifixpng();
	
	//$j('#divTabSections').cycle({ 
    //speed:  'fast', 
    //timeout: 0, 
    //pager:  '#option_tabs', 
   // pagerAnchorBuilder: function(idx, slide) { 
        // return selector string for existing anchor 
      //  return '#option_tabs li:eq(' + idx + ') a'; 
  //  } 
//	});

	

// });
