<!--

// AD ROTATION

	// CHANGE NUMBER OF ADS HERE

		var NumberOfAds = 6;
		var height;
		var width;
		var captionTextTop;
		var captionTextBot;

		switch(Math.floor(Math.random() * NumberOfAds) +1)
		{

			case 1:
				//Market Matters
					height=100;
					width= 80;

					graphic='http://content.nasdaq.com/services/intlmag/market_matters.gif';
					linkURL = 'http://www.nasdaq.com/services/intlmag/issue_44/44_market_matters.pdf';
					mapString = '';
					imgString = '<A HREF="' +linkURL+ '" TARGET="_new"><IMG SRC=' +graphic+ ' WIDTH=' +width+ ' HEIGHT=' +height+ ' BORDER=0 align=left hspace=3 vspace=3></A>';
					captionTextTop='';
					captionTextBot='<a href="http://www.nasdaq.com/services/default.stm">International Magazine</a><br><br><span class="listedcos"><span style="color: green">Anatomy of a trade</span><br>How SuperMontage has increased NASDAQ\&#39;s capacity, responsiveness and reliability. </span><A HREF="' +linkURL+ '" TARGET="_new"><img src="http://content.nasdaq.com/images/homeMoreButton.gif" border="0"></A>';

					break;

			case 2:
				//End Piece
					height=100;
					width= 80;

					graphic='http://content.nasdaq.com/services/end_piece_small.gif';
					linkURL = 'http://www.nasdaq.com/services/intlmag/issue_44/44_endpiece.pdf';
					mapString = '';
					imgString = '<A HREF="' +linkURL+ '" TARGET="_new"><IMG SRC=' +graphic+ ' WIDTH=' +width+ ' HEIGHT=' +height+ ' BORDER=0 align=left hspace=3 vspace=3></A>';
					captionTextTop='';
					captionTextBot='<a href="http://www.nasdaq.com/services/default.stm">International Magazine</a><br><br><span class="listedcos"><span style="color: green">Why Rule 500 should be repealed</span><br>The rule that makes it hard for companies to leave the NYSE has become an anachronism, argues Dr Jeffrey Harris. </span><A HREF="' +linkURL+ '" TARGET="_new"><img src="http://content.nasdaq.com/images/homeMoreButton.gif" border="0"></A>';

					break;

			case 3:
				//Genzyme
					height=100;
					width= 80;

					graphic='http://www.nasdaq.com/services/intlmag/issue_44/44_genzyme_sm.jpg';
					linkURL = 'http://www.nasdaq.com/services/intlmag/issue_44/44_genzyme.pdf';
					mapString = '';
					imgString = '<A HREF="' +linkURL+ '" TARGET="_new"><IMG SRC=' +graphic+ ' WIDTH=' +width+ ' HEIGHT=' +height+ ' BORDER=0 align=left hspace=3 vspace=3></A>';
					captionTextTop='';
					captionTextBot='<a href="http://www.nasdaq.com/services/default.stm">International Magazine</a><br><br><span class="listedcos"><span style="color: green">Genzyme finds the target</span><br>\"From the early days, we did things on our own, and did things globally,\" says Henri Termeer, president, CEO and chairman of Genzyme, which has revenue of more than $1 billion. \"We want to solve problems that haven\&#39;t been solved, and it\&#39;s up to us to earn our independence and to stay productive.\"  </span><A HREF="' +linkURL+ '" TARGET="_new"><img src="http://content.nasdaq.com/images/homeMoreButton.gif" border="0"></A>';

					break;

			case 4:
				//Dell Inc
					height=100;
					width= 80;

					graphic='http://content.nasdaq.com/services/intlmag/issue_44/44_dell_sm.jpg';
					linkURL = 'http://www.nasdaq.com/services/intlmag/issue_44/44_dell.pdf';
					mapString = '';
					imgString = '<A HREF="' +linkURL+ '" TARGET="_new"><IMG SRC=' +graphic+ ' WIDTH=' +width+ ' HEIGHT=' +height+ ' BORDER=0 align=left hspace=3 vspace=3></A>';
					captionTextTop='';
					captionTextBot='<a href="http://www.nasdaq.com/services/default.stm">International Magazine</a><br><br><span class="listedcos"><span style="color: green">Dell keeps building in a tough market</span><br>Michael Dell outlines how today\&#39;s economy is playing to his company\&#39;s strengths. </span><A HREF="' +linkURL+ '" TARGET="_new"><img src="http://content.nasdaq.com/images/homeMoreButton.gif" border="0"></A>';

					break;


			case 5:
				//Molex Incorporated
					height=100;
					width= 80;

					graphic='http://content.nasdaq.com/services/intlmag/issue_44/44_molex_sm.jpg';
					linkURL = 'http://www.nasdaq.com/services/intlmag/issue_44/44_molex.pdf';
					mapString = '';
					imgString = '<A HREF="' +linkURL+ '" TARGET="_new"><IMG SRC=' +graphic+ ' WIDTH=' +width+ ' HEIGHT=' +height+ ' BORDER=0 align=left hspace=3 vspace=3></A>';
					captionTextTop='';
					captionTextBot='<a href="http://www.nasdaq.com/services/default.stm">International Magazine</a><br><br><span class="listedcos"><span style="color: green">Hard times, good connections</span><br>Vice chairman and CEO Joe King explains why Molex is well placed for growth. </span><A HREF="' +linkURL+ '" TARGET="_new"><img src="http://content.nasdaq.com/images/homeMoreButton.gif" border="0"></A>';

					break;

			case 6:
				//Signet Group
					height=100;
					width= 80;
					graphic='http://content.nasdaq.com/services/intlmag/issue_44/44_signet_sm.jpg';
					linkURL = 'http://www.nasdaq.com/services/intlmag/issue_44/44_signet.pdf';
					mapString = '';
					imgString = '<A HREF="' +linkURL+ '" TARGET="_new"><IMG SRC=' +graphic+ ' WIDTH=' +width+ ' HEIGHT=' +height+ ' BORDER=0 align=left hspace=3 vspace=3></A>';
					captionTextTop='';
					captionTextBot='<a href="http://www.nasdaq.com/services/default.stm">International Magazine</a><br><br><span class="listedcos"><span style="color: green">Signet\&\#39\;s bright performance</span><br>CEO Terry Burman outlines how the number one jeweler in its class still has plenty of scope for growth. </span><A HREF="' +linkURL+ '" TARGET="_new"><img src="http://content.nasdaq.com/images/homeMoreButton.gif" border="0"></A>';

					break;
			}			

	document.write (captionTextTop + imgString + mapString + captionTextBot);

//-->
