var whereTOgo = document.location.href.split("/")
if (document.location.href.indexOf("content-main") >= 0)
{
var thereTOgo = whereTOgo[whereTOgo.length-1].split(".")
document.location.href = "../?"+thereTOgo[0].substr(2)
}