var Feed = new Object();
Feed.title = "WinFuture Top News: Sicherheit";
Feed.link = "http://WinFuture.de/";
var FeedData = new Array();
	FeedData[0] = new Object();
	FeedData[0].title = "Neuer Rootkit infiziert 64-Bit-Ausgabe von Windows";
	FeedData[0].link = "http://winfuture.de/news,57785.html";
	FeedData[0].updated = "30.08.2010 12:21";
	FeedData[0].description = "Eine modifizierte Ausgabe eines schon lange bekannten Rootkits ist nun auch bei 64-Bit-Versionen von Windows in der Lage, die Sicherheitsmechanismen zu umgehen. Der neue Rootkit werde bereits aktiv von ...";

	FeedData[1] = new Object();
	FeedData[1].title = "Hacker knacken Quantenkryptographie-Systeme";
	FeedData[1].link = "http://winfuture.de/news,57811.html";
	FeedData[1].updated = "31.08.2010 12:11";
	FeedData[1].description = "Hackern ist offenbar das bisher scheinbar Unm&ouml;gliche gelungen: Sie konnten die Verschl&uuml;sselung eines quantenkryptographischen Systems unbemerkt knacken. Bisher galt es im Grunde als unm&ouml;glich, in eine ...";

	FeedData[2] = new Object();
	FeedData[2].title = "Windows-Systeme: DLL-L&uuml;cke wird aktiv angegriffen";
	FeedData[2].link = "http://winfuture.de/news,57763.html";
	FeedData[2].updated = "28.08.2010 09:05";
	FeedData[2].description = "Den Angaben des Internet Storm Centers zufolge, nehmen die Angriffe auf die so genannte DLL-Sicherheitsl&uuml;cke unter Windows-Betriebssystemen gegenw&auml;rtig sehr stark zu. Auch die Zahl der betroffenen Anwendungen ...";

	FeedData[3] = new Object();
	FeedData[3].title = "Windows-Exploits landen oft sehr fr&uuml;h bei Microsoft";
	FeedData[3].link = "http://winfuture.de/news,57761.html";
	FeedData[3].updated = "27.08.2010 17:35";
	FeedData[3].description = "Microsoft erh&auml;lt oft sehr fr&uuml;h dar&uuml;ber Kenntnis, wenn Angreifer Exploits entwickeln, um bestimmte Sicherheitsl&uuml;cken auszunutzen. Dies berichtete Sicherheits-Chef Rocky Heckman gegen&uuml;ber 'ZDNet Australia'. ...";

	FeedData[4] = new Object();
	FeedData[4].title = "Panne: Datens&auml;tze von Schlecker-Kunden offen";
	FeedData[4].link = "http://winfuture.de/news,57753.html";
	FeedData[4].updated = "27.08.2010 12:55";
	FeedData[4].description = "Die Website der bekannten Drogeriekette Schlecker wies laut einem Bericht der 'Bild' eine Sicherheitsl&uuml;cke auf, &uuml;ber die rund 150.000 Datens&auml;tze von Kunden zug&auml;nglich waren. Dort sind Name, Adresse, E-Mail und ...";

	FeedData[5] = new Object();
	FeedData[5].title = "Jeder Vierte Wurm kommt inzwischen per USB-Stick";
	FeedData[5].link = "http://winfuture.de/news,57745.html";
	FeedData[5].updated = "27.08.2010 10:44";
	FeedData[5].description = "USB-Sticks haben sich inzwischen zu einem beliebten Tr&auml;ger von Malware gemausert. 25 Prozent aller W&uuml;rmer, die in diesem Jahr verbreitet werden, nutzen die Speichersysteme als Tr&auml;germedium. Wie das ...";

	FeedData[6] = new Object();
	FeedData[6].title = "Datenpanne bei Schlecker: Entsch&auml;digung geplant";
	FeedData[6].link = "http://winfuture.de/news,57803.html";
	FeedData[6].updated = "31.08.2010 08:33";
	FeedData[6].description = "Nachdem es in der letzten Woche bei Schlecker bzw. einem externen Dienstleister zu einer Panne gekommen war, durch die rund 150.000 Datens&auml;tze von Schlecker-Kunden einsehbar waren, k&uuml;ndigte das Unternehmen nun ...";

	FeedData[7] = new Object();
	FeedData[7].title = "Vorratsdaten helfen nicht gegen Kriminalit&auml;t";
	FeedData[7].link = "http://winfuture.de/news,57862.html";
	FeedData[7].updated = "02.09.2010 11:16";
	FeedData[7].description = "Die Vorratsdatenspeicherung ist der Bek&auml;mpfung der Kriminalit&auml;t im Internet offenbar kaum dienlich. Das geht aus der gestern vom Bundeskriminalamt ver&ouml;ffentlichten Kriminalstatistik hervor. Bis zum Urteil des ...";

	FeedData[8] = new Object();
	FeedData[8].title = "Twitter wird Klicks auf Links ab Jahresende mitloggen";
	FeedData[8].link = "http://winfuture.de/news,57863.html";
	FeedData[8].updated = "02.09.2010 11:44";
	FeedData[8].description = "Der Mikroblogging-Dienst Twitter wird zum Jahresende alle Links &uuml;ber seinen eigenen Kurz-URL-Dienst t.co leiten. Damit geht auch eine Protokollierung aller Klicks her. Wie das Unternehmen mitteilte, betrifft ...";

