/*	
 *	jQuery Object for Script widget
 *  date: Tue Apr 28 14:06:34 IST 2009
 *  author: Patryk Kasperski
*/

var FulltiltForums = {
	init:function() {
		// apply to all png images 
		$('div.footer-cms a.logo').ifixpng();
		$('div.bw09-menu-section').ifixpng();
	}
}
$(function(){ FulltiltForums.init(); });