/**
 * Common (Global) Script
 *
 * @package  Thisandagain V
 * @version  0.1
 **/
 
/**
 * Remember back when ASCII art was all the rage on usenet (alt.ascii-art)? I'm bring'n it back:
 *
 *                    .               ,.
 *                 T."-._..---.._,-"/|
 *                 l|"-.  _.v._   (" |
 *                 [l /.'_ \; _~"-.`-t
 *                 Y " _(o} _{o)._ ^.|
 *                 j  T  ,-<v>-.  T  ]
 *                 \  l ( /-^-\ ) !  !
 *                  \. \.  "~"  ./  /c-..,__
 *                    ^r- .._ .- .-"  `- .  ~"--.
 *                     > \.                      \
 *                     ]   ^.                     \
 *                     3  .  ">            .       Y  -Meow!
 *        ,.__.--._   _j   \ ~   .         ;       |
 *       (    ~"-._~"^._\   ^.    ^._      I     . l
 *        "-._ ___ ~"-,_7    .Z-._   7"   Y      ;  \        _
 *           /"   "~-(r r  _/_--._~-/    /      /,.--^-._   / Y
 *           "-._    '"~~~>-._~]>--^---./____,.^~        ^.^  !
 *               ~--._    '   Y---.                        \./
 *                    ~~--._  l_   )                        \
 *                          ~-._~~~---._,____..---           \
 *                              ~----"~       \
 *                                             \
 *
 * Uhm... here is some JS code, which is probably the reason you are looking around in here (unless you are super into ASCII kitties):
 **/
 
/**
 * jQuery Bindings
 **/
$('li[title]').tooltip({
	effect: 'slide',
	position: 'bottom center'
});
