function lovethis(myid)
 {
		new Effect.Pulsate('lovethis');
		new Ajax.Request('http://www.animepaper.net/source/anime/anime-handler.php?lovethis=' + myid, {
		asynchronous:true,
		onComplete:function(){ 
			new Ajax.Updater('lovelist', 'http://www.animepaper.net/source/anime/anime-handler.php?lovelist=' + myid, {asynchronous:true, onComplete:function(){ new Effect.Highlight('lovelist'); } });
			new Ajax.Updater('hatelist', 'http://www.animepaper.net/source/anime/anime-handler.php?hatelist=' + myid, {asynchronous:true});
			new Ajax.Updater('lcount', 'http://www.animepaper.net/source/anime/anime-handler.php?lcount=' + myid, {asynchronous:true, onComplete:function(){ new Effect.Highlight('lcount'); } });
			new Ajax.Updater('hcount', 'http://www.animepaper.net/source/anime/anime-handler.php?hcount=' + myid, {asynchronous:true});
			new Ajax.Updater('bar', 'http://www.animepaper.net/source/anime/anime-handler.php?barupdate=' + myid, {asynchronous:true, onComplete:function(){ new Effect.Highlight('bar'); } });
		}
		
		} );
 }
 
function hatethis(myid)
 {
		new Effect.Pulsate('hatethis');
		new Ajax.Request('http://www.animepaper.net/source/anime/anime-handler.php?hatethis=' + myid, {
		asynchronous:true,
		onComplete:function(){ 
			new Ajax.Updater('lovelist', 'http://www.animepaper.net/source/anime/anime-handler.php?lovelist=' + myid, {asynchronous:true});
			new Ajax.Updater('hatelist', 'http://www.animepaper.net/source/anime/anime-handler.php?hatelist=' + myid, {asynchronous:true, onComplete:function(){ new Effect.Highlight('hatelist'); } });
			new Ajax.Updater('lcount', 'http://www.animepaper.net/source/anime/anime-handler.php?lcount=' + myid, {asynchronous:true});
			new Ajax.Updater('hcount', 'http://www.animepaper.net/source/anime/anime-handler.php?hcount=' + myid, {asynchronous:true, onComplete:function(){ new Effect.Highlight('hcount'); }});
			new Ajax.Updater('bar', 'http://www.animepaper.net/source/anime/anime-handler.php?barupdate=' + myid, {asynchronous:true, onComplete:function(){ new Effect.Highlight('bar'); } });
		}
		
		} );
 }
 
 function acancel(myid)
 {
		new Effect.Pulsate('cancelme');
		new Ajax.Request('http://www.animepaper.net/source/anime/anime-handler.php?cancelthis=' + myid, {
		asynchronous:true,
		onComplete:function(){ 
			new Ajax.Updater('lovelist', 'http://www.animepaper.net/source/anime/anime-handler.php?lovelist=' + myid, {asynchronous:true});
			new Ajax.Updater('hatelist', 'http://www.animepaper.net/source/anime/anime-handler.php?hatelist=' + myid, {asynchronous:true});
			new Ajax.Updater('lcount', 'http://www.animepaper.net/source/anime/anime-handler.php?lcount=' + myid, {asynchronous:true});
			new Ajax.Updater('hcount', 'http://www.animepaper.net/source/anime/anime-handler.php?hcount=' + myid, {asynchronous:true});
			new Ajax.Updater('bar', 'http://www.animepaper.net/source/anime/anime-handler.php?barupdate=' + myid, {asynchronous:true});
		}
		
		} );
 }