var hoverEffect = true; // set true for hover effect, set false for no hover effect

var searchEngine = 'bing'; // default search engine - set google for google search, bing for bing search, yahoo for yahoo search

var numberOfScreens = 3; // set number of screens (1 or 2 or 3)

var bodycolor = '#260930'
 
var blockName = new Array(); // set names of blocks

blockName[1] = 'Search';
blockName[2] = 'News & Entertainment';
blockName[3] = 'Social';


var bookmark = new Array();
bookmark[0] = new Array();
bookmark[1] = new Array();
bookmark[2] = new Array();


// set your bookmarks here: (If you do not fill 'thumb' for thumbnail will use title as .png)
// 1. BLOCK
bookmark[0][0] = {
'title':'google',
'url':'http://www.google.com',
'thumb':'google.png',
'bgcolor':'409da5',
'bgwidth':'215px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[0][1] = {
'title':'Yahoo',
'url':'http://yahoo.com',
'thumb':'yahoo.png',
'bgcolor':'4849a6',
'bgwidth':'215px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[0][2] = {
'title':'Youtube',
'url':'http://youtube.com',
'thumb':'youtube.png',
'bgcolor':'cd432d',
'bgwidth':'140px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[0][3] = {
'title':'aol',
'url':'http://www.aol.com/',
'thumb':'aol.png',
'bgcolor':'da8515',
'bgwidth':'140px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[0][4] = {
'title':'microsoft',
'url':'http://www.microsoft.com',
'thumb':'microsoft.png',
'bgcolor':'7d9f2a',
'bgwidth':'290px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[0][5] = {
'title':'bing',
'url':'http://www.bing.com',
'thumb':'bing.png',
'bgcolor':'672c9b',
'bgwidth':'440px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[0][6] = {
'title':'hotmail',
'url':'http://www.hotmail.com',
'thumb':'hotmail.png',
'bgcolor':'621354',
'bgwidth':'330px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[0][7] = {
'title':'ask',
'url':'http://www.ask.com',
'thumb':'ask.png',
'bgcolor':'409da5',
'bgwidth':'160px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[0][8] = {
'title':'IMDb',
'url':'http://www.imdb.com/',
'thumb':'imdb.png',
'bgcolor':'7d9f2a',
'bgwidth':'160px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[0][9] = {
'title':'gmail',
'url':'http://www.gmail.com',
'thumb':'gmail.png',
'bgcolor':'03417a',
'bgwidth':'420px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[0][10] = {
'title':'wikipedia',
'url':'http://wikipedia.org',
'thumb':'wikipedia.png',
'bgcolor':'none',
'bgwidth':'195px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[0][11] = {
'title':'technet',
'url':'http://technet.microsoft.com/',
'thumb':'technet.png',
'bgcolor':'da8515',
'bgwidth':'195px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};/////////////////////////// end of 1. BLOCK ///////////////////////////////////



/////////////////////////// 2. BLOCK /////////////////////////////////
bookmark[1][0] = {
'title':'eurosport',
'url':'http://www.eurosport.com/',
'thumb':'eurosport.png',
'bgcolor':'409da5',
'bgwidth':'215px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[1][1] = {
'title':'amazon',
'url':'http://www.amazon.com/',
'thumb':'amazon.png',
'bgcolor':'4849a6',
'bgwidth':'215px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[1][2] = {
'title':'eBay',
'url':'http://www.ebay.com/',
'thumb':'ebay.png',
'bgcolor':'cd432d',
'bgwidth':'140px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[1][3] = {
'title':'CNN',
'url':'http://www.cnn.com',
'thumb':'cnn.png',
'bgcolor':'da8515',
'bgwidth':'140px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[1][4] = {
'title':'vimeo',
'url':'http://vimeo.com',
'thumb':'vimeo.png',
'bgcolor':'7d9f2a',
'bgwidth':'290px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[1][5] = {
'title':'lifehacker',
'url':'http://lifehacker.com/',
'thumb':'lifehacker.png',
'bgcolor':'672c9b',
'bgwidth':'440px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[1][6] = {
'title':'engadged',
'url':'http://www.engadget.com/',
'thumb':'engadget.png',
'bgcolor':'621354',
'bgwidth':'330px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[1][7] = {
'title':'zune',
'url':'http://www.zune.net/',
'thumb':'zune.png',
'bgcolor':'409da5',
'bgwidth':'160px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[1][8] = {
'title':'dropbox',
'url':'http://www.dropbox.com/',
'thumb':'dropbox.png',
'bgcolor':'7d9f2a',
'bgwidth':'160px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[1][9] = {
'title':'National Geographic',
'url':'http://www.nationalgeographic.com/',
'thumb':'natgeo.png',
'bgcolor':'03417a',
'bgwidth':'420px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[1][10] = {
'title':'CBC news',
'url':'http://www.cbc.ca/news/',
'thumb':'cbcnews.png',
'bgcolor':'409da5',
'bgwidth':'195px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[1][11] = {
'title':'weather.com',
'url':'http://www.weather.com/',
'thumb':'weather.png',
'bgcolor':'none',
'bgwidth':'195px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};////////////////////// end of 2. BLOCK /////////////////


//////////////////////////// 2. BLOCK/////////////////////////////////////////
bookmark[2][0] = {
'title':'linkedin',
'url':'http://www.linkedin.com/',
'thumb':'linkedin.png',
'bgcolor':'409da5',
'bgwidth':'215px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[2][1] = {
'title':'hi5',
'url':'http://www.hi5.com/',
'thumb':'hi5.png',
'bgcolor':'none',
'bgwidth':'215px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[2][2] = {
'title':'flickr',
'url':'http://www.flickr.com/',
'thumb':'flickr.png',
'bgcolor':'cd432d',
'bgwidth':'140px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[2][3] = {
'title':'last.fm',
'url':'http://www.last.fm/',
'thumb':'lastfm.png',
'bgcolor':'da8515',
'bgwidth':'140px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[2][4] = {
'title':'twitter',
'url':'http://twitter.com/',
'thumb':'twitter.png',
'bgcolor':'7d9f2a',
'bgwidth':'290px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[2][5] = {
'title':'skype',
'url':'http://www.skype.com/',
'thumb':'skype.png',
'bgcolor':'672c9b',
'bgwidth':'440px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[2][6] = {
'title':'facebook',
'url':'http://facebook.com',
'thumb':'facebook.png',
'bgcolor':'621354',
'bgwidth':'330px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[2][7] = {
'title':'delicious',
'url':'http://www.delicious.com/',
'thumb':'delicious.png',
'bgcolor':'409da5',
'bgwidth':'160px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[2][8] = {
'title':'youtube',
'url':'http://www.youtube.com/',
'thumb':'youtube.png',
'bgcolor':'7d9f2a',
'bgwidth':'160px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[2][9] = {
'title':'orkut',
'url':'http://www.orkut.com/',
'thumb':'orkut.png',
'bgcolor':'03417a',
'bgwidth':'420px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[2][10] = {
'title':'tumblr',
'url':'http://www.tumblr.com/',
'thumb':'tumblr.png',
'bgcolor':'409da5',
'bgwidth':'195px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};
bookmark[2][11] = {
'title':'StumbleUpon',
'url':'http://www.stumbleupon.com/',
'thumb':'stumbleupon.png',
'bgcolor':'da8515',
'bgwidth':'195px' //!!! DO NOT CHANGE: Matches width of DIV !!!////
};///////////////////// end of 3. BLOCK/////////////////////////////////

