// --- This script rotates the 'featured case studies' in the right side bar --- \\

var title=new Array()
//insert here your featured case studies title
title[0]='Simplified Production Accounting';
title[1]='More Reliable Measurements';
title[2]='Overcoming Staff Shortages';
title[3]='Decreased Downtime';

var fact=new Array()
//insert here your featured case studies content
fact[0]='Achieve more efficient and reliable production accounting processes with one application: Zedi\'s PetroNet';
fact[1]='Increase production and eliminate inaccurate gas measurements with Zedi\'s Smart-Alek.';
fact[2]='Manage your increasing well count with the same number of staff with Zedi\'s intelligent flow monitoring solution.';
fact[3]='Reduce unscheduled downtime with Zedi\'s Smart-Alek.';

var hyperlink=new Array()
//insert here your featured case studies links
hyperlink[0]='More about Zedi PetroNet';
hyperlink[1]='More about Zedi Smart-Alek';
hyperlink[2]='More about Zedi Surveillance Solution';
hyperlink[3]='More about Zedi Smart-Alek';

var href=new Array()
//insert here your featured case studies links
href[0]='http://www.zedi.ca/products_services/product-petronet.asp';
href[1]='http://www.zedi.ca/products_services/product-smart-alek.asp';
href[2]='http://www.zedi.ca/solutions/zedi-surveillance.asp';
href[3]='http://www.zedi.ca/products_services/product-smart-alek.asp';

var xy=Math.floor(Math.random()*fact.length);
document.write('<h4>'+title[xy]+'</h4><p>'+fact[xy]+'<br /><a href="'+href[xy]+'">'+hyperlink[xy]+'</a></p>');