//<script language="JavaScript1.2">

/*
Vertical Pausing News Scroller
Copyright David Miles (www.z3roadster.net/dreamweaver)
To add more shock to your site, visit www.DHTML Shock.com
*/

<!--

var scrollerwidth=260
var scrollerheight=110
var pausebetweenimages=30000

var vSlideContent=new Array()
vSlideContent[0]='<div class="navigation">Dr Susan Lim welcomes Professor Malcolm Alison as Visiting Professor in Stem Cells from 17 - 22 August 2009</div>'
vSlideContent[1]='<div class="navigation"><font color="#ff0000">NEW!</font>Dr Susan Lim was interviewed on CNA on “The Future of Medicine”, June 2009."</div>'
vSlideContent[2]='<div class="navigation"><font color="#ff0000">NEW!</font>SCTi was represented by Dr Susan Lim at the International Society for Stem Cell Research (ISSCR) 7th Annual Meeting in Barcelona, July 2009. </div>'
vSlideContent[3]='<div class="navigation">Dr Susan Lim was the Scientific Chairman of the BioBridge 2008 Regenerative Medicine Conference “Generation Regeneration” at the Palais des Nations UNO, Geneva, 22 September 2009. For more information <a href="http://www.biobridge-event.com/" class="navigation"><font color="#ff0000">Please click here</font></a> </div>'
vSlideContent[4]='<div class="navigation">SCTi hosted Professor Malcolm Alison to a 3-day visit to its Research Laboratories (11-13 July 2007).</div>'
vSlideContent[5]='<div class="navigation">SCTi welcomes Professor Malcolm Alison as a member of our International Scientific Advisory Board, July 2007</div>'
vSlideContent[6]='<div class="navigation">Nov 2006 Susan Lim Surgery:</div><div align="center"><b>Dr Susan Lim of SCTi signed a memorandum of understanding regarding academic, clinical and commercial cooperation with the Faculty of Medicine, Nursing and Health Sciences, Monash University, Australia.</div>'
vSlideContent[7]='<div class="navigation">CNBC Market Watch:</div><div align="center"><b>Finding Cure For Diabetes</b></div><div align="justify">Dr Susan Lim was interviewed on CNBC on stem cell technologies, the progress, direction and approach of adult stem cell research and its potential cure for diabetes.<br><a href="news_cnbc_finding_cure_for_diabetes.html" class="ftr">learn more</a></div>'
vSlideContent[8]='<div class="navigation">01/01/2005 Business Week:</div><div align="center"><b>Asia is Stem Cell Central</b></div><div align="justify">ASIA IS STEM CELL CENTRAL - Singapore and others are racing to grab the lead in a promising field.<br><a href="news_business_week_asia_is_stem_cell_central.html" class="ftr">learn more</a></div>'
vSlideContent[9]='<div class="navigation">05/04/2004 Reuters:</div><div align="center"><b>Singapore hunts for diabetes cure<br>with stem cells</b></div><div align="justify">Singapore has joined the race to find a cure for diabetes using adult stem cells.<br><a href="news_reuters_Singapore_hunts_for_diabetes_cure_with_stem_cells.html" class="ftr">learn more</a></div>'
vSlideContent[10]='<div class="navigation">06/04/2004 The Straits Times:</div><div align="center"><b>Abdominal fat a cure for diabetes?</b></div><div align="justify">SINGAPORE scientists and top names in stem cell research are working on a project to try and coax adult stem cells in fat to produce insulin.<br><a href="news_the_straits_times_abdominal_fat_a_cure_for_diabetes.html" class="ftr">learn more</a></div>'
vSlideContent[11]='<div class="navigation">06/04/2004 The Business Times:</div><div align="center"><b>Research to use adult stem<br>cells for diabetes cure</b></div><div align="justify">NUS and SCTi hope to raise fund for the research.<br><a href="news_the_business_times_research_to_use_adult_stem_cells_for_diabetes_cure.html" class="ftr">learn more</a></div>'
vSlideContent[12]='<div class="navigation">06/04/2004 TODAY:</div><div align="center"><b>Diabetes cure may be here soon</b></div><div align="justify">A CURE for diabetes may be on the cards if a team of scientists here succeeds in their research project.<br><a href="news_today_diabetes_cure_may_be_here_soon.html" class="ftr">learn more</a></div>'
vSlideContent[13]='<div class="navigation">06/04/2004 Berita Harian:</div><div align="center"><b>Kaji Guna Sel Induk Rawat Kencing Manis</b></div><div align="justify">Translation: Research in Adult Stem Cell to Cure Diabetes. A newspaper article in Malay by the local news paper Berita Harian.<br><a href="news_berita_harian_kaji_guna_sel_induk_rawat_kencing_manis.html" class="ftr">learn more</a></div>'
vSlideContent[14]='<div class="navigation">06/04/2004 Tamil Murasu:</div><div align="center"><b>Research on adult stem cells may<br>lead to cure for diabetes</b></div><div>A newspaper article in Tamil by the local news paper Tamil Murasu.<br><a href="news_tamil_murasu_research_on_adult_stem_cells_may_lead_to_cure_for_diabetes.html" class="ftr">learn more</a></div>'


