<!--



var Quotation=new Array() 


Quotation[0]="<div class='headerquotes'>'Mamut has been a member of BASDA since 2000 because of BASDA's unique position in the UK software business landscape, its interaction with UK government and the network opportunity it provides with our peers in the UK. In addition, BASDA's engagement regarding industry issues and defining standards is unique, even in a European perspective.'</div><div class='headerquotessigs'><a href='http://www.basda.org/Members-Testimonials-35475.htm'>Eilert Hanoa, CEO, Mamut ASA</a></div>";

Quotation[1]="<div class='headerquotes'>'I am encouraged to see that BASDA is moving forward into strategic areas like the Green agenda, modernisation of the taxation system and other issues that concern CEOs and senior management.' </div><div class='headerquotessigs'><a href='http://www.basda.org/Members-Testimonials-35475.htm'>Mark Thompson, Managing Director, COA Solutions Ltd</a></div>";

Quotation[2]="<div class='headerquotes'>'BASDA's ability to clarify industry issues and set standards has not only informed and educated our customers and prospects, but also initiated many sales opportunities, for example in the areas of EMU and eBusiness'. </div><div class='headerquotessigs'><a href='http://www.basda.org/Members-Testimonials-35475.htm'>Peter Robertshaw - Marketing Director, Strategic Thought Group</a></div>";

Quotation[3]="<div class='headerquotes'>'Proteus wants to be in at the start of the BASDA Logistics SIG to work together with other sector solution providers on the key issues affecting the warehousing and logistics industry, ultimately for the benefit of our customers.'</div><div class='headerquotessigs'><a href='http://www.basda.org/Members-Testimonials-35475.htm'>Howard Turvey, Managing Director, Proteus Software Limited</a></div>";

Quotation[4]="<div class='headerquotessmall'>'BASDA has proved to be an invaluable interpreter of legal and regulatory changes and the impact of these requirements on our software. Through the use of collaborative working parties, we attain industry specific knowledge at a low cost of acquisition.  This allows us to focus on what's really important - providing the best software solutions for our clients.'</div><div class='headerquotessigs'><a href='http://www.basda.org/Members-Testimonials-35475.htm'>Kevin Misselbrook, Customer Services Director, Access Accounting</a></div>";

Quotation[5]="<div class='headerquotes'>'It is very helpful for HMRC when individual companies speak as one voice through their industry bodies. We are now collaborating closely together with more effective communication in that members can actively provide feedback through BASDA special interest groups and forums.'</div><div class='headerquotessigs'><a href='http://www.basda.org/Members-Testimonials-35475.htm'>John Harrison, Head of CCD Online at HMRC</a></div>";

Quotation[6]="<div class='headerquotes'>'The benefit to IMPAQ of being a BASDA member is that we value their insight in promoting standards and the connections they facilitate with other BASDA members. We also appreciate the training and networking opportunities provided and recently started a blog as a result of what we learned at a BASDA Marketing event.'</div><div class='headerquotessigs'><a href='http://www.basda.org/Members-Testimonials-35475.htm'>Frank Bennett, Business Development Manager IMPAQ Business Solutions Limited</a></div>";

Quotation[7]="<div class='headerquotes'>'I am a great believer in not re-inventing the wheel, so I find BASDA meetings an excellent opportunity to meet with other CEOs and share experiences and best practice.'</div><div class='headerquotessigs'><a href='http://www.basda.org/Members-Testimonials-35475.htm'>Geoff Griffiths, Managing Director, Topaz Software</a></div>";

Quotation[8]="<div class='headerquotes'>'With all reports that we create, we rely on a reputable and informed organisation / individual to provide us with our forward and introduction to the supplement. In this instance we followed a successful previous relationship with Jairo Rojas and BASDA, who with his expert knowledge and credited membership has again provided us with an informed piece on what cloud is and what to be aware when implementing'</div><div class='headerquotessigs'><a href='http://www.basda.org/Members-Testimonials-35475.htm'>Christopher Emberson Project Manager at Mediaplanet Group</a></div>";



var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
var quotesDiv = document.getElementById('quotes');

function showQuotation()
{
	quotesDiv.innerHTML = Quotation[whichQuotation++];
	if (whichQuotation > 8) whichQuotation = 0;
}

window.setInterval(showQuotation, 7000);

//-->

/*<script> 
var whichquote=Math.round(Math.random())*3 
if (whichquote<=1) 
document.write('"<img src="http://yourdomain.com/image1.gif">"') 
else if(whichquote<=2) 
document.write('"<img src="http://yourdomain.com/image2.gif">"') 
else if(whichquote<=3) 
document.write('"<img src="http://yourdomain.com/image3.gif">"') 
</script> */
