function buildOneviewTagCloud() {
	
	var style = '<style type="text/css">';
	
	style += '<!--';
	style += '#ov{width: 70%; font:16px Arial, Verdana, sans-serif}';
	style += '#ov #ov-main{padding: 3px; background-color: #C0C0C0;';
	
	style += 'borderStyle: none none solid;}';

	style += '#ov #ov-title{color: #000080; font-weight: bold;}';
	style += '#ov #ov-tags{padding-top: 10px; line-height: 1em; text-align: justify; position: relative;}';
	style += '#ov a{color: #000000; text-decoration: none;}';
	style += '#ov a:hover{color: #000080; text-decoration: none;}';
	style += '#ov #ov-search{padding-top: 10px; text-align: center;}';
	style += '#ov #ov-search .ov-sf-inptxt{width: 60%; height: 18px; margin-right: 2px; padding: 1px; border: 1px solid #000080}';
	style += '#ov #ov-search .ov-sf-inpbtn{width: 50px; height: 18px; border: 1px solid #000080}';
	style += '#ov #ov-footer{font-size: 11px;}';
	style += '#ov #ov-links{float: left;}';
	style += '#ov #ov-info{float: right;}';
	style += '#ov #ov-bookmarklet{float: left;}';
	style += '#ov #ov-bookmarklet img{vertical-align: top; border: none;}';
	style += '#ov #ov-oneview img{padding-top: 3px; float: right; border: none;}';		
	style += '//-->';
	style += '</style>';
	
	var html = '<div id="ov">';
	html += '<div id="ov-main">';
	html += '<div id="ov-title">Ingrids Bali - Links bei oneview</div>';
	html += '<div id="ov-tags">';
	
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('abenteuer');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Abenteuer</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('asien');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 1 *	0.2/3 + 0.7;
	
	html +=	'em">Asien</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('ausgehen');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">ausgehen</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('auslandsstudium');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Auslandsstudium</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('bali');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 9 *	0.2/3 + 0.7;
	
	html +=	'em">bali</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('bilder');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Bilder</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('buchen');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">buchen</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('china');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">China</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('community');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 2 *	0.2/3 + 0.7;
	
	html +=	'em">community</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('essen');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 1 *	0.2/3 + 0.7;
	
	html +=	'em">Essen</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('familienreisen');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 2 *	0.2/3 + 0.7;
	
	html +=	'em">Familienreisen</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('ferien');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 3 *	0.2/3 + 0.7;
	
	html +=	'em">Ferien</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('ferienh\u00E4user');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 3 *	0.2/3 + 0.7;
	
	html +=	'em">Ferienh\u00E4user</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('flug');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Flug</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('fl\u00FCge');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 1 *	0.2/3 + 0.7;
	
	html +=	'em">Fl\u00FCge</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('food');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">food</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('foren');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Foren</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('forum');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Forum</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('fr\u00FChbucher');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 4 *	0.2/3 + 0.7;
	
	html +=	'em">fr\u00FChbucher</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('gamelan');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 4 *	0.2/3 + 0.7;
	
	html +=	'em">Gamelan</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('guide');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">guide</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('hotel');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 1 *	0.2/3 + 0.7;
	
	html +=	'em">Hotel</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('hotels');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 3 *	0.2/3 + 0.7;
	
	html +=	'em">Hotels</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('indien');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Indien</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('indonesien');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 7 *	0.2/3 + 0.7;
	
	html +=	'em">Indonesien</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('informationen');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Informationen</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('infos');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Infos</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('ingrids welt');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 3 *	0.2/3 + 0.7;
	
	html +=	'em">Ingrids Welt</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('java');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Java</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('karibik');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 1 *	0.2/3 + 0.7;
	
	html +=	'em">Karibik</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('kreuzfahrten');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 3 *	0.2/3 + 0.7;
	
	html +=	'em">Kreuzfahrten</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('kultur');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Kultur</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('lastminute');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 5 *	0.2/3 + 0.7;
	
	html +=	'em">Lastminute</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('last minute');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 1 *	0.2/3 + 0.7;
	
	html +=	'em">Last Minute</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('musicals');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Musicals</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('musik');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 4 *	0.2/3 + 0.7;
	
	html +=	'em">Musik</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('news');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 3 *	0.2/3 + 0.7;
	
	html +=	'em">news</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('padi');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 1 *	0.2/3 + 0.7;
	
	html +=	'em">padi</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('pauschalreisen');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 5 *	0.2/3 + 0.7;
	
	html +=	'em">Pauschalreisen</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('politik');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Politik</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('preisvergleich');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 1 *	0.2/3 + 0.7;
	
	html +=	'em">Preisvergleich</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('reise');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 4 *	0.2/3 + 0.7;
	
	html +=	'em">Reise</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('reisecommunity');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 5 *	0.2/3 + 0.7;
	
	html +=	'em">Reisecommunity</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('reiseforum');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 5 *	0.2/3 + 0.7;
	
	html +=	'em">Reiseforum</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('reisen');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 8 *	0.2/3 + 0.7;
	
	html +=	'em">Reisen</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('reisetipps');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 4 *	0.2/3 + 0.7;
	
	html +=	'em">Reisetipps</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('restaurant');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 1 *	0.2/3 + 0.7;
	
	html +=	'em">Restaurant</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('restaurants');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 1 *	0.2/3 + 0.7;
	
	html +=	'em">Restaurants</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('shop');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">shop</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('spa');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 4 *	0.2/3 + 0.7;
	
	html +=	'em">spa</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('spass');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Spass</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('st\u00E4dtereisen');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 3 *	0.2/3 + 0.7;
	
	html +=	'em">St\u00E4dtereisen</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('studieren');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Studieren</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('suchen');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">suchen</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('suchmaschine');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Suchmaschine</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('surfen');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">surfen</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('tauchen');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 4 *	0.2/3 + 0.7;
	
	html +=	'em">tauchen</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('tauchkurse');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 3 *	0.2/3 + 0.7;
	
	html +=	'em">tauchkurse</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('tauchpl\u00E4tze');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 1 *	0.2/3 + 0.7;
	
	html +=	'em">Tauchpl\u00E4tze</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('tauchsafari');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 2 *	0.2/3 + 0.7;
	
	html +=	'em">Tauchsafari</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('tauchschule');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 1 *	0.2/3 + 0.7;
	
	html +=	'em">Tauchschule</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('tipps');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Tipps</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('titel');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Titel</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('tourismus');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 1 *	0.2/3 + 0.7;
	
	html +=	'em">Tourismus</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('touristik');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 6 *	0.2/3 + 0.7;
	
	html +=	'em">Touristik</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('transport');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 3 *	0.2/3 + 0.7;
	
	html +=	'em">Transport</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('tulamben');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 1 *	0.2/3 + 0.7;
	
	html +=	'em">Tulamben</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('unterk\u00FCnfte');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 4 *	0.2/3 + 0.7;
	
	html +=	'em">Unterk\u00FCnfte</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('urlaub');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 7 *	0.2/3 + 0.7;
	
	html +=	'em">Urlaub</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('veranstalter');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 3 *	0.2/3 + 0.7;
	
	html +=	'em">Veranstalter</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('verkehr');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Verkehr</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('video');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Video</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('wellness');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 2 *	0.2/3 + 0.7;
	
	html +=	'em">Wellness</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('wikipedia');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 0 *	0.2/3 + 0.7;
	
	html +=	'em">Wikipedia</a> \n';
	html += '<a href="http://www.oneview.de/';
	
    html += 'gruppe/';
	html += encodeURIComponent('bali');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('youtube');
	html += '/';
	html += '" target="_blank" style="font-size: '
		
	/* Range: 0.4em to 1.0em in 10 steps (0-9) */
	html += 1 *	0.2/3 + 0.7;
	
	html +=	'em">YouTube</a> \n';
	
	html += '</div>';
	
	html += '<div id="ov-search" style="display: none;">';

	html += '<form method="get" target="_blank" action="http://www.oneview.de/';

    html += 'gruppe/';
	html += encodeURIComponent("bali");
	html += '/';
	html += 'suche/';
	html += '">';

    html += '<input class="ov-sf-inptxt" type="text" value="" name="q" />';

	html += '<input class="ov-sf-inpbtn" type="submit" value="suchen" />';
	html += '</form>';
	html += '</div>';
	html += '</div>';
	html += '<div id="ov-footer">';
	html += '<div id="ov-links">';
	html += '</div>';
	html += '<div id="ov-info">';
	html += '<a href="http://www.oneview.de/'
	html += 'gruppe/';
	html += encodeURIComponent("bali");
	html += '/';

	html += '" target="_blank">';
	html += '68 Links | ';

    html += '18 Mitglieder';
	
	html += '</a>';
	html += '</div>';
	html += '<br />';
	html += '<div id="ov-bookmarklet">';
	html += '<a href="http://www.oneview.de/" target="_blank" ';
	html += 'title="oneview - die menschliche suchmaschine" ';
	html += 'onclick="document.location=\'http://www.oneview.de/add/?URL=\' + encodeURIComponent(location.href) + ' +
			'\'&title=\' + encodeURIComponent(document.title); ' +
			'return false;">Diese Seite merken!</a>';
	html += '</div>';
	html += '<div id="ov-oneview">';
	html += '<a href="http://www.oneview.de/" target="_blank" ' +
	        'title="oneview - die menschliche suchmaschine">'+
			'<img src="http://img.oneview.de/img/logo_s.png"'+
			'alt="http://www.oneview.de" /></a>';
	html += '</div>';
	html += '</div>';
	html += '</div>';
	html += '<div style="clear:both">&nbsp;</div>';

	var cloud = style + html;

	document.write(cloud);
}
	
buildOneviewTagCloud();
