function url(){
	return location.protocol+"//"+location.host+"/";	
}

function viewport(){ 
	new Ajax.Updater('fs-bg', url()+'template/fs-bg/fs-bg.php', { method: 'get', parameters: {http: url(), height: pageHeight(), width: pageWidth()}}); 
}