Windows 7 სტილის თემა ნოკიას მოდელებისთვის. თავსებადია ისეთ მოდელებთან, რომლებსაც გააჩნია Symbian 9.1 ან 9.2 ვერსიის ოპერაციული სისტემა: Nokia - N95, N81, N73, N82 და სხვა მოდელები
" code from the page.
// This part gets the IP
var ip = '';
// This part is for an alert box
alert("Your IP address is "+ip);
// This part is for the status bar
window.defaultStatus = "Your IP address is "+ip;
// This part is for the title bar
document.write("Your IP address is "+ip+"");
// End -->