<!-- SGNEC info feed: latest virus alerts - START -->
<script language="JavaScript1.1"
src="http://www.sgnec.net/virus/tenalert.js"></script>
<script type="text/javascript" language="JavaScript1.1">
<!--

// Want to customise the look and feel of the virus information
// on your site? Simply change the following values to your own
// preferences.
//
// Changing the value of 'count' will change the number of rows
// displayed.
// Changing the value of 'target' to 'new' will display the link in
// a new window.

// *****************************************************************

var bgcolour_main = '#EFEFEF'
var bgcolour_heading = '#FFC184'
var text_colour = '#000000'
var link_colour = '#00726f'
var font_size = '8pt'
var font_face = 'Tahoma,arial, helvetica, sans-serif'
var count = 10 // number should be between 1 and 10
var first_column = 'yes' // 'yes' or 'no'
var cellspacing = 'yes' // 'yes' or 'no'
var target = '_self' // '_self' or 'new'

// *****************************************************************
// Be careful not to change anything below this line!

var htmltxt = "";
var font_desc = '<font style="font-size:' + font_size +'" face="' + font_face + '" color="' + text_colour + '">';
var tmp_count = 0;

if (first_column == "no") {
colspan = 1;
} else {
colspan = 2;
}

if (cellspacing == "no") {
cellspacing = 0;
} else {
cellspacing = 2;
}

if (count > 0) {
if (count > 10) {count = 10}
htmltxt += '\n<table dir="rtl" cellpadding="3" cellspacing="'
+ cellspacing + '" border="0" bgcolor="#ffffff">';
if (count == 1) {
htmltxt += '\n<tr><td colspan="' + colspan + '" bgcolor="'
+ bgcolour_heading + '">' + font_desc
+ '<b>آخرين ويروسها ، كرمها و ...</b></font></td></tr>';
} else {
htmltxt += '\n<tr><td colspan="' + colspan + '" bgcolor="'
+ bgcolour_heading + '">' + font_desc + '<b>آخرين ويروس ، كرمها و ... </b></font></td></tr>';
}

for (var i=0; i<tenalerts.length; i+=3) {
tmp_count++;
if (tmp_count > count) {
break;
} else {
if (first_column == "no") {
htmltxt += '\n<tr><td bgcolor="' + bgcolour_main + '">'
+ font_desc + '<a href="' + tenalerts[i+2] + '" target="'
+ target + '"><font color="'
+ link_colour + '"><nobr>' + tenalerts[i+1]
+ '</nobr></font></a></font></td></tr>';
} else {
htmltxt += '\n<tr><td bgcolor="' + bgcolour_main + '">'
+ font_desc + '<a style="text-decoration:none " href="' + tenalerts[i+2] + '" target="'
+ target + '"><font style="font-size:' + font_size +'" color="'
+ link_colour + '"><nobr>' + tenalerts[i+1]
+ '</nobr></font></a></font></td><td bgcolor="' + bgcolour_main + '">'
+ font_desc + '<nobr>' + tenalerts[i+0]
+ '</nobr></font></td></tr>';
}
}
}
} else {
document.write
("=== info feed error: Specify value of count > 0 ===");
}

// Please do not remove the code after this point.

htmltxt += '\n<tr><td colspan="' + colspan + '" bgcolor="'
+ bgcolour_heading + '">' + font_desc
+ 'منبع : <a style="text-decoration:none" href="http://www.sgnec.net" target="'
+ target + '"><font color="' + link_colour
+ '">مهندسي شبكه همكاران سيستم </font></a></td></tr>';
htmltxt += '\n<tr><td colspan="' + colspan + '" bgcolor="'
+ bgcolour_heading + '">' + font_desc
+ '<a style="text-decoration:none" href="http://www.sgnec.net/VirusInfo.asp" target="'
+ target + '"><font color="' + link_colour
+ '">اين اطلاعات را به سايت خود اضافه كنيد </font></a></td></tr>';
htmltxt += '\n</table>';
document.write(htmltxt);
//-->
<!-- SGNEC info feed: latest virus alerts - END -->
</script>