// JavaScript Document




	/* ------------------------------------------------------------------------------ */
	/* ---- on initialise les variables contenant les citations et leurs auteurs ---- */
	/* ------------------------------------------------------------------------------ */

var cit1="Business has only two functions - marketing and innovation.";
	var aut1="";
var cit2="You are only as good as your IT connections when it comes to search engine optimization in a large organization.";
	var aut2="Tony Wright";
var cit3="Never let your ads write checks that your website can&rsquo;t cash.";
	var aut3="Avinash Kaushik";
var cit4="Will someone out there besides Google please get their shit together?";
	var aut4="";
var cit5="Customer experience Is the new advertising department.";
	var aut5="Max Kalehoff";
var cit6="The key with blogging is to lay it all out there because sooner or later people are going to know what you know, so might as well be the first one to share the information and get credit for it.";
	var aut6="Neil Patel";
var cit7="But they&rsquo;re getting their ass handed to them by blogs. They, like companies in other industries embracing social software and principles, are beating the crap out of the later adopters.";
	var aut7="Sam Lawrence";
var cit8="Trying to increase sales simply by driving more traffic to a website with a poor customer conversion rate is like trying to keep a leaky bucket full by adding more water instead of plugging the holes.";
	var aut8="Bryan Eisenberg";
var cit9="A year from now heavily advertised linkbait followed by a 301 redirect will be one of the most potent SEO weapons on the market.";
	var aut9="Aaron Wall";
var cit10="The skills of an SEM are analogous to those of an accountant. The skills of an SEO are analogous to those of a lawyer. The SEM works the numbers, the SEO has to make a case.";
	var aut10="Ian McAnerin";
var cit11="It is not the job of Search Engine Optimization to make a pig fly. It is the job of the SEO to genetically re-engineer the web site so that it becomes an eagle.";
	var aut11="Bruce Clay";
var cit12="An expert is a person who has made all the mistakes that can be made in a very narrow field";
	var aut12="Niels Bohr";
var cit13="Think big and don&rsquo;t listen to people who tell you it can&rsquo;t be done. Life&rsquo;s too short to think small.";
	var aut13="Tim Ferriss";
var cit14="It&rsquo;s much easier to double your business by doubling your conversion rate than by doubling your traffic.";
	var aut14="Jeff Eisenberg";
var cit15="This is not your father&rsquo;s marketing. Instead of \"do it right no matter what\", search marketing demands that you \"do it wrong quickly and then fix it\".";
	var aut15="Mike Moran, IBM";
var cit16="Web analytics is a fire extinguisher. Your website is on fire and you&rsquo;re burning cash.";
	var aut16="Jim Sterne, at an Emetrics Summit";
var cit17="Eighty-five percent of the reasons for failure are deficiencies in the systems and process rather than the employee. The role of management is to change the process rather than badgering individuals to do better.";
	var aut17="W. Edwards Deming";
var cit18="It&rsquo;s hard to target a message to a generic 35-year-old middle-class working mother of two. It&rsquo;s much easier to target a message to Jennifer, who has two children under four, works as a paralegal, and is always looking for quick but healthy dinners and ways to spend more time with her kids and less time on housework.";
	var aut18="Elizabeth Gardner, Internet Retailer";
var cit19="Corporate SEO is largely about trimming away the fats and fully leveraging the assets you already have.";
	var aut19="Aaron Wall";
var cit20="It&rsquo;s better to think of social media tools as amplifying customer opinion rather than improving it.";
	var aut20="Joshua Porter";
var cit21="The social Web is incredibly good at shining bright lights into dark corners&hellip;";
	var aut21="Dave Evans";
var cit22="Unless your campaign has a big idea, it will pass like a ship in the night";
	var aut22="David Ogilvy in Confessions of an Advertising man";
var cit23="People don&rsquo;t believe what you tell them. They rarely believe what you show them. They often believe what their friends tell them. They always believe what they tell themselves.";
	var aut23="Seth Godin";
var cit24="Making promises and keeping them is a great way to build a brand";
	var aut24="Seth Godin";
var cit25="Good marketers measure";
	var aut25="Seth Godin";



	/* -------------------------------------------------------------------------------------------------------------------------------- */
	/* ---- on cree le tableau qui contiendra toutes les citations (att. a ajouter ici aussi une case si une citation est ajoutée! ---- */
	/* -------------------------------------------------------------------------------------------------------------------------------- */
myArrayofCitations= new Array();
	myArrayofCitations[0]=cit1;
	myArrayofCitations[1]=cit2;
	myArrayofCitations[2]=cit3;
	myArrayofCitations[3]=cit4;
	myArrayofCitations[4]=cit5;
	myArrayofCitations[5]=cit6;
	myArrayofCitations[6]=cit7;
	myArrayofCitations[7]=cit8;
	myArrayofCitations[8]=cit9;
	myArrayofCitations[9]=cit10;
	myArrayofCitations[10]=cit11;
	myArrayofCitations[11]=cit12;
	myArrayofCitations[12]=cit13;
	myArrayofCitations[13]=cit14;
	myArrayofCitations[14]=cit15;
	myArrayofCitations[15]=cit16;
	myArrayofCitations[16]=cit17;
	myArrayofCitations[17]=cit18;
	myArrayofCitations[18]=cit19;
	myArrayofCitations[19]=cit20;
	myArrayofCitations[20]=cit21;
	myArrayofCitations[21]=cit22;
	myArrayofCitations[22]=cit23;
	myArrayofCitations[23]=cit24;
	myArrayofCitations[24]=cit25;


	/* -------------------------------------------------------------------------------------------------------------------------------- */
	/* ---- on cree le tableau qui contiendra tous les auteurs (att. a ajouter ici aussi une case si une citation est ajoutée! ---- */
	/* -------------------------------------------------------------------------------------------------------------------------------- */
myArrayofAuthors= new Array();
	myArrayofAuthors[0]=aut1;
	myArrayofAuthors[1]=aut2;
	myArrayofAuthors[2]=aut3;
	myArrayofAuthors[3]=aut4;
	myArrayofAuthors[4]=aut5;
	myArrayofAuthors[5]=aut6;
	myArrayofAuthors[6]=aut7;
	myArrayofAuthors[7]=aut8;
	myArrayofAuthors[8]=aut9;
	myArrayofAuthors[9]=aut10;
	myArrayofAuthors[10]=aut11;
	myArrayofAuthors[11]=aut12;
	myArrayofAuthors[12]=aut13;
	myArrayofAuthors[13]=aut14;
	myArrayofAuthors[14]=aut15;
	myArrayofAuthors[15]=aut16;
	myArrayofAuthors[16]=aut17;
	myArrayofAuthors[17]=aut18;
	myArrayofAuthors[18]=aut19;
	myArrayofAuthors[19]=aut20;
	myArrayofAuthors[20]=aut21;
	myArrayofAuthors[21]=aut22;
	myArrayofAuthors[22]=aut23;
	myArrayofAuthors[23]=aut24;
	myArrayofAuthors[24]=aut25;


var myRandom=Math.random();
myRandom=Math.round(myRandom* ((myArrayofCitations.length)-1) );

myCitation=myArrayofCitations[myRandom];
myAuthor=myArrayofAuthors[myRandom];


