/*
; 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 = 'careernews.jpg';


m_news[0] = ['http://www.cio.com/archive/121504/cio_industry.html','Move To A New Industry'];
m_news[1] = ['http://www.cio.com/archive/121504/cio_stress.html','Be The Fall Guy'];
m_news[2] = ['http://www.cio.com/archive/121504/cio_merge2.html','Not Get The Job'];
m_news[3] = ['http://www.cio.com/archive/121504/cio_merge.html','Get The Job'];
m_news[4] = ['http://www.cio.com/archive/121504/cio_serice.html','Save Four Lives'];
m_news[5] = ['http://www.cio.com/archive/121504/cio_career.html','Lose Your Job'];
m_news[6] = ['http://www.cio.com/archive/121504/cio_global.html','Bond On Mt. Fuji'];
m_news[7] = ['http://www.cio.com/archive/120104/keynote.html','The Dehumanized Employee'];
m_news[8] = ['http://www.cio.com/archive/120104/communications.html','How To Be A Mind Reader'];
//'

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>');
}
	