if ( typeof(window['tickerPrototypeTopNewsSicherheit']) == 'undefined' ) {
	window['tickerPrototypeTopNewsSicherheit'] = function () {

		this.dom = document.all || document.getElementById;

		this.scroll = function() {
			if (this.dom) {
				if (parseInt(this.scrolldiv.style.left) > (this.currentwidth * (-1) + 8)) this.scrolldiv.style.left = parseInt(this.scrolldiv.style.left) - this.currentspeed + 'px';
				else this.scrolldiv.style.left = parseInt(this.divWidth) + 8 + "px";
			}
		}
		this.fillTemp = function ( content ) {
			this.content = content;
			document.getElementById('tempTickerTopNewsSicherheit').innerHTML = '<span style="white-space:nowrap;">'+this.content+'</span>';
		}
		this.create = function ( speed, mouseoverspeed, direction, width, height ) {
			if (this.dom) {
				this.speed = speed;
				this.currentspeed = speed;
				this.mouseoverspeed = mouseoverspeed;
				this.divWidth = width;
				this.divHeight = height;
				this.speed = (document.all)? this.speed : Math.max(1, this.speed-1); // fuer NS bissel langsamer
				this.mouseoverspeed = (document.all) ? this.mouseoverspeed : (this.mouseoverspeed > 1) ? Math.max(0, this.mouseoverspeed-1) : this.mouseoverspeed; // fuer NS bissel langsamer
				document.all ? window['tempTickerTopNewsSicherheit'].style.display='block' : document.getElementById('tempTickerTopNewsSicherheit').display='block';
				if (this.divHeight < 2 ) this.divHeight = document.all ? window['tempTickerTopNewsSicherheit'].offsetHeight : document.getElementById('tempTickerTopNewsSicherheit').offsetHeight;
				document.all ? window['tempTickerTopNewsSicherheit'].style.display='none' : document.getElementById('tempTickerTopNewsSicherheit').display='none';
				return '<div style="position:relative; left: -2px; width:' + this.divWidth + 'px; height: ' + this.divHeight + 'px; overflow: hidden;" onMouseover="window[\'tickerTopNewsSicherheit\'].currentspeed=window[\'tickerTopNewsSicherheit\'].mouseoverspeed" onMouseout="window[\'tickerTopNewsSicherheit\'].currentspeed=window[\'tickerTopNewsSicherheit\'].speed">'+
					'<div id="tickerTopNewsSicherheit" style="position: absolute; left: 0px;"></div>'+
					'</div>';
			}
			return '';
		}

		this.start = function () {
			if ( this.dom ) {
				this.scrolldiv = document.getElementById('tickerTopNewsSicherheit');
				this.scrolldiv.style.left = parseInt(this.divWidth) + 8 + 'px';
				this.scrolldiv.innerHTML = document.getElementById('tempTickerTopNewsSicherheit').innerHTML;
				document.all ? window['tempTickerTopNewsSicherheit'].style.display='inline' : document.getElementById('tempTickerTopNewsSicherheit'). style.display='inline';
				this.currentwidth = document.all ? window['tempTickerTopNewsSicherheit'].offsetWidth : document.getElementById('tempTickerTopNewsSicherheit').offsetWidth;
				document.all ? window['tempTickerTopNewsSicherheit'].style.display='none' : document.getElementById('tempTickerTopNewsSicherheit'). style.display='none';
				if ( typeof(window['lefttimeTopNewsSicherheit']) == 'undefined' ) window['lefttimeTopNewsSicherheit'] = setInterval('window[\'tickerTopNewsSicherheit\'].scroll()',60);
			}
		}
	}
}

