Index: /trunk/jquery.jssm.js
===================================================================
--- /trunk/jquery.jssm.js (revision 3)
+++ /trunk/jquery.jssm.js (revision 4)
@@ -386,5 +386,5 @@
 	getRelativePath: function (from, to, strict) {
 		// Check for the fastest scenario.
-		if (from == to) { return this.getCurrentPage(to); }
+		if (from == to && to.indexOf('?') == -1) { return this.getCurrentPage(to); }
 
 		from = this.getPathTokens(from);
