//-------------------------------------------------------------------------

// Sponsor Images and Links

//

// This javascript is used to randomly display a sponsor logo on each

// Cinequest webpage.  Whenever a page is loaded a random logo is

// displayed.  The splink array contains the HTML text that is placed

// into the page by the javascript whenever a page is loaded.  There is

// one entry in the array for each sponsor.  A corresponding image file

// should also be present.  For those sponsors that have webpages we also

// link to their website.

//

// To add a sponsor:

//  1. Create an image file with the following design -

//      a. gif format, should be no larger than 51x32 (width x height) pixels

//      b. grayscale

//      c. no background, or grey background (#414040)

//  2. Store the logo in the wwwimgs/logos directory

//  3. Add a splink[number++] line that is similar to the other ones.

//     The value of the splink[number++] is the html code that will be

//     added to the webpage.  It will contain the image and if a website

//     is available a link to the website

//     Also notice the target='spon' attribute in the href.  We bring up the sponsor webpage

//     in a separate window, but all the sponsor pages come up in the same window.

//

//

//-------------------------------------------------------------------------



function splink() {

};



splink = new splink();

number = 0;





// splinkArray

splink[number++] ="<a href='http://www.intel.com/' target='spon'><img src='imgs/logos/intel.gif' border=0></a>"
splink[number++] ="<a href='http://www.intel.com/' target='spon'><img src='imgs/logos/intel.gif' border=0></a>"
splink[number++] ="<a href='http://www.intel.com/' target='spon'><img src='imgs/logos/intel.gif' border=0></a>"
splink[number++] ="<a href='http://www.intel.com/' target='spon'><img src='imgs/logos/intel.gif' border=0></a>"
splink[number++] ="<a href='http://www.intel.com/' target='spon'><img src='imgs/logos/intel.gif' border=0></a>"

splink[number++] ="<a href='http://www.hp.com/' target='spon'><img src='imgs/logos/hp.gif' border=0></a>"
splink[number++] ="<a href='http://www.hp.com/' target='spon'><img src='imgs/logos/hp.gif' border=0></a>"
splink[number++] ="<a href='http://www.hp.com/' target='spon'><img src='imgs/logos/hp.gif' border=0></a>"
splink[number++] ="<a href='http://www.hp.com/' target='spon'><img src='imgs/logos/hp.gif' border=0></a>"

splink[number++] ="<a href='http://www.metroactive.com/' target='spon'><img src='imgs/logos/metro.gif' border=0></a>"
splink[number++] ="<a href='http://www.metroactive.com/' target='spon'><img src='imgs/logos/metro.gif' border=0></a>"
splink[number++] ="<a href='http://www.metroactive.com/' target='spon'><img src='imgs/logos/metro.gif' border=0></a>"
splink[number++] ="<a href='http://www.metroactive.com/' target='spon'><img src='imgs/logos/metro.gif' border=0></a>"

splink[number++] ="<a href='http://www.adobe.com' target='spon'><img src='imgs/logos/adobe.gif' border=0></a>"
splink[number++] ="<a href='http://www.adobe.com' target='spon'><img src='imgs/logos/adobe.gif' border=0></a>"
splink[number++] ="<a href='http://www.adobe.com' target='spon'><img src='imgs/logos/adobe.gif' border=0></a>"
splink[number++] ="<a href='http://www.adobe.com' target='spon'><img src='imgs/logos/adobe.gif' border=0></a>"

splink[number++] ="<a href='http://www.nokia.com/' target='spon'><img src='imgs/logos/nokia.gif' border=0></a>"
splink[number++] ="<a href='http://www.nokia.com/' target='spon'><img src='imgs/logos/nokia.gif' border=0></a>"
splink[number++] ="<a href='http://www.nokia.com/' target='spon'><img src='imgs/logos/nokia.gif' border=0></a>"
splink[number++] ="<a href='http://www.nokia.com/' target='spon'><img src='imgs/logos/nokia.gif' border=0></a>"

