if(window.history.length > 1){
document.getElementById('goup').innerHTML='<a href="javascript:history.go(-1)"><img src="images/tf.png"></a>';
}else{
document.getElementById('goup').innerHTML='<a onClick="location.replace('index.php')"><img src="images/ti.png"></a>';
}