// HASZNÁLT VÁLTOZÓK

// E-mail címhez:

var nev1 = "nagy_" ;
var nev2 = "andras" ;
var nev = nev1 + nev2 ;
var at = String.fromCharCode(64) ;
var honlap = "externet" ;
var pont = "." ;
var orszag = "hu" ;
var levcim = '<a href="mai' + 'lto:' + nev + at + honlap + pont + orszag + '"' ;


// FÜGGVÉNYEK
function kuld0() { document.write(levcim + '>' + nev + at + honlap + pont + orszag + '<\/a>') ; }

// RANDOM KÉPEK

var randombgs=["./butor-kep/butorok_377_front.jpg", "./butor-kep/butorok_410_front.jpg", "./butor-kep/butorok_464_front.jpg", "./butor-kep/butorok_469_front.jpg", "./butor-kep/butorok_472_front.jpg"];
document.write('<STYLE>.random {');  
document.write('background: #fff url(\''+randombgs[Math.floor(Math.random()*randombgs.length)]+'\') repeat;');
document.write('}</STYLE>');




