function tellAFriend()
{
	window.location="tellaboutci.php?usr=Guest&defVal=addsometext&ur="+window.location+"&oth=tellaboutciwebsite";
}
function openPrint()
{
 
 var qryStr=window.location.search;
 if ((qryStr==null )||(qryStr==""))
 {
	 qryStr="?key=value";
 }
 window.open("openPrint.php"+qryStr+"&srcuri="+window.location.protocol+""+window.location.host+""+window.location.pathname+" ","_blank");
// window.open("openPrint.php?"+window.location.href+window.location.search+" ","_blank");
}