function buildOneviewTagCloud() {
	
	var style = '<style type="text/css">';
	
	style += '<!--';
	style += '#ov{width: 180px; font:16px Arial, Verdana, sans-serif}';
	style += '#ov #ov-main{padding: 3px; background-color: #FFFFFF;';
	
	style += 'border: 1px #99000 solid;}';

	style += '#ov #ov-title{color: #02587E; font-weight: bold;}';
	style += '#ov #ov-tags{padding-top: 10px; line-height: 1em; text-align: justify; position: relative;}';
	style += '#ov a{color: #99000; text-decoration: none;}';
	style += '#ov a:hover{color: #02587E; 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 #02587E}';
	style += '#ov #ov-search .ov-sf-inpbtn{width: 50px; height: 18px; border: 1px solid #02587E}';
	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">Meine Trendwolke</div>';
	html += '<div id="ov-tags">';
	
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('abzocke');
	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">Abzocke</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('ayutthaya');
	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">Ayutthaya</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('bangkok');
	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">Bangkok</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('betrug');
	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">Betrug</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('buddha');
	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">Buddha</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('buddha statuen');
	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">Buddha Statuen</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('buddhismus');
	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">Buddhismus</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('bungalow');
	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">Bungalow</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('business');
	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">business</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('cash');
	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">Cash</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('chiang mai');
	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">CHIANG MAI</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('chiang rai');
	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">chiang rai</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('chonburi');
	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">chonburi</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('deutschland');
	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">Deutschland</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('dialer');
	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">Dialer</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('dsl');
	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">DSL</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('dsl anbieter');
	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">DSL Anbieter</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('dsl vergleich');
	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">dsl vergleich</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('energie');
	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">Energie</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('ern\u00E4hrung');
	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">Ern\u00E4hrung</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	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 += 7 *	0.2/3 + 0.7;
	
	html +=	'em">Ferien</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('gasrechner');
	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">Gasrechner</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('geld');
	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">Geld</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('geldverdienen');
	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">Geldverdienen</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('gesundheit');
	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">Gesundheit</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('handy');
	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">Handy</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	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 += 2 *	0.2/3 + 0.7;
	
	html +=	'em">Hotel</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('hotelsuche');
	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">Hotelsuche</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('hotel thailand');
	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">hotel thailand</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('hotelvergleich');
	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">hotelvergleich</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('hua hin');
	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">Hua Hin</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('internet');
	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">Internet</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('kambodscha');
	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">Kambodscha</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('kamphaengphet');
	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">Kamphaengphet</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('khon kaen');
	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">Khon Kaen</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('kontoer\u00F6ffnung');
	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">kontoer\u00F6ffnung</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('kostenlos');
	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">kostenlos</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('krabi');
	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">krabi</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('kreditkarte');
	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">Kreditkarte</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('medien');
	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">Medien</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('money');
	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">Money</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('nebeneinkommen');
	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">Nebeneinkommen</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('nebenverdienst');
	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">Nebenverdienst</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('network');
	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">network</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('online geldverdienen');
	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">Online Geldverdienen</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('onlinejob');
	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">onlinejob</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('pc arbeit');
	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">PC Arbeit</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('pharmaindustrie');
	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">Pharmaindustrie</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	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 += 4 *	0.2/3 + 0.7;
	
	html +=	'em">Politik</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('provider');
	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">Provider</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('recht');
	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">Recht</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	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 += 8 *	0.2/3 + 0.7;
	
	html +=	'em">Reise</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('reisetip');
	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">Reisetip</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('schweinegrippe');
	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">schweinegrippe</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	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 += 3 *	0.2/3 + 0.7;
	
	html +=	'em">shop</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('sparen');
	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">sparen</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	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 += 1 *	0.2/3 + 0.7;
	
	html +=	'em">Spass</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('startseite');
	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">Startseite</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('strom');
	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">Strom</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('stromanbieter');
	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">Stromanbieter</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('strompreis');
	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">Strompreis</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('stromrechner');
	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">Stromrechner</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('tempel');
	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">Tempel</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('thailand');
	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">Thailand</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('thailandagentur');
	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">thailandagentur</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('thailand hotel');
	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">thailand hotel</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('thailand reise');
	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">Thailand reise</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	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 += 2 *	0.2/3 + 0.7;
	
	html +=	'em">Tourismus</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('travel');
	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">travel</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	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 += 8 *	0.2/3 + 0.7;
	
	html +=	'em">Urlaub</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('vergleich');
	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">Vergleich</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('versicherung');
	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">Versicherung</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('versicherung finden');
	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">versicherung finden</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('versicherungsvergleich');
	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">Versicherungsvergleich</a> \n';
	html += '<a href="http://www.oneview.de/';
	
	html += 'user/';
	html += encodeURIComponent('schaefco');
	html += '/';
	html += 'tags/';
	html += encodeURIComponent('webmaster');
	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">webmaster</a> \n';
	
	html += '</div>';
	
	html += '<div id="ov-search">';

	html += '<form method="get" target="_blank" action="http://www.oneview.de/';

	html += 'user/';
    html += encodeURIComponent("schaefco");
    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 += '<a href="http://www.oneview.de/';
	html += 'user/';
    html += encodeURIComponent("schaefco");
    html += '/';
	html += 'einladung/';
	html += 'freundschaft/';
    html += '" target="_blank">Freunde werden</a>';
	html += '</div>';
	html += '<div id="ov-info">';
	html += '<a href="http://www.oneview.de/'
	html += 'user/';
	html += encodeURIComponent("schaefco");
	html += '/';

	html += '" target="_blank">';
	html += '111 Links | ';

    html += '0 Freunde';
	
	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();
