var tWidth='880';                  // width (in pixels)
var tHeight='18px';                  // height (in pixels)
//var tcolour='#00182e';               // background colour:
//var tcolour='#00182e';               // background colour:
var tcolour='#00182e';               // background colour:
//var tcolour='darkgray';               // background colour:
var moStop=true;                     // pause on mouseover (true or false)
var fontfamily = 'arial,sans-serif'; // font for content
var tSpeed=3;                        // scroll speed (1 = slow, 5 = fast)

// enter your ticker content here (use \/ and \' in place of / and ' respectively)
//var content='<font color="WHITE">Friday 29th  FEB BLOOMBERG at 09:50 HK time to talk about N1 Global Japan Launch ( name of the show Bloomberg Now &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Friday 29th FEB CNBC at 17:10 HK time on WORLD WIDE EXCHANGE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Friday 15th MARCH CNBC  at 17:10  on WORLD WIDE EXCHANGE</font>';
//var content='<font color="WHITE"><b><font color="#F69402">Bloomberg Now</font></b> Friday 29th February, Nicu Harajchi will talk about N1 Global Japan Launch. &nbsp;&nbsp;&nbsp;&nbsp; <b><i>CNBC World Wide Exchange</i></b> Friday 29th February, Nicu Harajchi will give his insight on the current world markets... </font>';
//var content='<font color="#FFFFFF"><b><font color="#F69402">Bloomberg Now</font></b> Friday 29th February 09:50 HK time , Nicu Harajchi will talk about N1 Global Japan Launch. &nbsp;&nbsp;&nbsp;&nbsp; <b><i>CNBC World Wide Exchange</i></b> Friday 29th February, Nicu Harajchi will give his insight on the current world markets... </font>';
var content='<font color="white">'
content=content+'Nicu Harajchi will be on air during the following dates &nbsp;&nbsp;';
//content=content+'<img  src="/images/square.png" width="10" height="10"/>&nbsp; <font color="#F69402"><b>Bloomberg Live </b>&nbsp;</font> October 13th at 8:15am Tokyo time  ,where he will discuss his thoughts on the current financial meltdown.   &nbsp';
content=content+'<img  src="/images/square.png" width="10" height="10"/>&nbsp; <font color="#F69402"><b>CNBC Worldwide Exchange</b>&nbsp;</font> Nicu Harajchi is a guest on CNBC every 2nd Friday to discuss the current state of the global capital markets. &nbsp';


 
//content=content+'<img  src="/images/square.png" width="10" height="10"/>&nbsp; <font color="#F69402"><b>Bloomberg</b>&nbsp;</font> December 19th 2008 at 10:30am UK, live in London, where he will speak about current credit crisis &nbsp';
//content=content+'<img  src="/images/square.png" width="10" height="10"/>&nbsp; <font color="#F69402"><b>CNBC Worldwide Exchange </b></font>May 16th 2008 at 4:10pm, Live from Hong Kong&nbsp';

// ** Conference Section  **/
//content=content+'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ';
//content=content+'Nicu Harajchi will also be attending the following hedge fund conferences as a guest&nbsp;&nbsp;';
//content=content+'Nicu Harajchi will be attending the following hedge fund conferences as a guest&nbsp;&nbsp;';
//content=content+'<img  src="/images/square.png" width="10" height="10"/>&nbsp; <font color="#F69402"><b>6th Annual Hedge Funds WORLD Asian Managers Showcase 2008</b></font> May 28th 4:30pm Grand Hyatt, Singapore (Panelist)&nbsp';
//content=content+'<img  src="/images/square.png" width="10" height="10"/>&nbsp; <font color="#F69402"><b>Funds World Middle East 2008 </b></font> June 3rd 4:30pm, Shangri-La Hotel, Dubai, UAE  (Panelist)';
//content=content+'<img  src="/images/square.png" width="10" height="10"/>&nbsp; <font color="#F69402"><b>3rd Annual Hedge Fund Investments Japan IQ</b></font> June 25th  5:20pm Westin Hotel, Tokyo (Moderator)';

// ** end font tag **/
content=content+'</font>';



// Simple Marquee / Ticker Script
// copyright 3rd January 2006, Stephen Chapman
// permission to use this Javascript on your web page is granted
// provided that all of the below code in this script (including this
// comment) is used without any alteration
var cps=tSpeed; var aw, mq; var fsz = parseInt(tHeight) - 4; 
function startticker(){if (document.getElementById) 
{var tick = '<div style="position:relative;width:'+tWidth+';height:'+tHeight+';overflow:hidden;background-color:'+tcolour+'"'; 
if (moStop) tick += ' onmouseover="cps=0" onmouseout="cps=tSpeed"'; 
tick +='><div id="mq" style="position:absolute;left:0px;top:0px;font-family:'+fontfamily+';font-size:'+fsz+'px;white-space:nowrap;"><\/div><\/div>'; 
document.getElementById('ticker').innerHTML = tick; 
mq = document.getElementById("mq"); mq.style.left=(parseInt(tWidth)+10)+"px"; 
mq.innerHTML='<span id="tx">'+content+'<\/span>'; aw = document.getElementById("tx").offsetWidth; 
lefttime=setInterval("scrollticker()",50);}} function scrollticker(){mq.style.left = (parseInt(mq.style.left)>(-10 - aw)) ?parseInt(mq.style.left)-cps+"px" : parseInt(tWidth)+10+"px";
} 
window.onload=startticker;
                  
