engines.push({
	name: 'Google',
	impressum: 'GOOGLE&trade; sowie das Google Logo sind Marken von Google Inc.',
	id: 'google',
	hotname: 'g',
	drow: 0,
	image: 'images/engines/google.png',
	//uri: 'http://www.google.de/#q=',
	uri: 'http://www.google.de/search?q=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Google - Good Luck!',
	impressum: '',
	id: 'google-gl',
	hotname: 'gl',
	drow: 1,
	image: 'images/engines/google_gl.png',
	//uri: 'http://www.google.de/#btnI&q=',
	uri: 'http://www.google.de/search?btnI=1&q=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Wikipedia',
	impressum: 'WIKIPEDIA&#174; ist eine eingetragene Marke der Wikimedia Foundation Inc.',
	id: 'wiki',
	hotname: 'w',
	drow: 0,
	image: 'images/engines/wikipedia.png',
	uri: 'http://de.wikipedia.org/w/index.php?&search=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Wolfram|Alpha',
	impressum: 'WOLFRAM ALPHA&trade; sowie das Wolfram Alpha Logo sind Marken der Wolfram Research Company',
	id: 'wolfram',
	hotname: 'wa',
	drow: 0,
	image: 'images/engines/wolfram.png',
	uri: 'http://www.wolframalpha.com/input/?i=',
	encoding: function(str){ return encodeURIComponent(str);}
	//encoding: function(str){ return str;}
});


engines.push({
	name: 'LEO Deutsch-English',
	impressum: 'LEO ist ein Online-Service der LEO GmbH',
	id: 'leo-ende',
	hotname: 'ende',
	drow: 0,
	image: 'images/engines/leo-ende.png',
	uri: 'http://dict.leo.org/ende?search=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Fefes Blog',
	impressum: '',
	id: 'blog.fefe',
	hotname: 'fefe',
	drow: 1,
	image: 'images/engines/fefe.png',
	uri: 'http://blog.fefe.de/?q=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'xkcd',
	impressum: '',
	id: 'xkcd',
	hotname: 'xkcd',
	drow: 1,
	image: 'images/engines/xkcd.png',
	uri: 'http://www.ohnorobot.com/index.pl?comic=56&s=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'ebay',
	impressum: 'EBAY&trade; sowie das eBay Logo sind Marken der eBay Inc.',
	id: 'ebay',
	hotname: 'ebay',
	drow: 0,
	image: 'images/engines/ebay.gif',
	uri: 'http://shop.ebay.de/i.html?_nkw=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Amazon.de',
	impressum: 'AMAZON.DE&trade; sowie das Amazon.de Logo sind Marken der Amazon.de GmbH',
	id: 'amazon',
	hotname: 'amazon',
	drow: 0,
	image: 'images/engines/amazon.png',
	uri: 'http://www.amazon.de/s/ref=nb_ss?&url=search-alias%3Daps&field-keywords=',
	encoding: function(str){ var ns = escape(str);return ns.replace(/\+/g,"%2B"); }
});


