﻿var code1 ='<iframe id="external" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="width:270px;height:330px" src= '

var code3 ='></iframe>'

var rcode =''
var num = ''

rcode += Math.floor(Math.random()*1)
num=rcode

var page
page = new Array;

page[0]='../apps/pics/universal.jpg'


var displaymode=0


if (displaymode==0)
document.write(code1+ page[num]+ code3)

function gone(){
var selectedurl=document.jumpy.example.options[document.jumpy.example.selectedIndex].value
if (document.getElementById&&displaymode==0)
document.getElementById("external").src=selectedurl
else if (document.all&&displaymode==0)
document.all.external.src=selectedurl
else{
if (!window.win2||win2.closed)
win2=window.open(selectedurl)
//else if win2 already exists
else{
win2.location=selectedurl
win2.focus()
}
}
}

function jumpto(inputurl){
if (document.getElementById&&displaymode==0)
document.getElementById("external").src=inputurl
else if (document.all&&displaymode==0)
document.all.external.src=inputurl
else{
if (!window.win2||win2.closed)
win2=window.open(inputurl)
//else if win2 already exists
else{
win2.location=inputurl
win2.focus()
}
}
}
