function moveon(class_over,goto_img) {
	document.cadre.src='full/'+goto_img;
	class_over.className='navlinkover';
}

function moveout(class_out) {
	class_out.className='navlink';
}

function switchenglish(){
	var index = window.location.href.indexOf('?');
	var arguments = "";
	if(index != -1)
		arguments = window.location.href.slice(index);
		
	window.location.href="http://www.libertyvacation.ca" + window.location.pathname +arguments;
	return true;
}


var random_index=new Array(4);

var images_florida=new Array();
images_florida[0]="alexfox.png";
images_florida[1]="bestboatclub.png";
images_florida[2]="cafedelmar.png";
images_florida[3]="golf.png";
images_florida[4]="desjardins.png";
images_florida[5]="meltin.png";
images_florida[6]="shooters.png";
images_florida[7]="3.png";
images_florida[8]="assurvoyage.png";

var image_links_florida=new Array();
image_links_florida[0]="http://www.alexfox.com";
image_links_florida[1]="http://www.fortlauderdaleboatrentals.com";
image_links_florida[2]="http://www.cafedelmarfl.com";
image_links_florida[3]="http://www.canamgolf.net";
image_links_florida[4]="http://www.desjardinsbank.com";
image_links_florida[5]="http://www.meltingpot.com/locations.aspx?z=&n=44";
image_links_florida[6]="http://www.shooterscafe.com";
image_links_florida[7]="/advertise";
image_links_florida[8]="#footer";

var image_alt_florida=new Array();
image_alt_florida[0]="";
image_alt_florida[1]="";
image_alt_florida[2]="";
image_alt_florida[3]="";
image_alt_florida[4]="";
image_alt_florida[5]="";
image_alt_florida[6]="";
image_alt_florida[7]="";
image_alt_florida[8]="";

function pub_florida(index){

var shuffle_again=new Boolean();

do
  {
    random_index[(index-1)]=Math.floor(Math.random()*images_florida.length);
    shuffle_again = false;
    switch(index)
    {
      case 4:
        if(random_index[3]==random_index[2] || random_index[3]==random_index[1] || random_index[3]==random_index[0] ) shuffle_again = true;
      case 3:
        if(random_index[2]==random_index[1] || random_index[2]==random_index[0] ) shuffle_again = true;
      case 2:
        if(random_index[1]==random_index[0]) shuffle_again = true;
      case 1:
	//all done... nothing to do
	break;
      default:
        //we shouldn't be here...
    }
  }
while (shuffle_again);

document.write('<a href="'+image_links_florida[random_index[(index-1)]]+'"><img class="publicite" src="/images/pub/'+images_florida[random_index[(index-1)]]+'" alt="'+image_alt_florida[random_index[(index-1)]]+'" ></a>');

}

var images_martin=new Array();
images_martin[0]="auberge.png";
images_martin[1]="legrandmarche.png";
images_martin[2]="loterie.png";
images_martin[3]="vin.png";
images_martin[4]="3.png";
images_martin[5]="assurvoyage.png";

var image_links_martin=new Array();
image_links_martin[0]="http://www.laubergegourmande.com";
image_links_martin[1]="http://www.legrandmarche.net";
image_links_martin[2]="http://www.loteriefarm.net";
image_links_martin[3]="http://www.grands-vins-de-france.eu/saint_martin_antilles_magasin/saint_martin_antilles_magasin.html";
image_links_martin[4]="/advertise";
image_links_martin[5]="#footer";

var image_alt_martin=new Array();
image_alt_martin[0]="";
image_alt_martin[1]="";
image_alt_martin[2]="";
image_alt_martin[3]="";
image_alt_martin[4]="";
image_alt_martin[5]="";


function pub_martin(index){

var shuffle_again=new Boolean();

do
  {
    random_index[(index-1)]=Math.floor(Math.random()*images_martin.length);
    shuffle_again = false;
    switch(index)
    {
      case 4:
        if(random_index[3]==random_index[2] || random_index[3]==random_index[1] || random_index[3]==random_index[0] ) shuffle_again = true;
      case 3:
        if(random_index[2]==random_index[1] || random_index[2]==random_index[0] ) shuffle_again = true;
      case 2:
        if(random_index[1]==random_index[0]) shuffle_again = true;
      case 1:
	//all done... nothing to do
	break;
      default:
        //we shouldn't be here...
    }
  }
while (shuffle_again);

document.write('<a href="'+image_links_martin[random_index[(index-1)]]+'"><img class="publicite" src="/images/pub/'+images_martin[random_index[(index-1)]]+'" alt="'+image_alt_martin[random_index[(index-1)]]+'" ></a>');

}

var images_central_orlando=new Array();
images_central_orlando[0]="medieval.png";
images_central_orlando[1]="premiumoutlets.png";
images_central_orlando[2]="jack.png";
images_central_orlando[3]="spa.png";
images_central_orlando[4]="golfcourses.jpg";
images_central_orlando[5]="3.png";
images_central_orlando[6]="assurvoyage.png";

