diff --git a/index.html b/index.html
index 4af8d7d..0b137a6 100644
--- a/index.html
+++ b/index.html
@@ -502,31 +502,34 @@
var pos6 = positions[6];
- displayText("Q and A", {
- color: 0x00ff00,
- size: 2,
- height: 0.04,
- specular: 0xaaaaaa
- }, {
- x: pos6.x - 4,
- y: pos6.y,
- z: pos6.z - 5
- });
-
- var pos7 = positions[7];
displayText("verygoodpoint.net", {
color: 0x00ff00,
size: 2,
height: 0.04,
specular: 0xaaaaaa
}, {
- x: pos7.x - 10,
- y: pos7.y,
- z: pos7.z - 9
+ x: pos6.x - 11,
+ y: pos6.y,
+ z: pos6.z - 9
});
+ var pos7 = positions[7];
+ displayText("Q and A", {
+ color: 0x00ff00,
+ size: 2,
+ height: 0.04,
+ specular: 0xaaaaaa
+ }, {
+ x: pos7.x - 4,
+ y: pos7.y,
+ z: pos7.z - 5
+ });
+
+
+
+
//displayText("Senad Uka", {