function AddQuery(href) { 
document.location.href = href;
//alert("gothere");
}
function flashPutTitle(title) { document.title = title; }	
var isMSIE = navigator.appName.indexOf("Microsoft") != -1;

