diff --git a/public_html/templates/post-content.tpl b/public_html/templates/post-content.tpl
index ae37c090..b71908c3 100644
--- a/public_html/templates/post-content.tpl
+++ b/public_html/templates/post-content.tpl
@@ -1,5 +1,5 @@
<%
- var postContentUrl = '/data/posts/' + post.name + '?x=' + Math.random() /* reset gif animations */
+ var postContentUrl = '/data/posts/' + post.name + '?' + Math.round(Math.random() * 1000) /* reset gif animations */
var width;
var height;
if (post.contentType === 'image' || post.contentType === 'flash') {