// Created by iWeb 3.0.1 local-build-20100215

setTransparentGifURL('Media/transparent.gif');function hostedOnDM()
{return false;}
function onPageLoad()
{loadMozillaCSS('Home_files/HomeMoz.css')
adjustLineHeightIfTooBig('id1');adjustFontSizeIfTooBig('id1');adjustLineHeightIfTooBig('id2');adjustFontSizeIfTooBig('id2');adjustLineHeightIfTooBig('id3');adjustFontSizeIfTooBig('id3');adjustLineHeightIfTooBig('id4');adjustFontSizeIfTooBig('id4');adjustLineHeightIfTooBig('id5');adjustFontSizeIfTooBig('id5');adjustLineHeightIfTooBig('id6');adjustFontSizeIfTooBig('id6');adjustLineHeightIfTooBig('id7');adjustFontSizeIfTooBig('id7');adjustLineHeightIfTooBig('id8');adjustFontSizeIfTooBig('id8');adjustLineHeightIfTooBig('id9');adjustFontSizeIfTooBig('id9');adjustLineHeightIfTooBig('id10');adjustFontSizeIfTooBig('id10');Widget.onload();fixupAllIEPNGBGs();fixAllIEPNGs('Media/transparent.gif');performPostEffectsFixups()}
function onPageUnload()
{Widget.onunload();}

var quote=new Array();
  quote[0]='<br>With OSLC, we&#39;re applying best practices in the Internet to the area of lifecycle tools, essentially transforming lifecycle resources into &quot;hyper-data&quot;, just like hypertext enables fully connected, flexible content. <br> <br> John Wiegand, IBM Distinguished Engineer';
  quote[1]='<br>With OSLC&#39;s open and scenario-based approach, businesses benefit from the ability to tie disparate tools together. This collaborative approach gives our consultants the flexibility to make lifecycle tool choices based on specific client project demands. <br> <br>Randy Vogel, Accenture';
  quote[2]='<br>OSLC is focused on interoperability across technology implementations -  a challenge best addressed through common specifications and standards. <br> <br>Laurent Lachal, Ovum Open Source Research Director';
  quote[3]='<br>The Eclipse Mylyn project integrates tasks from more than thirty independent desktop and web products. Keeping up with that sometimes borders on the insane. OSLC offers us a way forward for doing these integrations in a simpler and cheaper way. <br> <br> Mik Kersten, Tasktop CEO and Mylyn Project Lead';



var speed=8000;    /*this is the time in milliseconds adjust to suit*/
var q=0;

function showQuote() {

     document.getElementById("quotes").innerHTML=quote[q];
     q++;
if(q==quote.length) {
     q=0;
  }
}
setInterval('showQuote()',speed);
   
