You must have a verified account to send a message to a user not on your friend list. To verify your account, please check your email and follow the directions listed.
Would you like to be resent this verification email?
Wyślij wiadomość
Wyślij do:
Wiadomość:
Znaków: 0 /
Prezent:
( cr) od
( cr) od
( cr)
*Wybierz produkt LUB muzykę, którą chcesz wysłać jako prezent
Prezent:
Opakowanie:
Uwaga: Prezenty mogą być zakupione tylko za normalne Credits (nie promocyjne!).
NOWOŚĆ!Dostawa:
Wyzeruj listę prezentów: Aby na stałe usunąć produkty z menu listy prezentów Kliknij tutaj
var AboutPanel = document.getElementById("aboutme_panel");
if (AboutPanel == null) {
var msgTxt1 = document.createTextNode("This homepage has been marked as ");
var msgTxt2 = document.createTextNode("friends only");
var msgTxt3 = document.createTextNode(" by its owner.");
var msgBold = document.createElement("b");
msgBold.appendChild(msgTxt2);
var msgBox = document.createElement("p");
msgBox.appendChild(msgTxt1);
msgBox.appendChild(msgBold);
msgBox.appendChild(msgTxt3);
msgBox.setAttribute("style", "background: rgb(238, 238, 238); margin: 25px 0px 0px; padding: 10px; border: 1px solid rgb(153, 153, 153); border-image: none;");
var msgData = document.createElement("td");
msgData.setAttribute("colspan", "2");
msgData.appendChild(msgBox);
var msgRow = document.createElement("tr");
msgRow.appendChild(msgData);
var targetTable = document.getElementById("imvuTopNav");
targetTable.appendChild(msgRow);
}