//cufon font replacement
Cufon.replace('.module h3, .module_menu h3, .module_text h3, .module_blue h3, .contentheading, .componentheading', { fontFamily: 'Swis721CnEU' });
Cufon.replace('#dj-main li a.dj-up_a, .module_menu2 ul li a, .minifp-introtitle a', { fontFamily: 'Swis721CnEU', hover: true });


	
/** equal columns script based on mootools library**
function equalHeights() {
var height = 0;
divs = $$('#bottom_mods .column');
 divs.each( function(e){
 if (e.offsetHeight > height){
 height = e.offsetHeight;
 }
});

divs.each( function(e){
 e.setStyle( 'height', height + 'px' );
 if (e.offsetHeight > height) {
 e.setStyle( 'height', (height - (e.offsetHeight - height)) + 'px' );
 }
});
} 

window.onload=function(){
 if(document.getElementsByTagName){
 equalHeights();
 alert ('asdfasdf');
 }
 } 
*/

