<% Option Explicit Response.Buffer = True 'For browsers (set expiration date some time well in the past) Response.Expires = -1000 'For HTTP/1.1 based proxy servers Response.CacheControl = "no-cache" 'For HTTP/1.0 based proxy servers Response.AddHeader "Pragma", "no-cache" Dim img(4) img(1) = "david.jpg" img(2) = "richard.jpg" img(3) = "peter.jpg" img(4) = "john.jpg" dim link(4) link(1) = "davidhyner.htm" link(2) = "speakers.htm" link(3) = "peterroper.htm" link(4) = "johnsealey.htm" Function RandomNumber(intHighestNumber) Randomize RandomNumber = Int(intHighestNumber * Rnd) + 1 End Function Dim strRandom strRandom = RandomNumber(5) Dim strRandomimg strRandomimg = img(strRandom) Dim strRandomlink strRandomlink = link(strRandom) %> Speakers with Passion

CALL: 0845 2600 797
EMAIL: info@speakerswithpassion.com

Looking for a speaker with passion who gets results? We've brought together 4 of UK’s elite business speakers that will create results for you!

Speakers with Passion Speakers:

Richard Wilkins
David Hyner
John Sealey
Peter Roper

Speakers who will entertain and inspire your audience and will leave them ready to take action on how to:

Welcome to Speakers with Passion
<% Response.End %>