//<![CDATA[
		var red_button_press = false; // set to true to turn the AIO off (set to false to turn it back on)
		if(red_button_press === false){
			function aio_plug_your_own_stuff_here(){
				
			}
			function aio_logged_in(){
				if($("#top_info a:contains(Log In)").size() == 1)
					return false;
				else
					return true;
			}
			function aio_user_id(){
				var aio_userID=$("#top #top_info a").attr("href");
				return (aio_userID.match(/profile\/(\d+)\//g)) ? RegExp.$1 : false;
			}
			var custom_id = "acde1fabfea457f8d7ff2890b2bac08a9a85d403";
			var aio_version = 1.2;
			var money = {
				name : "Money",
				aio_img : '<img src="http://209.85.62.24/static/1/pm.png" alt="" />',
				aio_drop_name : " AIO",
				aio_fb_corner : "6px"
			};
			var aio_rep = {
				name : "Reputation",
				minus : "<img src='http://209.85.62.24/static/1/w_down.png' alt='' />",
				plus : "<img src='http://209.85.62.24/static/1/w_up.png' alt='' />"
			}
			if(aio_logged_in()){
				$.getScript("http://209.85.62.24/142/141/0/p125123/base.js",function(){
					aio_plug_your_own_stuff_here();
$(function(){$("dt:contains(Rupees:)").prepend("<img src='http://i364.photobucket.com/albums/oo83/thebawp/green_rupee.gif' alt='*' />");});
if(location.href.match(/\/topic\//)){
var _donates = [];var _d=0;
$("dl.user_info").each(function(){
var ident = $(this).parent().parent().prev().children("td.c_username").attr("class").split("c_username ")[1];
if(!aio_in_array(ident,_donates)){
_donates[_d++] = ident;
aio_add_post_details(ident,"Donate:",'<a href="'+main_url+'pages/ucp/donate" onclick=\'window.name="_did='+ident+'";\'>Send</a>');
}
});
}
				});
			} else {
				$(".aio_ad_rotate").html('You must be logged in to view the advertisements!');
				if(location.href.match(/(pages\/shop|pages\/advert_cp|pages\/acp|pages\/donation_log|pages\/login|pages\/register|pages\/reputation_log|pages\/ucp)/gi)){
					location.replace(main_url);
				}
			}
		}
	//]]>