function changeMarquee(img){
	if(img=='frontpage') document.getElementById('marquee').textContent=':: Go to the frontpage of Beyond.';
	if(img=='about') document.getElementById('marquee').textContent=':: What is Omerta Beyond anyway? Click here for detailed information.';
	if(img=='howtoinstall') document.getElementById('marquee').textContent=':: Instructions how to install Beyond.';
	if(img=='bugs') document.getElementById('marquee').textContent=':: Problems or Suggestions? click here and let us know!!';
	if(img=='profile') document.getElementById('marquee').textContent=':: So you use Omerta Beyond? Why not let everyone know?! Choose your favorite image and put it on your profile!';
	if(img=='faq') document.getElementById('marquee').textContent=':: Beyond Frequently Asked Questions, check the questions before asking us.';
	if(img=='links') document.getElementById('marquee').textContent=':: Some helpful links related to Beyond and the Omerta scene.';
	if(img=='contact') document.getElementById('marquee').textContent=':: Have urge to contact us about anything ? Feel free...';
	if(img=='credits') document.getElementById('marquee').textContent=':: The people behind this site and Omerta Beyond!';
	if(img=='features') document.getElementById('marquee').textContent=':: Information about Omerta Beyond and its features';
	if(img=='dump') document.getElementById('marquee').textContent=':: Simple dump site for images ... feel free to use it';
	if(img=='paste') document.getElementById('marquee').textContent=':: Simple pastebin ... feel free to use it';
	if(img=='jsbin') document.getElementById('marquee').textContent=':: Collaborative JavaScript Debugging brought to you by Project Beyond ;)';
	if(img=='survey') document.getElementById('marquee').textContent=':: Please take couple of minutes to finish up our Survey and help us improve OB.';
}
function clearMarquee(img){
	document.getElementById('marquee').textContent='';
}