splink[number++] ="<a href='http://www.barco.com/' target='spon'><img src='imgs/logos/barco.gif' border=0></a>"
splink[number++] ="<a href='http://www.barco.com/' target='spon'><img src='imgs/logos/barco.gif' border=0></a>"
splink[number++] ="<a href='http://www.barco.com/' target='spon'><img src='imgs/logos/barco.gif' border=0></a>"

splink[number++] ="<a href='http://www.indieplaya.com/' target='spon'><img src='imgs/logos/indieplaya.gif' border=0></a>"
splink[number++] ="<a href='http://www.indieplaya.com/' target='spon'><img src='imgs/logos/indieplaya.gif' border=0></a>"
splink[number++] ="<a href='http://www.indieplaya.com/' target='spon'><img src='imgs/logos/indieplaya.gif' border=0></a>"

splink[number++] ="<a href='http://www.reald.com/' target='spon'><img src='imgs/logos/reald.gif' border=0></a>"
splink[number++] ="<a href='http://www.reald.com/' target='spon'><img src='imgs/logos/reald.gif' border=0></a>"
splink[number++] ="<a href='http://www.reald.com/' target='spon'><img src='imgs/logos/reald.gif' border=0></a>"

splink[number++] ="<a href='http://www.kaiserpermanente.com/' target='spon'><img src='imgs/logos/kaiser.gif' border=0></a>"
splink[number++] ="<a href='http://www.kaiserpermanente.com/' target='spon'><img src='imgs/logos/kaiser.gif' border=0></a>"
splink[number++] ="<a href='http://www.kaiserpermanente.com/' target='spon'><img src='imgs/logos/kaiser.gif' border=0></a>"

splink[number++] ="<a href='http://www.cameracinemas.com/index.shtml' target='spon'><img src='imgs/logos/cameracinemas.gif' border=0></a>"
splink[number++] ="<a href='http://www.cameracinemas.com/index.shtml' target='spon'><img src='imgs/logos/cameracinemas.gif' border=0></a>"
splink[number++] ="<a href='http://www.cameracinemas.com/index.shtml' target='spon'><img src='imgs/logos/cameracinemas.gif' border=0></a>"

splink[number++] ="<a href='http://www.frys.com/' target='spon'><img src='imgs/logos/frys.gif' border=0></a>"
splink[number++] ="<a href='http://www.frys.com/' target='spon'><img src='imgs/logos/frys.gif' border=0></a>"
splink[number++] ="<a href='http://www.frys.com/' target='spon'><img src='imgs/logos/frys.gif' border=0></a>"

splink[number++] ="<a href='http://www.appliedmaterials.com/' target='spon'><img src='imgs/logos/appliedmaterialsf.gif' border=0></a>"
splink[number++] ="<a href='http://www.appliedmaterials.com/' target='spon'><img src='imgs/logos/appliedmaterialsf.gif' border=0></a>"
splink[number++] ="<a href='http://www.appliedmaterials.com/' target='spon'><img src='imgs/logos/appliedmaterialsf.gif' border=0></a>"

splink[number++] ="<a href='http://plantandinspire.org/' target='spon'><img src='imgs/logos/adobeyouthvoices.gif' border=0></a>"
splink[number++] ="<a href='http://plantandinspire.org/' target='spon'><img src='imgs/logos/adobeyouthvoices.gif' border=0></a>"
splink[number++] ="<a href='http://plantandinspire.org/' target='spon'><img src='imgs/logos/adobeyouthvoices.gif' border=0></a>"

splink[number++] ="<a href='http://www.omneon.com/' target='spon'><img src='imgs/logos/omneon.gif' border=0></a>"
splink[number++] ="<a href='http://www.omneon.com/' target='spon'><img src='imgs/logos/omneon.gif' border=0></a>"

splink[number++] ="<a href='http://www.mnx.com/' target='spon'><img src='imgs/logos/midniteexpress.gif' border=0></a>"
splink[number++] ="<a href='http://www.mnx.com/' target='spon'><img src='imgs/logos/midniteexpress.gif' border=0></a>"

