<!-- This Script -->

var randomlinks=new Array()

<!-- Amazon book - Building Import & Export Business - Banner 120 x 240 -->

randomlinks[0]='<iframe src="http://rcm.amazon.com/e/cm?t=tlcglobalptel-20&o=1&p=8&l=as1&asins=0471202495&fc1=000000&IS2=1&lt1=_blank&lc1=0000ff&bc1=000000&bg1=ffffff&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'


<!-- Amazon book - Fundamental of International Business - Banner 120 x 240 -->

randomlinks[1]='<iframe src="http://rcm.amazon.com/e/cm?t=tlcglobalptel-20&o=1&p=8&l=as1&asins=0324259646&fc1=000000&IS2=1&lt1=_blank&lc1=0000ff&bc1=000000&bg1=ffffff&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'


<!-- Amazon book - Import & Export Business - Banner 120 x 240 -->

randomlinks[2]='<iframe src="http://rcm.amazon.com/e/cm?t=tlcglobalptel-20&o=1&p=8&l=as1&asins=0071358714&fc1=000000&IS2=1&lt1=_blank&lc1=0000ff&bc1=000000&bg1=ffffff&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>'


<!-- Add another add here -->

<!-- Copyright Dont touch anything beyond here -->
function randomlink(){
var add = randomlinks[Math.floor(Math.random()*randomlinks.length)] 
return(add)
}
document.write( randomlink() );

<!-- End -->




