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


m_news[0] = ['http://www2.cio.com/research/surveyreport.cfm?id=87','Research Reports'];
m_news[1] = ['http://comment.cio.com/sound.cfm?ID=668','Is convergence just alignment in fancy dress?'];
m_news[2] = ['http://www2.cio.com/ask/expert/2005/session426.html','Ask the Expert'];
m_news[3] = ['http://www2.cio.com/ask/source/2005/session422.html','Ask the Source'];
m_news[4] = ['http://www.cio.com/archive/031505/leadership.html','Leader, Fix Yourself'];
m_news[5] = ['http://www.cio.com/archive/041505/leadership.html','Get On Board'];
m_news[6] = ['http://www.cio.com/research/leadership/edit/ec031105_leadership.html','Leadership Development: for Your Employees, the Enterprise&amp;mdash;and You'];
m_news[7] = ['http://www.cio.com/research/leadership/edit/ec021105_perfect.html','Perfect Isn\'t Good Enough'];
m_news[8] = ['http://www.cio.com/archive/020105/time.html','Flex Time'];
m_news[9] = ['http://www.cio.com/research/leadership/edit/ec011305_authority.html','Give Away Authority to Gain Control Over IT\'s Purpose'];
m_news[10] = ['http://www.cio.com/archive/011505/lead.html','Good Partners Make Good Customers'];
m_news[11] = ['http://www.cio.com/archive/011505/communication.html','Albright On Communication, Information And Negotiation'];
m_news[12] = ['http://www.cio.com/archive/121504/cio_vacation.html','Take A Real Vacation'];
m_news[13] = ['http://www.cio.com/archive/121504/cio_life.html','Live In A Two-CIO Family'];
m_news[14] = ['http://www.cio.com/archive/121504/cio_global.html','Bond On Mt. Fuji'];
m_news[15] = ['http://www.cio.com/research/leadership/leading/column.html?CID=1026','The Best Leadership Style? It All Depends.'];
m_news[16] = ['http://www.cio.com/archive/121504/lead.html','How To Inspire Your Team'];
m_news[17] = ['http://www.cio.com/research/leadership/edit/la101504_better.html','How to Become Better Than You Really Are'];
m_news[18] = ['http://www.cio.com/research/leadership/edit/la120604_halffull.html','The Half Full View Of IT'];
m_news[19] = ['http://www.cio.com/archive/120104/peer.html','IT Buyer Beware'];
m_news[20] = ['http://www.cio.com/archive/120104/keynote.html','The Dehumanized Employee'];
m_news[21] = ['http://www.cio.com/archive/120104/change.html','Time To Change'];
m_news[22] = ['http://www.cio.com/archive/120104/communications.html','How To Be A Mind Reader'];
m_news[23] = ['http://www.cio.com/archive/120104/reform.html','Reforming California IT'];
//'

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