var image_links_central_orlando=new Array();
image_links_central_orlando[0]="http://www.medievaltimes.com";
image_links_central_orlando[1]="http://www.premiumoutlets.com";
image_links_central_orlando[2]="http://www.jacksplacerestaurant.com";
image_links_central_orlando[3]="http://www.spaatshinglecreek.com";
image_links_central_orlando[4]="http://www.thegolfcourses.net";
image_links_central_orlando[5]="/advertise";
image_links_central_orlando[6]="#footer";

var image_alt_central_orlando=new Array();
image_alt_central_orlando[0]="";
image_alt_central_orlando[1]="";
image_alt_central_orlando[2]="";
image_alt_central_orlando[3]="";
image_alt_central_orlando[4]="";
image_alt_central_orlando[5]="";
image_alt_central_orlando[6]="";


function pub_central_orlando(index){

var shuffle_again=new Boolean();

do
  {
    random_index[(index-1)]=Math.floor(Math.random()*images_central_orlando.length);
    shuffle_again = false;
    switch(index)
    {
      case 4:
        if(random_index[3]==random_index[2] || random_index[3]==random_index[1] || random_index[3]==random_index[0] ) shuffle_again = true;
      case 3:
        if(random_index[2]==random_index[1] || random_index[2]==random_index[0] ) shuffle_again = true;
      case 2:
        if(random_index[1]==random_index[0]) shuffle_again = true;
      case 1:
	//all done... nothing to do
	break;
      default:
        //we shouldn't be here...
    }
  }
while (shuffle_again);

document.write('<a href="'+image_links_central_orlando[random_index[(index-1)]]+'"><img class="publicite" src="/images/pub/'+images_central_orlando[random_index[(index-1)]]+'" alt="'+image_alt_central_orlando[random_index[(index-1)]]+'" ></a>');

}

var images_north=new Array();
images_north[0]="alligator.png";
images_north[1]="space.png";
images_north[2]="raintree.png";
images_north[3]="sansebastian.jpg";
images_north[4]="grill.jpg";
images_north[5]="3.png";
images_north[6]="assurvoyage.png";

var image_links_north=new Array();
image_links_north[0]="http://www.alligatorfarm.com";
image_links_north[1]="http://www.kennedyspacecenter.com";
image_links_north[2]="http://www.raintreerestaurant.com";
image_links_north[3]="http://www.sansebastianwinery.com";
image_links_north[4]="http://www.thegrilleatriverview.com";
image_links_north[5]="/advertise";
image_links_north[6]="#footer";

var image_alt_north=new Array();
image_alt_north[0]="";
image_alt_north[1]="";
image_alt_north[2]="";
image_alt_north[3]="";
image_alt_north[4]="";
image_alt_north[5]="";
image_alt_north[6]="";


function pub_north(index){

var shuffle_again=new Boolean();

do
  {
    random_index[(index-1)]=Math.floor(Math.random()*images_north.length);
    shuffle_again = false;
    switch(index)
    {
      case 4:
        if(random_index[3]==random_index[2] || random_index[3]==random_index[1] || random_index[3]==random_index[0] ) shuffle_again = true;
      case 3:
        if(random_index[2]==random_index[1] || random_index[2]==random_index[0] ) shuffle_again = true;
      case 2:
        if(random_index[1]==random_index[0]) shuffle_again = true;
      case 1:
	//all done... nothing to do
	break;
      default:
        //we shouldn't be here...
    }
  }
while (shuffle_again);

document.write('<a href="'+image_links_north[random_index[(index-1)]]+'"><img class="publicite" src="/images/pub/'+images_north[random_index[(index-1)]]+'" alt="'+image_alt_north[random_index[(index-1)]]+'" ></a>');

}

var images_general=new Array();
images_general[0]="lemust2.gif";
images_general[1]="2.png";
images_general[2]="3.png";
images_general[3]="4.gif";
images_general[4]="assurvoyage.png";

var image_links_general=new Array();
image_links_general[0]="http://www.lemustplus.ca/abonnement.html";
image_links_general[1]="http://www.celi.ca";
image_links_general[2]="/advertise";
image_links_general[3]="http://www.quebeclocationdechalets.com";
image_links_general[4]="#footer";

var image_alt_general=new Array();
image_alt_general[0]="";
image_alt_general[1]="";
image_alt_general[2]="";
image_alt_general[3]="Québec location de chalets";
image_alt_general[4]="";


function pub_general(index){

var shuffle_again=new Boolean();

do
  {
    random_index[(index-1)]=Math.floor(Math.random()*images_general.length);
    shuffle_again = false;
    switch(index)
    {
      case 4:
        if(random_index[3]==random_index[2] || random_index[3]==random_index[1] || random_index[3]==random_index[0] ) shuffle_again = true;
      case 3:
        if(random_index[2]==random_index[1] || random_index[2]==random_index[0] ) shuffle_again = true;
      case 2:
        if(random_index[1]==random_index[0]) shuffle_again = true;
      case 1:
	//all done... nothing to do
	break;
      default:
        //we shouldn't be here...
    }
  }
while (shuffle_again);

document.write('<a href="'+image_links_general[random_index[(index-1)]]+'"><img class="publicite" src="/images/pub/'+images_general[random_index[(index-1)]]+'" alt="'+image_alt_general[random_index[(index-1)]]+'" ></a>');

}