function featuredtoys()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write(' <!--Monopoly-->		<table class="amazon-rhs">  			<tr>    				<td>					<div align="center">						<img src="http://www.universalexports.net/Graphics/bondstore-rhs/monopoly.jpg" alt="James Bond Ultimate Edition Collection" width="125" height="106" /><br />      						James Bond<br />      						Monopoly      <p>Order: <a href="http://www.amazon.com/exec/obidos/ASIN/B00168JTVQ/universalexpor04" target="_blank"><img src="http://www.universalexports.net/Graphics/bondstore/usa.jpg" alt="Order From Amazon.com" width="14" height="10" border="0"></a>&nbsp;&nbsp;<a href="http://www.amazon.co.uk/exec/obidos/ASIN/B001J11D3W/854" target="_blank"><img src="http://www.universalexports.net/Graphics/bondstore/uk.jpg" alt="Order From Amazon.co.uk" width="14" height="10" border="0"></a></p> 					</div>				</td>  			</tr>		</table>'); } // monopoly
if (ranNum == 1){document.write('<table class="amazon-rhs">  <tr>    <td><div align="center"><img src="http://www.universalexports.net/Graphics/bondstore-rhs/db5corgi.jpg" alt="James Bond Ultimate Edition Collection" width="125" height="81" /><br />      Corgi Aston Martin DB5          <p>Order From Amazon<br />            <a href="http://www.amazon.com/exec/obidos/ASIN/B0001L8M7Q/universalexpor04" target="_blank" class="amazonlinks">.com</a> | <a href="http://www.amazon.co.uk/exec/obidos/ASIN/B000M6CNW0/854/" target="_blank" class="amazonlinks">.co.uk</a></p>          <p><a href="http://www.universalexports.net/00Collectables.shtml"><em>-Related Pages- </em></a></p>    </div></td>  </tr></table>'); } // astonmartindb5corgi
if (ranNum == 2){document.write('<table class="amazon-rhs">  <tr>    <td><div align="center"> <img src="http://www.universalexports.net/Graphics/bondstore-rhs/sceneit.jpg" alt="007 Scene It" width="130" height="130" /><br />      007 Scene It Game          <p>Order From Amazon<br />                <a href="http://www.amazon.com/exec/obidos/ASIN/B0002V2JV0/universalexpor04" target="_blank" class="amazonlinks">.com</a> | <a href="http://www.amazon.co.uk/exec/obidos/ASIN/B0002V2JV0/854" target="_blank" class="amazonlinks">.co.uk </a></p>      <p><em><a href="http://www.universalexports.net/00Buy007.shtml">-The Bond Store-</a></em></p>    </div></td>  </tr></table>'); } // sceneit
if (ranNum == 3){document.write('<table class="amazon-rhs">  <tr>    <td><div align="center"> <img src="http://www.universalexports.net/Graphics/bondstore-rhs/playingcards.jpg" alt="007 Scene It" width="130" height="130" /><br />      Playing Cards          <p>Order From Amazon<br />                <a href="http://www.amazon.com/exec/obidos/ASIN/B000TWFAVS/universalexpor04" target="_blank" class="amazonlinks">.com</a> | <a href="http://www.amazon.co.uk/exec/obidos/ASIN/B000F7F7P6/854" target="_blank" class="amazonlinks">.co.uk </a></p>      <p><em><a href="http://www.universalexports.net/00Buy007.shtml">-The Bond Store-</a></em></p>    </div></td>  </tr></table>'); } // playingcards
}

