										// By: e-Matrix Integrated Solutions Inc.
										var scrollerwidth="140px"
										var scrollerheight="100px"

										// Scrollers speed here (larger is faster 1-10)
										var scrollerspeed=1
										
										// Scrollers content goes here! Keep all of the message on the same line!
										var scrollercontent='<span style="color:#2D8E00;font-weight:bold;">“e-Matrix 2011 Rewind”</span><br><br>As projected in the previous year, e-Matrix continuously stepped up the ladder in 2011 reaching and establishing wider market presence in a global scale. The hard work, resiliency, integrity and competency of the company’s top management paved way to a higher level of corporate entrepreneurship and professionalism; bringing in more satisfied customers and partners alike.  This reaffirms the core value of e-Matrix providing integrated IT solutions and services based on advanced technologies and highly-skilled professionals.<a href="newsandevents.php" class="link">&gt;&gt;  Read more</a><br><br><span style="color:#2D8E00;font-weight:bold;">“e-Matrix Partners Night 2011”</span><br><br>2011 was an outstanding and rewarding year for Information Technology solutions and services provider e-Matrix. To celebrate the success since the company’s inception, e-Matrix hosted its very first Partners Night last December 8, 2011 at Apex Lounge, Seventh High, Bonifacio High Street. This is e-Matrix’s way of thanking its numerous business partners and friends who are the major instruments of its success.<a href="newsandevents.php" class="link">&gt;&gt;  Read more</a><br><br><span style="color:#2D8E00;font-weight:bold;">“e-Matrix in Pinoy Big Brother’s House”</span><br><br>QUEZON CITY, PHILIPPINES – e-Matrix Integrated Solutions Inc. (e-Matrix), in partnership with Xitrix Computer Corporation (Xitrix), is now inside the Pinoy Big Brother’s House Unlimited Edition (PBB4) or more popularly known locally as “Bahay ni Kuya.” Pinoy Big Brother is the Philippine version of the reality television show Big Brother which follows the same concept as its many foreign counterparts around the world.<a href="newsandevents.php" class="link">&gt;&gt;  Read more</a><br><br><span style="color:#2D8E00;font-weight:bold;">“Jay talks about Social Media in Computerworld Executive Briefing”</span><br><br>MAKATI, PHILIPPINES –Mr. Jay Anthony M. Agosto, president and CEO, e-Matrix Integrated Solutions Inc. was the guest speaker in the Computerworld (Philippines) Executive Briefing on November 8, 2011 held at the Asian Institute of Management Conference Center. Jay talked about the impact of technology and social media in business.<a href="newsandevents.php" class="link">&gt;&gt;  Read more</a><br><br><span style="color:#2D8E00;font-weight:bold;">“Rocky & Jay – Cover Story in Computerworld November 2011 Issue”</span><br><br>MAKATI, PHILIPPINES –Ms. Rocky R. Santiago, chairperson and senior vice president, and Mr. Jay Anthony M. Agosto, president and CEO, of e-Matrix Integrated Solutions Inc. provided their insights on Social Business in the cover story of the Computerworld (Philippines) November 2011 vol. 21 no. 5 (page 10) issue.<a href="newsandevents.php" class="link">&gt;&gt;  Read more</a><br><br><span style="color:#2D8E00;font-weight:bold;">“e-Matrix in CIO Roundtable”</span><br><br>MAKATI, PHILIPPINES – Mr. Jay Anthony M. Agosto, e-Matrix Integrated Solutions Inc. president and CEO shares his views in the CIO Roundtable of the Computerworld (Philippines) October 2011 vol. 21 no. 4 (page 30) issue. The CIO Roundtable is a group of C-level participants from different companies sharing insights on topics provided.<a href="newsandevents.php" class="link">&gt;&gt;  Read more</a><br><br><span style="color:#2D8E00;font-weight:bold;">“Computerworld features e-Matrix in August 2011 Issue”</span><br><br>MAKATI, PHILIPPINES – Computerworld Philippines features e-Matrix Integrated Solutions Inc. in its August 2011 vol. 21 no. 2 (page 45) issue.  Computerworld is the leading IT Magazine in the Philippines with a monthly issue and a circulation of 65,000 copies through subscription and retail worldwide.<a href="newsandevents.php" class="link">&gt;&gt;  Read more</a><br><br>'
									
										var pauseit=1

										// Change nothing below!
										scrollerspeed=(document.all)? scrollerspeed : Math.max(1, scrollerspeed-1) //slow speed down by 1 for NS
										var copyspeed=scrollerspeed
										var iedom=document.all||document.getElementById
										var actualheight=''
										var cross_scroller, ns_scroller
										var pausespeed=(pauseit==0)? copyspeed: 0

										function populate(){
											if (iedom){
												cross_scroller=document.getElementById? document.getElementById("iescroller") : document.all.iescroller
												cross_scroller.style.top=parseInt(scrollerheight)+8+"px"
												cross_scroller.innerHTML=scrollercontent
												actualheight=cross_scroller.offsetHeight
											}
											else if (document.layers){
												ns_scroller=document.ns_scroller.document.ns_scroller2
												ns_scroller.top=parseInt(scrollerheight)+8
												ns_scroller.document.write(scrollercontent)
												ns_scroller.document.close()
												actualheight=ns_scroller.document.height
											}
											lefttime=setInterval("scrollscroller()",40)
										}
										
										window.onload=populate

										function scrollscroller(){
											if (iedom){
												if (parseInt(cross_scroller.style.top)>(actualheight*(-1)+8))
													cross_scroller.style.top=parseInt(cross_scroller.style.top)-copyspeed+"px"
												else
													cross_scroller.style.top=parseInt(scrollerheight)+8+"px"
												}
											else if (document.layers){
												if (ns_scroller.top>(actualheight*(-1)+8))
													ns_scroller.top-=copyspeed
												else
													ns_scroller.top=parseInt(scrollerheight)+8
											}
										}

										if (iedom||document.layers){
											with (document){
												if (iedom){
													write('<div style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hidden" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed">')
													write('<div id="iescroller" style="position:absolute;left:0px;top:0px;width:100%;">')
													write('</div></div>')
												}
												else if (document.layers){
													write('<ilayer width='+scrollerwidth+' height='+scrollerheight+' name="ns_scroller">')
													write('<layer name="ns_scroller2" width='+scrollerwidth+' height='+scrollerheight+' left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed"></layer>')
													write('</ilayer>')
												}
											}
										}
