/**
 * StripTweet framework
 *
 * @fileOverview	StripTweet_Faq
 * @author			Matej Keglevic, Copyright (c) 2009, ThirdFrameStudios
 */

/**
 * Loaded on all pages.
 *
 * @name domready
 * @event
 */
window.addEvent('domready', function() {
    ($$('#support div a')[0]).set('href', '#');
    new StripTweet_Rotation_Rotation('#hints li');
});
