diff --git a/JsPHP.php b/JsPHP.php
deleted file mode 100644
index 1373e5e..0000000
--- a/JsPHP.php
+++ /dev/null
@@ -1,110 +0,0 @@
-
";
-progressBarInit(550, 16, "img/bar-grey.gif", "img/bar-life.gif");
-progressBarInit(550, 16, "img/bar-grey.gif", "img/bar-mana.gif");
-progressBarInit(550, 16, "img/bar-grey.gif", "img/bar-life.gif");
-progressBarInit(550, 16, "img/bar-grey.gif", "img/bar-mana.gif");
-for($i=0;$i<=100;$i+=2){
- sleep(1);
- progressSetValue($i);
- progressSetText($i."%");
- progressSetValue($i/2,1);
- progressSetText(($i/2)."%",1);
- progressSetValue($i/4,2);
- progressSetText(($i/4)."%",2);
- progressSetValue($i/3,3);
- progressSetText(($i/3)."%",3);
- //echo $i."% > ";
-}
-echo"