/*
; File: 
; Generated automatically by phplocaliser using php xml class at Wed, 28 May 2008 06:01:00 +0530
; DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN AT THE NEXT LOCALISATION
; RSS localiser by jijutm@silmail.com, http://www.saturn.in
*/

var lastUpdate = 'May 28, 2008 6:01 am';
var m_news = new Array();
var news_image = 'linuxnews.jpg';


m_news[0] = ['http://www.cio.com/archive/121504/cio_open.html','Move a Company to Open Source'];
//'

var sw = screen.width;

if(sw > 900){
			document.write('<style>');
			document.write('.rsstime{font-family: verdana,arial; font-size:7pt; text-decoration: none; color: #FF6600 }');
			document.write('.rsstitle{background:#FFFFFF;font-size:11px; text-decoration: none; font-family:tahoma,verdana,arial; font-color: #000000}');
			document.write('</style>');
			document.write('<div style="padding-left: 5px; padding-right: 5px;">');
			document.write('<table width="200" cellpadding="1" cellspacing="2" border="0">');

			document.write('<tr><td colspan="2"><img src="images/'+ news_image +'" vspace="10"><br>');
			document.write('<span class="rsstime">Last updated on <br>'+ lastUpdate + '</span></td></tr>');

	for(i=0; i < m_news.length; i++){
		var this_news = m_news[i];
		document.write('<tr valign="top"><td width="10"><img src="images/dotcareer.jpg">');
		document.write('</td><td><a href="' + this_news[0] +'" target="_new"');
		document.write(' class="rsstitle">' + this_news[1] + '</a></td></tr>');
	}
			document.write('</table></div>');
}
	
