// Overwrite Function in mastHeadMaster.html()
// same function resides in result.jsp / nomatch.jsp!
function link()
{
query = document.suche.query.value;
query = escape(query);
lang = query.length;
//Check if the Quick Search form has a value
var sessionParam = "";
if(sidWithAmp){
sessionParam = sidWithAmp;
}
var refParam = "";
if(refWithAmp){
refParam = refWithAmp;
}
parent.top.location.href="/QVC/Search.ff?query=" + query + sessionParam + refParam;
// parent.top.location.href="http://www.qvc.de/degasp/qicIsItemNumberRedirect.asp?search=SQ&fs=%2Fdegscripts%2Fddframesdesearch.tpl&frames=n&txtDesc="+query + sessionParm;
}