
function registerpage_refresh()
{
	
	get$('teamname1').value="";
	get$('password2').value="";
	get$('password1').value="";
	get$('name').value="";
	get$('email').value="";
	get$('collegename').value="";
	get$('code').value="";
	get$('register_return').innerHTML="";
	document.getElementById("imgCaptcha").src = 'create_image.php?' + Math.random();
}
  
function loginpage_refresh()
{
	
	get$('teamname').value="";
	get$('password').value="";
	get$('login_return').innerHTML="";

}  
function get$(div){
	return document.getElementById(div);
}

function forumpage_refresh()
{
	
	get$('topic').value="";
	get$('description').value="";
	get$('forum_return').innerHTML="";
}

function replypage_refresh()
{
	
	get$('topic_reply').value="";
	
	get$('reply_return').innerHTML="";
}

function user_refresh() {

get$('buy_content1').innerHTML = ""; 
get$('buy_content2').innerHTML = "";
get$('buy_content3').innerHTML = "";

get$('sell_content1').innerHTML = "";
get$('sell_content2').innerHTML = "";
get$('sell_content3').innerHTML = "";

get$('shortsell_content1').innerHTML = "";
get$('shortsell_content2').innerHTML = "";
get$('shortsell_content3').innerHTML = "";

get$('shortcover_content1').innerHTML = "";
get$('shortcover_content2').innerHTML = "";
get$('shortcover_content3').innerHTML = "";

get$('content').innerHTML = "";
}



function ticker_refresh() {

show('new_ticker.php','marquee_ticker');

}

function sharelist_refresh() {

show_content('share_list.php','content');

}

