// JavaScript Document

// to allow the rounding of corners for the site's divs

    window.onload=function(){
	  Nifty("#freak_page_content","transparent");
      Nifty("div#other_page_content","transparent");
	  Nifty("div.payment_float");
	  Nifty("div.payment_top","same-height");
	  Nifty("div.payment_text","same-height");
	  Nifty("div.payment_crossfit","same-height");
    }
