• September 2007
    M T W T F S S
    « Jul   Oct »
     12
    3456789
    10111213141516
    17181920212223
    24252627282930

Kare Kano LUV

a392-14.jpg

カレカノ~Kare Kano

彼氏彼女の事情, Kareshi Kanojo no Jijō

Hey everyone!

I’ve recently read a manga written by Masami Tsuda called ‘Kare Kano-His and Her Circumstances’. I know it’s quite an old manga (written in 1995) but it’s so GOOD!!! I recommend it to anyone!!! I want to read the next one!!!

Here’s an internet synopsis on Kare Kano:

Straight A’s, athlete and overall `Ms. Popularity,` Yukino, is the perfect student. Or at least that`s how she appears to the outside world. But when the curtains are drawn, a lazy young egomaniac lurks who will do anything and everything to be the top student in her school. Yukino finds her resolve put to the test as after years as the Idol of her class a threat emerges in the MORE perfect Soichiro. A good-natured, studious and athletic boy he is her equal in every way but one - that behind the act is a genuine heart driven to succeed. Yukino is desperate to regain her status anyway she can, but through embarrassing flub-ups at every turn, Soichiro remains untouched even as they find respect for one another, and maybe, after all the dust has cleared, something more.

Source: http://astore.amazon.com/bliligcom-20/detail/1931514798

function AttachEventListener(object, event, handler, useCapture) { if( !useCapture ) { useCapture = false; } if( object.addEventListener ) { object.addEventListener(event, handler, useCapture); } else { object.attachEvent(’on’ + event, handler); } } function GetEventTarget(event) { return (event.target)? event.target : event.srcElement; } //borrowed from quirksmode. Stops event bubbling. function StopEventPropagation(event) { if(!event) { event = window.event; } //MSIE event.cancelBubble = true; //w3c if(event.stopPropagation) { event.stopPropagation(); } } function StopEventDefault(event) { if(!event) { event = window.event; } //MSIE event.returnValue = false; //w3c if(event.preventDefault) { event.preventDefault() }; } //does both StopEventPropogation and StopEventDefault function StopEvent(event) { StopEventDefault(event); StopEventPropagation(event); } function mouseOverFromElement(event) { return (event.relatedTarget)? event.relatedTarget : event.fromTarget; } function mouseOutToElement(event) { return (event.relatedTarget)? event.relatedTarget : event.toTarget; } var wImages; var link = document.getElementById(’imageViewerLink’); function openImageViewer(event) { if (wImages == null || wImages.closed) { wImages = window.open(link.href, ‘ImageView’, ‘width=625,height=700,scrollbars,resizable’); } else { wImages.location = link.href; } wImages.focus(); return false; } AttachEventListener(link, ‘click’, openImageViewer);

One Response to “Kare Kano LUV”


  1. Ooh. Haha! Haven’t heard of it before. What’s it about? :)

Leave a Reply

You must be logged in to post a comment.