		jQuery.noConflict();
 
		if(window.console || !window.console && (window.console = {})) { window.console.settings = {}; }
		console.settings.alert = false;
		
		
		var tagCloud1;
		 
		/* TagCloud 1 */
		//console.time("TagCloud1");
		var tags1 = [
			new Tag("Allianz AG", 70, "http://www.imm.net/index.php?id=21"),
			new Tag("Aus-/Umruestungen", 70, "http://www.imm.net/index.php?id=10"),
			new Tag("Automatisierung", 70, "http://www.imm.net/index.php?id=13"),
			new Tag("Cadillac & Corvette", 70, "http://www.imm.net/index.php?id=16"),
			new Tag("Daimler AG", 70, "http://www.imm.net/index.php?id=17"),
			new Tag("E-Rollout", 70, "http://www.imm.net/index.php?id=13"),
			new Tag("Fiat S.P.A.", 70, "http://www.imm.net/index.php?id=18"),
			new Tag("Geschichte", 70, "http://www.imm.net/index.php?id=47"),
			new Tag("GM-Europe", 70, "http://www.imm.net/index.php?id=19"),
			new Tag("Kontakt", 70, "http://www.imm.net/index.php?id=8"),
			new Tag("Lamborghini S.P.A.", 70, "http://www.imm.net/index.php?id=20"),
			new Tag("Leistungen", 70, "http://www.imm.net/index.php?id=39"),
			new Tag("Leuchtwerbung", 70, "http://www.imm.net/index.php?id=10"),
			new Tag("Netzwerkmanagement", 70, "http://www.imm.net/index.php?id=14"),
			new Tag("News", 70, "http://www.imm.net/index.php?id=5"),
			new Tag("Philip Morris GmbH", 70, "http://www.imm.net/index.php?id=22"),
			new Tag("Point-of-Sale", 70, "http://www.imm.net/index.php?id=14"),
			new Tag("Projektmanagement", 70, "http://www.imm.net/index.php?id=14"),
			new Tag("Referenzen", 70, "http://www.imm.net/index.php?id=8"),
			new Tag("Robert Bosch GmbH", 70, "http://www.imm.net/index.php?id=37"),
			new Tag("Schnittstellenprogrammierung", 70, "http://www.imm.net/index.php?id=13"),
			new Tag("Volkswagen AG", 70, "http://www.imm.net/index.php?id=23"),
			new Tag("Vorteile", 70, "http://www.imm.net/index.php?id=9")
		];
		tagCloud1 = new TagCloud(tags1, 600, 400);
		//console.timeEnd("TagCloud1");