var srcTag = document.getElementById('winfutureFeed-Top-News-Sicherheit');

if (srcTag != null && document.getElementById('javascriptpreview') == null ) { /* nur ausfu"hren, wenn nicht im preview */

	if ( typeof(feedPropsPrototype) == 'undefined' ) {
		function feedPropsPrototype	() {
			this.bg = 'e2efff';
			this.wi = '0';
			this.hi = '0';
			this.li = '_top';
			this.te = '1';
			this.tf = 'Verdana';
			this.tw = 'normal';
			this.ts = '11';
			this.tc = '000000';
			this.de = '1';
			this.df = 'Verdana';
			this.dw = 'normal';
			this.ds = '9';
			this.dc = '999999';
			this.hf = 'Verdana';
			this.hw = 'bold';
			this.hs = '13';
			this.hc = '00438e';
			this.we = '1';
			this.wf = 'Verdana';
			this.ww = 'bold';
			this.ws = '17';
			this.wc = '000000';
			this.ec = '15';
			this.be = '1';
			this.bc = '00438e';
			this.sp = '3';
			this.sm = '1';
			this.vd = '1';
			this.vc = '000000';
			this.dm = 'text';
			this.td = 'left';
		}
	}
	window['feedPropsTopNewsSicherheit'] = new feedPropsPrototype();

	var filesrcsplit = srcTag.src.split('?');

	if ( filesrcsplit[1] ) {
		filesrcsplit = filesrcsplit[1].split('&');
		for (i = 0; i < filesrcsplit.length; i++) {
			parameter = filesrcsplit[i].split('=');
			if ( parameter[1] != null && parameter[1].match(/[^0-9\ a-zA-Z_%]/) == null ) window['feedPropsTopNewsSicherheit'][parameter[0]] = ''+parameter[1].replace(/%20/g,' ');
		}
	}
	if ( window['feedPropsTopNewsSicherheit'].dm == 'ticker' ) {
		if ( typeof(window['tickerTopNewsSicherheit']) == 'undefined' ) window['tickerTopNewsSicherheit'] = new window['tickerPrototypeTopNewsSicherheit']();
		document.write ( '<span id="tempTickerTopNewsSicherheit" style="visibility:hidden;position:relative;top:-1000px;left:-50000px">.</span>' );
		tickerContent = '';
		if ( window['feedPropsTopNewsSicherheit'].we != 0 ) tickerContent += '<span><a target="'+window['feedPropsTopNewsSicherheit'].li+'" style="color: #'+window['feedPropsTopNewsSicherheit'].wc+'; font-family: '+window['feedPropsTopNewsSicherheit'].wf+'; font-weight: '+window['feedPropsTopNewsSicherheit'].ww+'; font-size: '+window['feedPropsTopNewsSicherheit'].ws+'; text-decoration: none;" href="'+Feed.link+'" title="'+Feed.title+'">'+Feed.title+'</a></span> ';
		for ( var i = 0; i < (FeedData.length < window['feedPropsTopNewsSicherheit'].ec?FeedData.length:window['feedPropsTopNewsSicherheit'].ec); i++ ) {
			tickerContent += '<span style="margin-top: 5px;"><a target="'+window['feedPropsTopNewsSicherheit'].li+'" style="color: #'+window['feedPropsTopNewsSicherheit'].hc+'; font-family: '+window['feedPropsTopNewsSicherheit'].hf+'; font-weight: '+window['feedPropsTopNewsSicherheit'].hw+'; font-size: '+window['feedPropsTopNewsSicherheit'].hs+'; text-decoration: none;" href="'+FeedData[i].link+'" title="'+FeedData[i].title+'">'+FeedData[i].title+'</a></span> ';
			if ( window['feedPropsTopNewsSicherheit'].de != 0 ) tickerContent += '<a target="'+window['feedPropsTopNewsSicherheit'].li+'" style="text-decoration: none;" href="'+FeedData[i].link+'" title="'+FeedData[i].title+'"><span style="color: #'+window['feedPropsTopNewsSicherheit'].dc+'; font-family: '+window['feedPropsTopNewsSicherheit'].df+'; font-weight: '+window['feedPropsTopNewsSicherheit'].dw+'; font-size: '+window['feedPropsTopNewsSicherheit'].ds+';">'+FeedData[i].updated+'</span></a> ';
			if ( window['feedPropsTopNewsSicherheit'].te != 0 ) tickerContent += '<a target="'+window['feedPropsTopNewsSicherheit'].li+'" style="text-decoration: none;" href="'+FeedData[i].link+'" title="'+FeedData[i].title+'"><span style="color: #'+window['feedPropsTopNewsSicherheit'].tc+'; font-family: '+window['feedPropsTopNewsSicherheit'].tf+'; font-weight: '+window['feedPropsTopNewsSicherheit'].tw+'; font-size: '+window['feedPropsTopNewsSicherheit'].ts+';">'+FeedData[i].description+'</span></a> ';
			if ( (FeedData.length < window['feedPropsTopNewsSicherheit'].ec?FeedData.length:window['feedPropsTopNewsSicherheit'].ec) > (i + 1) ) { 	tickerContent += ' <span style="color: #' + window['feedPropsTopNewsSicherheit'].vc + '; font-family: '+window['feedPropsTopNewsSicherheit'].hf+'; font-weight: '+window['feedPropsTopNewsSicherheit'].hw+'; font-size: '+window['feedPropsTopNewsSicherheit'].hs+';">';
				switch ( window['feedPropsTopNewsSicherheit'].vd ) {
					case '1': tickerContent += '---'; break;
					case '2': tickerContent += '+++'; break;
					case '3': tickerContent += '...'; break;
					case '4': tickerContent += '&middot;&middot;&middot;'; break;
					case '5': tickerContent += '|'; break;
					case '6': tickerContent += '&bull;'; break;
					case '7': tickerContent += '&nbsp;'; break;
				}
				tickerContent +='</span> ';
			}
		}
		window['tickerTopNewsSicherheit'].fillTemp ( tickerContent );
		document.all ? window['tempTickerTopNewsSicherheit'].style.display='block' : document.getElementById('tempTickerTopNewsSicherheit').display='block';
		var contentHeight = document.all ? window['tempTickerTopNewsSicherheit'].offsetHeight : document.getElementById('tempTickerTopNewsSicherheit').offsetHeight;
		document.all ? window['tempTickerTopNewsSicherheit'].style.display='none' : document.getElementById('tempTickerTopNewsSicherheit').display='none';
	}
	document.write ( '<div style="padding: 0px 2px 2px 2px; background: #'+window['feedPropsTopNewsSicherheit'].bg+'; overflow: hidden; ');
	if ( window['feedPropsTopNewsSicherheit'].be != 0 ) document.write ( ' border: 1px solid #'+window['feedPropsTopNewsSicherheit'].bc+'; ');
	if ( window['feedPropsTopNewsSicherheit'].hi > 2 && navigator.appName.match(/Microsoft/) == null ) window['feedPropsTopNewsSicherheit'].hi = (parseInt(window['feedPropsTopNewsSicherheit'].hi) - 2);
	if ( window['feedPropsTopNewsSicherheit'].hi > 2 && parseInt(window['feedPropsTopNewsSicherheit'].be) > 0 && navigator.appName.match(/Microsoft/) == null ) window['feedPropsTopNewsSicherheit'].hi = (parseInt(window['feedPropsTopNewsSicherheit'].hi) - 2);
	if ( window['feedPropsTopNewsSicherheit'].wi > 6 && navigator.appName.match(/Microsoft/) == null ) window['feedPropsTopNewsSicherheit'].wi = (parseInt(window['feedPropsTopNewsSicherheit'].wi) - 4);
	if ( window['feedPropsTopNewsSicherheit'].wi > 6 && parseInt(window['feedPropsTopNewsSicherheit'].be) > 0 && navigator.appName.match(/Microsoft/) == null ) window['feedPropsTopNewsSicherheit'].wi = (parseInt(window['feedPropsTopNewsSicherheit'].wi) - 2);
	if ( window['feedPropsTopNewsSicherheit'].wi > 0 && window['feedPropsTopNewsSicherheit'].wi < 1000 ) document.write ( 'width: '+window['feedPropsTopNewsSicherheit'].wi+'px; ');
	if ( window['feedPropsTopNewsSicherheit'].hi > 0 && window['feedPropsTopNewsSicherheit'].hi < 1000 ) {
		document.write ( 'height: '+window['feedPropsTopNewsSicherheit'].hi+'px; ' );
	} else if ( window['feedPropsTopNewsSicherheit'].dm == 'ticker' && window['feedPropsTopNewsSicherheit'].td == 'left' && window['feedPropsTopNewsSicherheit'].di > (contentHeight + 4) ) {
		document.write ( 'height: ' + contentHeight + 'px; ' );
	}
	document.write ('">');
	if ( window['feedPropsTopNewsSicherheit'].dm == 'ticker' ) {
		if ( window['feedPropsTopNewsSicherheit'].td=='left' && window['feedPropsTopNewsSicherheit'].hi > (contentHeight + 4) ) document.write ( '<div style="width:5px; height:50%; margin-bottom:-'+(navigator.appName.match(/Microsoft/)!=null?((contentHeight/2)+((1/contentHeight)*150)):(contentHeight/2))+'px; float:left;"></div><div style="margin:0 auto; height:'+contentHeight+'px; width:'+window['feedPropsTopNewsSicherheit'].wi+'px; clear:left;">' );
		document.write ( window['tickerTopNewsSicherheit'].create(window['feedPropsTopNewsSicherheit'].sp, window['feedPropsTopNewsSicherheit'].sm, 'direction', window['feedPropsTopNewsSicherheit'].wi, window['feedPropsTopNewsSicherheit'].hi) );
		if ( window['feedPropsTopNewsSicherheit'].td=='left' && window['feedPropsTopNewsSicherheit'].hi > (contentHeight + 4) ) document.write ( '</div>' );
	} else {
		if ( window['feedPropsTopNewsSicherheit'].we != 0 ) document.write ( '<div><a target="'+window['feedPropsTopNewsSicherheit'].li+'" style="color: #'+window['feedPropsTopNewsSicherheit'].wc+'; font-family: '+window['feedPropsTopNewsSicherheit'].wf+'; font-weight: '+window['feedPropsTopNewsSicherheit'].ww+'; font-size: '+window['feedPropsTopNewsSicherheit'].ws+'px;" href="'+Feed.link+'" title="'+Feed.title+'">'+Feed.title+'</a></div>' );
		for ( var i = 0; i < (FeedData.length < window['feedPropsTopNewsSicherheit'].ec?FeedData.length:window['feedPropsTopNewsSicherheit'].ec); i++ ) {
			document.write ( '<div style="margin-top: 5px;"><a target="'+window['feedPropsTopNewsSicherheit'].li+'" style="color: #'+window['feedPropsTopNewsSicherheit'].hc+'; font-family: '+window['feedPropsTopNewsSicherheit'].hf+'; font-weight: '+window['feedPropsTopNewsSicherheit'].hw+'; font-size: '+window['feedPropsTopNewsSicherheit'].hs+'px;" href="'+FeedData[i].link+'" title="'+FeedData[i].title+'">'+FeedData[i].title+'</a></div>' );
			if ( window['feedPropsTopNewsSicherheit'].de != 0 ) document.write ( '<a target="'+window['feedPropsTopNewsSicherheit'].li+'" style="text-decoration: none;" href="'+FeedData[i].link+'" title="'+FeedData[i].title+'"><div style="color: #'+window['feedPropsTopNewsSicherheit'].dc+'; font-family: '+window['feedPropsTopNewsSicherheit'].df+'; font-weight: '+window['feedPropsTopNewsSicherheit'].dw+'; font-size: '+window['feedPropsTopNewsSicherheit'].ds+'px;">'+FeedData[i].updated+'</div></a>' );
			if ( window['feedPropsTopNewsSicherheit'].te != 0 ) document.write ( '<a target="'+window['feedPropsTopNewsSicherheit'].li+'" style="text-decoration: none;" href="'+FeedData[i].link+'" title="'+FeedData[i].title+'"><div style="color: #'+window['feedPropsTopNewsSicherheit'].tc+'; font-family: '+window['feedPropsTopNewsSicherheit'].tf+'; font-weight: '+window['feedPropsTopNewsSicherheit'].tw+'; font-size: '+window['feedPropsTopNewsSicherheit'].ts+'px;">'+FeedData[i].description+'</div></a>' );
		}
	}
	document.write ( '</div>' );
	if ( window['feedPropsTopNewsSicherheit'].dm == 'ticker' ) window['tickerTopNewsSicherheit'].start();
}