engines.push({
	name: 'LEO Deutsch-Franz&ouml;sisch',
	impressum: '',
	id: 'leo-frde',
	hotname: 'frde',
	drow: 1,
	image: 'images/engines/leo-frde.png',
	uri: 'http://dict.leo.org/frde?search=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'LEO Deutsch-Spanisch',
	impressum: '',
	id: 'leo-esde',
	hotname: 'esde',
	drow: 1,
	image: 'images/engines/leo-esde.png',
	uri: 'http://dict.leo.org/esde?search=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'LEO Deutsch-Italienisch',
	impressum: '',
	id: 'leo-itde',
	hotname: 'itde',
	drow: 1,
	image: 'images/engines/leo-itde.png',
	uri: 'http://dict.leo.org/itde?search=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'LEO Deutsch-Chinesisch',
	impressum: '',
	id: 'leo-chde',
	hotname: 'chde',
	drow: 1,
	image: 'images/engines/leo-chde.png',
	uri: 'http://dict.leo.org/chde?search=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Yahoo!',
	impressum: 'YAHOO&trade; sowie das Yahoo Logo sind Marken von Yahoo! Inc.',
	id: 'yahoo',
	hotname: 'yahoo',
	drow: 1,
	image: 'images/engines/yahoo.png',
	uri: 'http://de.search.yahoo.com/search;_ylt=?p=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Bing',
	impressum: 'BING&trade; sowie das Bing Logo sind Marken der Microsoft Corporation',
	id: 'bing',
	hotname: 'bing',
	drow: 1,
	image: 'images/engines/bing.png',
	uri: 'http://www.bing.com/search?q=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'MetaGer',
	impressum: '',
	id: 'metager',
	hotname: 'mg',
	drow: 0,
	image: 'images/engines/metager.png',
	uri: 'http://meta.rrzn.uni-hannover.de/meta/cgi-bin/meta.ger1?eingabe=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Altavista',
	impressum: 'ALTAVISTA&trade; sowie das AltaVista Logo sind Marken der Yahoo Inc.',
	id: 'altavista',
	hotname: 'altavista',
	drow: 0,
	image: 'images/engines/altavista.png',
	uri: 'http://de.altavista.com/web/results?q=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'PHP.net',
	impressum: '',
	id: 'php',
	hotname: 'php',
	drow: 1,
	image: 'images/engines/php.gif',
	uri: 'http://de3.php.net/manual-lookup.php?lang=de&pattern=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'MySQL',
	impressum: 'MYSQL&trade; sowie das MySQL Logo sind Marken von Sun Microsystems',
	id: 'mysql',
	hotname: 'mysql',
	drow: 1,
	image: 'images/engines/mysql.png',
	uri: 'http://search.mysql.com/search?q=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'PerlDoc',
	impressum: '',
	id: 'perldoc',
	hotname: 'perl',
	drow: 1,
	image: 'images/engines/perldoc.png',
	uri: 'http://perldoc.perl.org/search.html?q=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'CPAN',
	impressum: '',
	id: 'cpan',
	hotname: 'cpan',
	drow: 1,
	image: 'images/engines/cpan.png',
	uri: 'http://search.cpan.org/search?mode=all&query=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'W3C Validator',
	impressum: 'W3C&reg; sowie das W3C Logo sind Marken des World Wide Web Consortiums',
	id: 'w3c-val',
	hotname: 'w3c',
	drow: 1,
	image: 'images/engines/w3c.png',
	uri: 'http://validator.w3.org/check?uri=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Archive.org',
	impressum: '',
	id: 'archive.org',
	hotname: 'archive',
	drow: 1,
	image: 'images/engines/archive-org.png',
	uri: 'http://www.archive.org/search.php?query=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Wayback Machine',
	impressum: '',
	id: 'web.archive.org',
	hotname: 'webarchive',
	drow: 1,
	image: 'images/engines/wayback.png',
	uri: 'http://web.archive.org/web/*/',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'RFC Index',
	impressum: '',
	id: 'rfc',
	hotname: 'rfc',
	drow: 1,
	image: 'images/engines/rfc.png',
	uri: 'http://www.rfc-editor.org/cgi-bin/rfcsearch.pl?opt=All+Fields&num=1500&filefmt=txt&search_doc=search_all&match_method=prefix&abstract=absoff&keywords=keyoff&sort_method=newer&format=http&searchwords=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'IMDb',
	impressum: '',
	id: 'imdb',
	hotname: 'imdb',
	drow: 1,
	image: 'images/engines/imdb.jpg',
	uri: 'http://www.imdb.de/find?s=all&q=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'englische Wikipedia',
	impressum: '',
	id: 'wiki-en',
	hotname: 'wiki-en',
	drow: 1,
	image: 'images/engines/wikipedia-en.png',
	uri: 'http://en.wikipedia.org/w/index.php?&search=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Youtube',
	impressum: 'YOUTUBE&trade; sowie das YouTube Logo sind Marken von Google Inc.',
	id: 'youtube',
	hotname: 'yt',
	drow: 1,
	image: 'images/engines/youtube.png',
	uri: 'http://www.youtube.com/results?search_query=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'OFDb',
	impressum: '',
	id: 'ofdb',
	hotname: 'ofdb',
	drow: 1,
	image: 'images/engines/ofdb.gif',
	uri: 'http://www.ofdb.de/view.php?page=suchergebnis&SText=',
	encoding: function(str){ return encodeURIComponent(str);}
});
engines.push({
	name: 'shoutcast',
	impressum: 'SHOUTCAST&trade; sowie das SHOUTcast Logo sind Marken von NULLSOFT Inc.',
	id: 'shoutcast',
	hotname: 'shoutcast',
	drow: 1,
	image: 'images/engines/shoutcast.png',
	uri: 'http://www.shoutcast.com/Internet-Radio/',
	encoding: function(str){ return encodeURIComponent(str);}
});
engines.push({
	name: 'SourceForge',
	impressum: '',
	id: 'sourceforge',
	hotname: 'sf',
	drow: 1,
	image: 'images/engines/sourceforge.png',
	uri: 'http://sourceforge.net/search/?type_of_search=soft&words=',
	encoding: function(str){ return encodeURIComponent(str);}
});
engines.push({
	name: 'Twitter',
	impressum: 'TWITTER&trade; sowie das Twitter Logo sind Marken von Twitter Inc.',
	id: 'twitter',
	hotname: 'twitter',
	drow: 1,
	image: 'images/engines/twitter.png',
	uri: 'http://twitter.com/search?q=',
	encoding: function(str){ return encodeURIComponent(str);}
});
engines.push({
	name: 'wetter.com',
	impressum: 'WETTER.COM&trade; sowie das wetter.com Logo sind Marken der wetter.com AG',
	id: 'wetter.com',
	hotname: 'wetter',
	drow: 1,
	image: 'images/engines/wetter.com.png',
	uri: 'http://www.wetter.com/suchen/wetter/',
	encoding: function(str){ return encodeURIComponent(str);}
});
engines.push({
	name: 'Encyclop&aelig;dia Britannica',
	impressum: 'ENCYCLOP&AElig;DIE BRITANNICA&reg; so wie das Encyclop&aelig;dia Britannica Logo sind der Encyclop&aelig;dia Britannica Inc.',
	id: 'eb',
	hotname: 'eb',
	drow: 1,
	image: 'images/engines/eb.png',
	uri: 'http://www.britannica.com/bps/search?query=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'SELFHTML',
	impressum: 'SELFHTML wird durch den Verein SELFHTML e.V. vertreten.',
	id: 'selfhtml',
	hotname: 'html',
	drow: 1,
	image: 'images/engines/selfhtml.png',
	uri: 'http://de.selfhtml.org/navigation/suche/index.htm?Suchanfrage=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'ultimate-Guitar.com',
	impressum: '',
	id: 'ultimate-guitar',
	hotname: 'ug',
	drow: 1,
	image: 'images/engines/ug.png',
	uri: 'http://www.ultimate-guitar.com/search.php?search_type=title&value=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Google - Bilder',
	impressum: '',
	id: 'google-images',
	hotname: 'gi',
	drow: 1,
	image: 'images/engines/google_images.png',
	uri: 'http://images.google.de/images?&q=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Google - Videos',
	impressum: '',
	id: 'google-videos',
	hotname: 'gv',
	drow: 1,
	image: 'images/engines/google_videos.png',
	uri: 'http://www.google.de/search?tbs=vid:1&q=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Google Maps',
	impressum: '',
	id: 'google-maps',
	hotname: 'gm',
	drow: 1,
	image: 'images/engines/google_maps.png',
	uri: 'http://maps.google.de/maps?q=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Google Translate',
	impressum: '',
	id: 'google-translate',
	hotname: 'gt',
	drow: 1,
	image: 'images/engines/google_translate.png',
	uri: 'http://translate.google.de/?hl=de#en|de|',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Buchstabieralphapet',
	impressum: '',
	id: 'buchstabieralphabet',
	hotname: 'b',
	drow: 1,
	hidden: 1,
	image: 'http://search.j-zero.de/favicon.png',
	uri: 'http://search.j-zero.de?i=b&s=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Rot13',
	impressum: '',
	id: 'rot13',
	hotname: 'rot13',
	drow: 1,
	hidden: 1,
	image: 'http://search.j-zero.de/favicon.png',
	uri: 'http://search.j-zero.de?i=rot13&s=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Base64',
	impressum: '',
	id: 'base64',
	hotname: 'base64',
	drow: 1,
	hidden: 1,
	image: 'http://search.j-zero.de/favicon.png',
	uri: 'http://search.j-zero.de?i=base64&s=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Base36',
	impressum: '',
	id: 'base36',
	hotname: 'base36',
	drow: 1,
	hidden: 1,
	image: 'http://search.j-zero.de/favicon.png',
	uri: 'http://search.j-zero.de?i=base36&s=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'R&ouml;mische Zahlen',
	impressum: '',
	id: 'roman',
	hotname: 'roman',
	drow: 1,
	hidden: 1,
	image: 'http://search.j-zero.de/favicon.png',
	uri: 'http://search.j-zero.de?i=roman&s=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Duden',
	impressum: 'DUDEN.DE ist ein Gemeinschaftsprojekt der Verlage Bibliographisches Institut GmbH und Duden Paetec GmbH. ',
	id: 'duden',
	hotname: 'duden',
	drow: 1,
	hidden: 0,
	image: 'images/engines/duden.png',
	uri: 'http://www.duden.de/suche/index.php?suchbereich=mixed&suchwort=',
	encoding: function(str){ return encodeURIComponent(str);}
});
engines.push({
	name: 'toMorse',
	impressum: '',
	id: 'toMorse',
	hotname: 'strtomorse',
	drow: 1,
	hidden: 1,
	image: 'http://search.j-zero.de/favicon.png',
	uri: 'http://search.j-zero.de?i=strtomorse&s=',
	encoding: function(str){ return encodeURIComponent(str);}
});
engines.push({
	name: 'SerienWiki',
	impressum: '',
	id: 'serienwiki',
	hotname: 'sw',
	drow: 1,
	image: 'images/engines/serienwiki.png',
	uri: 'http://www.serienwiki.de/index.php?tab=listseries&function=Search&string=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'ubuntuusers.de Wiki',
	impressum: '',
	id: 'ubuntuuserswiki',
	hotname: 'uw',
	drow: 1,
	image: 'images/engines/ubuntuusers.png',
	uri: 'http://ubuntuusers.de/search/?area=wiki&query=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'SerienJunkies.de',
	impressum: '',
	id: 'serienjunkies',
	hotname: 'sj',
	drow: 1,
	image: 'images/engines/serienjunkies.png',
	uri: 'http://www.serienjunkies.de/suchen.php?s=',
	encoding: function(str){ return encodeURIComponent(str);}
});

engines.push({
	name: 'Amazon.de',
	impressum: '',
	id: 'amazon2',
	hotname: 'a',
	drow: 0,
	hidden: 1,
	image: 'images/engines/amazon.png',
	uri: 'http://www.amazon.de/s/ref=nb_ss?&url=search-alias%3Daps&field-keywords=',
	encoding: function(str){ var ns = escape(str);return ns.replace(/\+/g,"%2B"); }
});


engines.push({
	name: 'ebay',
	impressum: '',
	id: 'ebay2',
	hotname: 'e',
	hidden: 1,
	drow: 0,
	image: 'images/engines/ebay.gif',
	uri: 'http://shop.ebay.de/i.html?_nkw=',
	encoding: function(str){ return encodeURIComponent(str);}
});

