function getWWW(v1,v2){
window.location ="http://www." + v1 + v2;
}
