var hoverEffect = true; // set true for hover effect, set false for no hover effect

var searchEngine = 'google'; // set google for google search, bing for bing search, yahoo for yahoo search

var bookmark = new Array();
bookmark[0] = {
	'title':'YouTube',
	'url':'http://youtube.com',
	'thumb':'youtube.png'
};
bookmark[1] = {
	'title':'Yahoo',
	'url':'http://yahoo.com',
	'thumb':'yahoo.png'
};
bookmark[2] = {
	'title':'Grooveshark',
	'url':'http://grooveshark.com',
	'thumb':'grooveshark.png'
};
bookmark[3] = {
	'title':'last.fm',
	'url':'http://www.last.fm/',
	'thumb':'lastfm.png'
};
bookmark[4] = {
	'title':'twitter',
	'url':'http://twitter.com',
	'thumb':'twitter.png'
};
bookmark[5] = {
	'title':'google',
	'url':'http://google.com',
	'thumb':'google.png'
};
bookmark[6] = {
	'title':'facebook',
	'url':'http://facebook.com',
	'thumb':'facebook.png'
};
bookmark[7] = {
	'title':'BBC news',
	'url':'http://www.bbc.co.uk/news/',
	'thumb':'bbcnews.png'
};
bookmark[8] = {
	'title':'CNN',
	'url':'http://www.cnn.com',
	'thumb':'cnn.png'
};
bookmark[9] = {
	'title':'deviantART',
	'url':'http://deviantart.com',
	'thumb':'deviantart.png'
};
bookmark[10] = {
	'title':'wikipedia',
	'url':'http://wikipedia.org',
	'thumb':'wikipedia.png'
};
bookmark[11] = {
	'title':'iTunes',
	'url':'http://www.apple.com/itunes/',
	'thumb':'itunes.png'
};
