ss = new slideshow("ss");ss.timeout = 10000;

headlineSrcImage = "news1.jpg";
headlineURLlink = "http://www.st.com/stonline/stappl/cms/press/news/year2009/t2391.htm";
headlineTitle = "Seoul Single Journey Ticket";
headlineContent = "We are proud to collaborate with KSCC & ST Microelectronics for this RFID-based scheme for single-journey reusable ticketing in mass transportation.<br><br>"+

"These cards helped to save the cost and environment as they can be returned and re-issued to new passengers.<br><br>"+

"This project had  gone live offically on July 2009.";

s = new slide();
s.src =  "images/"+headlineSrcImage;
s.title = headlineTitle;
s.text = "<div class=\"top_headline\"><A href=\""+headlineURLlink+"\">"+
headlineTitle+"</A></div>"+
"<div class=slideshow_text>"+
"<p>"+headlineContent+"</p>"+
"</div>";
ss.add_slide(s);

headlineSrcImage = "news2.jpg";
headlineURLlink = "";
headlineTitle = "Shanghai Subway Single Journey Ticket";
headlineContent = "We have collaborate with Shanghai Public Transport since 2005.<br><br>"+
"The single journey ticket can be used once on the day you buy within the subway lines and stations."+
"The ticket will be returned to your destination station and recycled in the subway ticket system.";
s = new slide();
s.src =  "images/"+headlineSrcImage;
s.title = headlineTitle;
s.text = "<div class=\"top_headline\"><A href=\""+headlineURLlink+"\">"+
headlineTitle+"</A></div>"+
"<div class=slideshow_text>"+
"<p>"+headlineContent+"</p>"+
"</div>";
ss.add_slide(s);

headlineSrcImage = "news3.jpg";
headlineURLlink = "";
headlineTitle = "Shanghai Public Transportation Card";
headlineContent = "Shanghai Public Transportation Card is called as an \"all-in-one card.\" This mini card is only  30 X 53mm "+
"in size and can be  widely used in taxis, buses, ferries etc…";
s = new slide();
s.src =  "images/"+headlineSrcImage;
s.title = headlineTitle;
s.text = "<div class=\"top_headline\"><A href=\""+headlineURLlink+"\">"+
headlineTitle+"</A></div>"+
"<div class=slideshow_text>"+
"<p>"+headlineContent+"</p>"+
"</div>";
ss.add_slide(s);

headlineSrcImage = "news4.jpg";
headlineURLlink = "";
headlineTitle = "Singapore Cruise Centre Board Pass";
headlineContent = "Together with NEC Asia for implementing this contactless thermal rewritable card, it has helped to simplify "+
"boarding procedures, enabled real time monitoring of passenger status brought new effciency to "+
"operations, improve customer services and reduce costs.<br><br>"+
"Since 2007 till date, this card has helped to serve over 6 million passengers per year.";
s = new slide();
s.src =  "images/"+headlineSrcImage;
s.title = headlineTitle;
s.text = "<div class=\"top_headline\"><A href=\""+headlineURLlink+"\">"+
headlineTitle+"</A></div>"+
"<div class=slideshow_text>"+
"<p>"+headlineContent+"</p>"+
"</div>";
ss.add_slide(s);

headlineSrcImage = "news5.jpg";
headlineURLlink = "http://rfid-asia.info/2007/11/hdb-introduce-rfid-season-parking.htm";
headlineTitle = "Singapore Season Parking Ticket Inlays";
headlineContent = "We are proud to supply the season parking ticket inlays to our local partners since 2007 till date.<br><br>"+
"This tag has a Unique ID (UID) number which is tied to the vehicle’s registration number. The tag is displayed "+
"on the windscreen for cars or near the road tax disc for motor-cycles. Drivers can now easily renew their SPT "+
"via Giro, Internet or Self Service kiosks.";
s = new slide();
s.src =  "images/"+headlineSrcImage;
s.title = headlineTitle;
s.text = "<div class=\"top_headline\"><A href=\""+headlineURLlink+"\">"+
headlineTitle+"</A></div>"+
"<div class=slideshow_text>"+
"<p>"+headlineContent+"</p>"+
"</div>";
ss.add_slide(s);


/*=================================================================*
COPY & PASTE THE FOLLOWING TAG TO ADD NEW HEADLINE ITEM. 
CHANGE THE MAIN VARIABLE ONLY (headlineSrcImage, headlineURLlink, 
headlineTitle & headlineContent). DO NOT TOUCH THE REST OF THE CODE.
*********************************************************************

headlineSrcImage = "Your Headline Image Here.jpg";
headlineURLlink = "http://Your Link Here...";
headlineTitle = "Put Your Title Here";
headlineContent = "Put Your Content Here...";
s = new slide();
s.src =  "images/"+headlineSrcImage;
s.title = headlineTitle;
s.text = "<div class=\"top_headline\"><A href=\""+headlineURLlink+"\">"+
headlineTitle+"</A></div>"+
"<div class=slideshow_text>"+
"<p>"+headlineContent+"</p>"+
"</div>";
ss.add_slide(s);

 *=================================================================*/