var hintParts = {
	'load': {0: 'Loading...', 1: 'Loading...', 2: 'Loading...'},
	'sleep': {20: 'What you see is what you get!', 40: 'A third guy is a must in getting properly stoned', 60: 'It’s not just gonna get any greener', 80: 'Pump it up, cheer up!', 100: 'Muppets gotten tired', 120: 'Zzzz...', 140: 'Chaplin is dead – you do know that, right?'},
	'color': {'eb3a05': 'Squeezed carrots - my favorite', '009244': 'Jade, like a core', '80b63e': 'Olive, almost olive', 'f6eb2c': 'Green glass', 'e86f2d': 'Backlit Green grass of the backyard', '2a15d9': 'Royal blue'},
	'size': {'32x32': 'Size matters', '24x24': 'Tszuy’s jab', '16x16': 'Little-twitters'},
	'background': {'000000': 'Gothic-mshmotic', 'ffffff': 'White power!'}
};

var what_tip_header = 'What in the World is it?';
var how_tip_header = 'User’s guidelines';
var load_error = '<strong>Ups. Something went not right...</strong><br />try to reload page';

var color_pick_header = 'Icons color:';
var bg_pick_header = 'Background color:';
var close_text = 'Close';

var video_url = 'http://www.youtube.com/v/NswufuXeLOU';

var ahtung_text = '<h2><strong>Caramba!</strong><br/>It looks like you are using a prehistoric browser</h2>' + 
		'<p>Iconza does not want to show you icons in IE6, please upgrade your browser to <a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx">version 7</a> or better <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">8</a>.<br />And your best alternative would be a radical upgrade to:</p>' + 
		'<ul>' +
		'<li><a href="http://www.mozilla.com/firefox/">Firefox</a></li>' +
		'<li><a href="http://www.opera.com/">Opera</a></li>' +
		'<li><a href="http://www.google.com/chrome">Chrome</a></li>' +
		'<li><a href="http://www.apple.com/safari/">Safari</a></li>' +
		'</ul>';