splink[number++] ="<a href='http://www.transcontinental.com/' target='spon'><img src='imgs/logos/transcontinental.gif' border=0></a>"
splink[number++] ="<a href='http://www.transcontinental.com/' target='spon'><img src='imgs/logos/transcontinental.gif' border=0></a>"

splink[number++] ="<a href='http://www.visionresearch.com/' target='spon'><img src='imgs/logos/phantom.gif' border=0></a>"
splink[number++] ="<a href='http://www.visionresearch.com/' target='spon'><img src='imgs/logos/phantom.gif' border=0></a>"

splink[number++] ="<a href='#' target='spon'><img src='imgs/logos/Castellano.gif' border=0></a>"
splink[number++] ="<a href='#' target='spon'><img src='imgs/logos/Castellano.gif' border=0></a>"

splink[number++] ="<a href='http://www.stellaartois.com' target='spon'><img src='imgs/logos/Stella_Artois.gif' border=0></a>"
splink[number++] ="<a href='http://www.stellaartois.com' target='spon'><img src='imgs/logos/Stella_Artois.gif' border=0></a>"

splink[number++] ="<a href='http://www.panasonic.com/' target='spon'><img src='imgs/logos/panasonic.gif' border=0></a>"
splink[number++] ="<a href='http://www.panasonic.com/' target='spon'><img src='imgs/logos/panasonic.gif' border=0></a>"

splink[number++] ="<a href='http://www.gordonbiersch.com/' target='spon'><img src='imgs/logos/gordonbiersch.gif' border=0></a>"

splink[number++] ="<a href='http://www.lynda.com/?utm_medium=paid_online&utm_source=sponsorships&utm_campaign=cinequest2010/' target='spon'><img src='imgs/logos/lynda.gif' border=0></a>"

splink[number++] ="<a href='http://www.frank-lin.com/' target='spon'><img src='imgs/logos/franklin.gif' border=0></a>"

splink[number++] ="<a href='http://www.pureswisswater.com/' target='spon'><img src='imgs/logos/pureswiss.gif' border=0></a>"

splink[number++] ="<a href='http://www.sfexaminer.com/' target='spon'><img src='imgs/logos/examiner.gif' border=0></a>"

splink[number++] ="<a href='http://www.bettyconfidential.com/' target='spon'><img src='imgs/logos/bettyconf.gif' border=0></a>"

splink[number++] ="<a href='http://www.vta.org/' target='spon'><img src='imgs/logos/vta.jpg' border=0></a>"

splink[number++] ="<a href='http://www.el-observador.com/' target='spon'><img src='imgs/logos/elobservador.gif' border=0></a>"

splink[number++] ="<a href='http://www.nbc11.com/' target='spon'><img src='imgs/logos/nbc11.gif' border=0></a>"

splink[number++] ="<a href='http://www.kfox.com/' target='spon'><img src='imgs/logos/kfox.gif' border=0></a>"

splink[number++] ="<a href='http://www.svcn.com/' target='spon'><img src='imgs/logos/svcommunitynewspapers.gif' border=0></a>"

splink[number++] ="<a href='http://www.ichotelsgroup.com/h/d/cp/1/en/home' target='spon'><img src='imgs/logos/crowneplaza.gif' border=0></a>"

splink[number++] ="<a href='#' target='spon'><img src='imgs/logos/exectransclub.gif' border=0></a>"

splink[number++] ="<a href='http://www.fairmont.com/sanjose' target='spon'><img src='imgs/logos/fairmont.gif' border=0></a>"

splink[number++] ="<a href='http://www.goldenleafpictures.com/' target='spon'><img src='imgs/logos/goldenleaf.gif' border=0></a>"

splink[number++] ="<a href='http://www.hilton.com/' target='spon'><img src='imgs/logos/hiltonsj.gif' border=0></a>"

splink[number++] ="<a href='http://www.peets.com/' target='spon'><img src='imgs/logos/peets.gif' border=0></a>"


increment = Math.floor(Math.random() * number);



document.write(splink[increment]);