if (vSlideContent.length>1)
i=2
else
i=0

function locateObject(n, d) { //v3.0
  var p,i,x;
  if(!d) d=document;
  if((p=n.indexOf("?"))>0&&parent.frames.length)
  {
    d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);
    }
  if(!(x=d[n])&&d.all) x=d.all[n];
  
  for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=locateObject(n,d.layers[i].document);
  return x;
}

function moveVTextFirstBlock(whichdiv)
{

if (document.all)
{
	tdiv=eval(whichdiv)

	if (tdiv.style.pixelTop>0&&tdiv.style.pixelTop<=5)
	{
		tdiv.style.pixelTop=0
		setTimeout("moveVTextFirstBlock(tdiv)",pausebetweenimages)
		setTimeout("moveVTextSecondBlock('vTextSecond')",pausebetweenimages)
		return
	}
	if (tdiv.style.pixelTop>=tdiv.offsetHeight*-1)
	{
		tdiv.style.pixelTop-=5
		setTimeout("moveVTextFirstBlock(tdiv)",10)
	}
	else
{
		tdiv.style.pixelTop=scrollerheight+5
window.status=tdiv.style.pixelTop;
	tdiv.innerHTML=vSlideContent[i]
	if (i==vSlideContent.length-1)
	i=0
else
	i++
}
}
else
{
tlayer=eval(whichdiv)
if (tlayer.top>0&&tlayer.top<=5)
{
tlayer.top=0
setTimeout("moveVTextFirstBlock(tlayer)",pausebetweenimages)
setTimeout("moveVTextSecondBlock(locateObject('vTextSecond'))",pausebetweenimages)
return
}
if (tlayer.top>=tlayer.document.height*-1)
{
tlayer.top-=5
setTimeout("moveVTextFirstBlock(tlayer)",10)
}
else
{
tlayer.top=scrollerheight+5
tlayer.document.write(vSlideContent[i])
tlayer.document.close()
if (i==vSlideContent.length-1)
i=0
else
i++
}
}
}

function moveVTextSecondBlock(whichdiv)
{
if (document.all)
{
tdiv2=eval(whichdiv)

if (tdiv2.style.pixelTop>0&&tdiv2.style.pixelTop<=5)
{
	tdiv2.style.pixelTop=0
	setTimeout("moveVTextSecondBlock(tdiv2)",pausebetweenimages)
	setTimeout("moveVTextFirstBlock('vTextFirst')",pausebetweenimages)
	return
}
window.status=tdiv2.offsetHeight;
if (tdiv2.style.pixelTop>=tdiv2.offsetHeight*-1){
	tdiv2.style.pixelTop-=5
	setTimeout("moveVTextSecondBlock('vTextSecond')",10)
}
else
{
	tdiv2.style.pixelTop=scrollerheight+5
window.status=tdiv2.style.pixelTop
	tdiv2.innerHTML=vSlideContent[i]
	if (i==vSlideContent.length-1)
	i=0
else
	i++
}
}
else if (document.layers)
{
tlayer2=eval(whichdiv)

if (tlayer2.top>0&&tlayer2.top<=5)
{
tlayer2.top=0
setTimeout("moveVTextSecondBlock(tlayer2)",pausebetweenimages)
setTimeout("moveVTextFirstBlock(locateObject('vTextMain').document.layers['vTextFirst'])",pausebetweenimages)
return
}
if (tlayer2.top>=tlayer2.document.height*-1)
{
tlayer2.top-=5
setTimeout("moveVTextSecondBlock(tlayer2)",10)
}
else
{
tlayer2.top=scrollerheight+5
tlayer2.document.write(vSlideContent[i])
tlayer2.document.close()
if (i==vSlideContent.length-1)
i=0
else
i++
}
}
}

function startVTextScroll(){
if (document.all)
{
	locateObject('vTextSecond').style.top=scrollerheight+5
	locateObject('vTextFirst').visibility='visible';
	locateObject('vTextSecond').visibility='visible';
	moveVTextFirstBlock(locateObject("vTextFirst"))
}
else if (document.layers)
{
	locateObject('vTextMain').visibility='show'
	locateObject('vTextFirst').visibility='show'
	locateObject('vTextSecond').top=scrollerheight+5
	locateObject('vTextSecond').visibility='show'
	moveVTextFirstBlock(locateObject('vTextMain').document.layers['vTextFirst'])
}
}
//-->
//</script>