function clipselector() {
var n = document.clipform.selectclip.selectedIndex;
var x = document.clipform.selectclip.options[n].value
if(x!=""){
top.location.href=x}
}
