//

	//Append
	function Insert(text){ document.Post.Sig.value = document.Post.Sig.value + text; }
	
	//Insert Functions
	function Centre(){    Insert('[center][/center]');     }
	
	function Left(){      Insert('[align=left][/align]');  }
	
	function Right(){     Insert('[align=right][/align]'); }
	
	function Code(){      Insert('[code][/code]');         }
	
	function Bold(){      Insert('[b][/b]');               }
	
	function Underline(){ Insert('[u][/u]');               }
	
	function Italics(){   Insert('[i][/i]');	            }
	
	function Colour(){    Insert('[color=][/color]');      }
	
	function URL(){       Insert('[url=][/url]');          }
	
	function IMG(){       Insert('[img][/img]');           }
	
	function HR(){        Insert('[hr]');                  }
	
	//Insert Smilies
	function Happy(){     Insert(':)');                    }
	
	function Cool(){      Insert('8)');                    }
	
	function Sad(){       Insert(':(');                    }
	
	function Wink(){      Insert(';)');                    }
	
	function Shocked(){   Insert(':o');                    }
	
	function RollEyes(){  Insert(':roll:');                }
	
	function LOL(){       Insert(':lol:');                 }
	
	function HUH(){       Insert(':???:');                 }
	
	function Cry(){       Insert(';<');                    }
	
	function Embarrassed(){Insert(':~/');                  }
	
	function Angel(){     Insert('Ox)');				    }	
		
	function Angry(){     Insert('8-$');					}		
	
//
