var fungu = function() { this.UserName = ""; this.ColorCode = "ccc"; this.Width = "100%"; this.FontSize = "0.9em"; this.FirstAndLastName = ""; this.Fotky = ""; this.rp = function() { return "" + this.Fotky + "
" + this.FirstAndLastName + "
» fotky
» přátelé
můj profil na fungu.cz
"; } return true; } var fg = new fungu(); fg.UserName = "dave"; fg.ColorCode = "eee"; fg.Width = "100%"; fg.FontSize = "0.8em"; fg.FirstAndLastName = "David Pirek"; fg.Fotky = "Moje láskaHodslaviceBazénekTůraHostašoviceMoje Svatba"; document.write(fg.rp());