diff --git a/index.html b/index.html
index ad6b160..d84b077 100644
--- a/index.html
+++ b/index.html
@@ -17,7 +17,7 @@
-
+
diff --git a/js/main.js b/js/main.js
index de8f327..16a8468 100644
--- a/js/main.js
+++ b/js/main.js
@@ -61,8 +61,7 @@ $(document).ready(function () {
}
var imgUrl = imgUrls[index];
- var url = "https://www.bing.com" + imgUrl;
- $panel.css("background", "url('" + url + "') center center no-repeat #666");
+ $panel.css("background", "url('" + imgUrl + "') center center no-repeat #666");
$panel.css("background-size", "cover");
$(".iUp").each(function (i, e) {