function createCutecastRequest(){var ua;if(window.XMLHttpRequest){try{ua=new XMLHttpRequest();}catch(e){ua=false;}}else if(window.ActiveXObject){try{http_request=new ActiveXObject('Msxml2.XMLHTTP');}catch(e){}try{ua=new ActiveXObject('Microsoft.XMLHTTP');}catch(E){ua=false;}}return ua;}var rxq=createCutecastRequest();function handleResponse1(tar,val,id){if(rxq.readyState==4){if(rxq.status==200){showHide(tar,val,id);}else alert('Not working as expected. If this problem persists, please mail the forum administrator.');}}function SendReqst(tar,val,id){rxq.open('POST',document.location.pathname,true);rxq.onreadystatechange=function(){handleResponse1(tar,val,id);};rxq.setRequestHeader('Content-Type','application/x-www-form-urlencoded');rxq.send('cmd=vis&id='+tar);}function showHide(tar,val,id){if(tar!='vc_pos'){var el=document.getElementById?document.getElementById(id):document.id,co=document.getElementById?document.getElementById(tar):document.tar,r=val=='none'?'':'none';if(tar!='vc'){var d=val=='none'?'Show ':'Hide ',e=d=='Show '?'Hide ':'Show ';el.value=el.value.replace(d,e);el.onclick=new Function("SendReqst('"+tar+"','"+r+"','"+id+"');");}else if(id=='vc1'){el.style.display='none';var co2=document.getElementById?document.getElementById('vc2'):document.vc2;co2.onclick=new Function("SendReqst('vc','','vc2');");}else if(id=='vc2'){var co2=document.getElementById?document.getElementById('vc1'):document.vc1;co2.onclick=new Function("SendReqst('vc','none','vc1');");co2.style.display='';}co.style.display=r;}if(tar=='vc_pos'){location.href=val;}}var username='Username',subject='Subject',message='Message',to='To',sendto='Send To',replyto='Reply To',from='From',emailaddress='E-mail Address',password='Password',confirmpassword='Confirm Password',field='Field',oldpassword='Old Password',newpassword='New Password',confirmnewpassword='Confirm New Password',catname='Category Name',fname='Forum Name',fdiz='Forum Description',moveto='Move To',bbsname='Discussion Forum Name',bbsurl='Discussion Forum URL',skinname='Skin Name',skinurl='Skin URL',langname='Language Name',langpath='Language Path',emocode='Emoticon Code',emoimg='Emoticon Image',level='Level',oldusername='Old Username',newusername='New Username',vcfile='VC Plugin',maxchars=0,posts=1,acin,selection,txt,team=1,tv='',ts='';if(acin&&acin.username){acin.username.value=get_cookie('username');}function init(){acin=document.getElementById?document.getElementById('acinput'):document.acinput;}function set_cookie(){var Cexpire=new Date();if(Cexpire.getYear()<1900){Cexpire.setYear(Cexpire.getYear()+1900+1);}else{Cexpire.setYear(Cexpire.getYear()+1);}document.cookie='username='+acin.username.value+';expires='+Cexpire.toGMTString();}function get_cookie(){var keys='username=',arg=document.cookie;if(arg.length>0){var argb=arg.indexOf(keys);if(argb!=-1){argb+=keys.length;var arge=arg.indexOf(';',argb);if(arge==-1){arge=arg.length;}return unescape(arg.substring(argb,arge));}}return;}function enter_code(code){acin.message.value+=' '+code+' ';acin.message.focus();}function checklength(){if(maxchars){info='\nThe maximum permitted length is '+maxchars+' characters.';}else{info='';}alert('Your message is '+acin.message.value.length+' characters long.'+info);}function checkinput(){if(window.i_am_now_spelling){alert('This feature is temporarily disabled because you are in Spell Check mode.\n\nPlease click the "Check Spelling" icon to resume (or just double click inside your message).');return false;}if(window.i_am_now_texting){alert('This feature is temporarily disabled because you are in View Source mode.\n\nPlease click the "TEXT" icon to resume.');return false;}var getID=checkinput.arguments,errors='';posts++;for(var i=0;i<getID.length;i++){for(var n=0;n<acin.length;n++){var getValue=acin[n];if(getValue&&getValue.name==getID[i]){if(getValue.name=='emailaddress'){var email=getValue.value,at=email.indexOf('@'),dot=email.indexOf('.');if(at<1||at==(email.length-1)){errors+='- '+getID[i]+' must contain an e-mail address.\n';}else if(dot<1||dot==(email.length-1)){errors+='- '+getID[i]+' must contain an e-mail address.\n';}else if(email.length<5){errors+='- '+getID[i]+' must contain an e-mail address.\n';}}else{if(!getValue.value||(getValue.name=='message'&&(getValue.value=='&nbsp;'||getValue.value=='<br>'))){errors+='- '+getID[i]+' is required.\n'}}}}}if(maxchars&&acin.message){if(acin.message.value.length>maxchars){errors+='- Your message is too long.\n\nReduce your message to '+maxchars+' characters.\nIt is currently '+acin.message.value.length+' characters long.';}}if(errors){alert('The following error(s) occurred:\n'+errors);posts=1;return false;}else{if(acin.username){set_cookie();}if(posts>2){alert('Please do not click Submit more than once to\navoid multiple requests.\n\nYour request may already exist on our server.');return false;}}}function del(x){var key=x.keyCode;if(key==46||key==8){selection='';return false;}}function insert(aTag,eTag){var pos,b=(aTag=='[list][*]')?'[*]':'',input=acin.message,re=new RegExp('^[0-9]{0,3}$');aTag=(aTag=='[list][*]')?'[list]\n[*]':aTag;eTag=(eTag=='[/list]')?'\n[/list]':eTag;input.focus();if(typeof document.selection!='undefined'){var range=document.selection.createRange(),insText=range.text;if(b&&insText.length==0){eTag='\n'+b+eTag;}else if(b&&insText.match(/\n/g)){insText=insText.replace(/\n/g,'\n'+b);}var val=aTag+insText+eTag;range.text=val;range=document.selection.createRange();if(val==aTag+eTag){range.move('character',-eTag.length);}else{range.collapse(false);}range.select();input.deferFocus();}else if(typeof input.selectionStart!='undefined'){var start=input.selectionStart,end=input.selectionEnd,insText=input.value.substring(start,end);if(b&&insText.length==0){eTag='\n'+b+eTag;}else if(b&&insText.match(/\n/g)){insText=insText.replace(/\n/g,'\n'+b);}input.value=input.value.substr(0,start)+aTag+insText+eTag+input.value.substr(end);var i=start+(aTag+insText+eTag).length;input.setSelectionRange(i-1,i);if(navigator.userAgent.toLowerCase().match('firefox')){var ev=document.createEvent('KeyEvents');ev.initKeyEvent('keypress',true,true,window,false,false,false,false,0,input.value.charCodeAt(i-1));input.dispatchEvent(ev);}if(insText==''){pos=start+aTag.length;}else{pos=start+aTag.length+insText.length+eTag.length;}input.selectionStart=pos;input.selectionEnd=pos;}else{while(!re.test(pos)){pos=prompt('Insert at position (0..'+input.value.length+'):','0');}if(pos>input.value.length){pos=input.value.length;}var insText=prompt('Please enter text to be formatted:');input.value=input.value.substr(0,pos)+aTag+insText+eTag+input.value.substr(pos);}}function insert_emo(aTag,eTag){var input=opener.acin;input.focus();if(typeof opener.document.selection!='undefined'){var range=opener.document.selection.createRange(),insText=range.text;range.text=aTag+insText+eTag;range=opener.document.selection.createRange();if(insText.length==0){range.move('character',-eTag.length);}else{range.moveStart('character',aTag.length+insText.length+eTag.length);}range.select();}else if(typeof input.selectionStart!='undefined'){var pos,start=input.selectionStart,end=input.selectionEnd,insText=input.value.substring(start,end),re=new RegExp('^[0-9]{0,3}$');input.value=input.value.substr(0,start)+aTag+insText+eTag+input.value.substr(end);if(insText.length==0){pos=start+aTag.length;}else{pos=start+aTag.length+insText.length+eTag.length;}input.selectionStart=pos;input.selectionEnd=pos;}else{while(!re.test(pos)){pos=prompt('Insert at position (0..'+input.value.length+'):','0');}if(pos>input.value.length){pos=input.value.length;}var insText=prompt('Please enter text to be formatted:');input.value=input.value.substr(0,pos)+aTag+insText+eTag+input.value.substr(pos);}}function Save(obj){var beg=obj.selectionStart,end=obj.selectionEnd,all=document.getElementById('message').value;selection=all.substring(beg,end);}function Check(obj){var ball=document.getElementById('message').value,sim=ball.match(/\[([=a-zA-Z]+)\]\[\/([a-zA-Z]+)\]/gim);if(sim){if(ball.length!=team){if(document.getElementById('newDiv')){clearTimeout(tv);ts=document.getElementById('newDiv');ts.parentNode.removeChild(ts);}var sp1=document.createElement('div');sp1.setAttribute('class','boxone ntext');sp1.setAttribute('id','newDiv');sp1.style.position='absolute';sp1.style.marginTop='20px';sp1.style.marginLeft='60px';sp1.style.borderWidth='3px';sp1.style.borderStyle='dotted';sp1.style.borderColor='#555';sp1.style.padding='20px';if(document.selection){sp1.style.backgroundColor='#fff';sp1.style.fontFamily='arial';sp1.style.fontSize='14px';}sp1.innerHTML='Don\'t forget to insert some content between those '+sim+' tags!<br />\nOtherwise, they won\'t do you any good. :(<br /><br />\n\n<div style="text-align:center"><a href="javascript:void(0)" onclick="clearTimeout(tv);ts=document.getElementById(\'newDiv\');ts.parentNode.removeChild(ts);return false">Close</a></div>';var sp2=document.getElementById('message'),parentDiv=sp2.parentNode;parentDiv.insertBefore(sp1,sp2);team=ball.length;ts=document.getElementById('newDiv');tv=setTimeout('ts.parentNode.removeChild(ts)',7000);}}}function insertMenu(){z='<table border="0" cellpadding="1" cellspacing="1" width="100%"><tbody><tr class="boxone"><td><a href="javascript:void(0)" onclick="insert(\'[b]\',\'[/b]\')" class="btn" title="Insert bold text"><img src="cutecode/b_bold.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[i]\',\'[/i]\')" class="btn" title="Insert italicized text"><img src="cutecode/b_italic.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[u]\',\'[/u]\')" class="btn" title="Insert underlined text"><img src="cutecode/b_underline.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[s]\',\'[/s]\')" class="btn" title="Insert strikeout text"><img src="cutecode/b_strikeout.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="if(document.selection){txt=document.selection.createRange().text;}else if(selection!=\'\'){txt=selection;}else if(window.getSelection){txt=window.getSelection();}else if(document.getSelection){txt=document.getSelection();}if(txt==undefined||txt==\'\'){url=prompt(\'Please enter the URL\',\'http:\/\/\');if(url==null||url==undefined||url==\'\'||url==\'http:\/\/\'){return false;}txt=prompt(\'Please Enter Name of Link (Optional)\',\'Name of Link\');if(txt==\'Name of Link\'||txt==null){insert(\'[url]\'+url,\'[\/url]\');return false;}else{insert(\'[url=\'+url+\']\'+txt,\'[\/url]\');return false;}}else{if(txt.match(\/\]http:\\\/\\\/\/i)||!txt.match(/http:\\\/\\\/\/i)){url=prompt(\'Please enter the URL\',\'http:\/\/\');if(url==null||url==undefined||url==\'\'||url==\'http:\/\/\'){return false;}insert(\'[url=\'+url+\']\',\'[\/url]\');if(!document.selection)selection=\'\';return false;}else{insert(\'[url]\',\'[\/url]\');if(!document.selection)selection=\'\';return false;}}" class="btn" title="Insert a hyperlink into your message"><img src="cutecode/b_link.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="if(document.selection){txt=document.selection.createRange().text;}else if(selection!=\'\'){txt=selection;}else if(window.getSelection){txt=window.getSelection();}else if(document.getSelection){txt=document.getSelection();}if(txt==undefined||txt==\'\'){url=prompt(\'Please enter the e-mail address.\',\'someone@somewhere.com\');if(url==null||url==undefined||url==\'\'||url==\'someone@somewhere.com\'){return false;}txt=prompt(\'Please Enter a Display Name (Optional)\',\'Somebody’s Name\');if(txt==\'Somebody’s Name\'||txt==null){insert(\'[email]\'+url,\'[/email]\');if(!document.selection)selection=\'\';return false;}else{insert(\'[email=\'+url+\']\'+txt,\'[/email]\');if(!document.selection)selection=\'\';return false;}}else{if(!txt.match(/@/i)){url=prompt(\'Please enter the e-mail address.\',\'someone@somewhere.com\');if(url==null||url==undefined||url==\'\'||url==\'someone@somewhere.com\'){return false;}insert(\'[email=\'+url+\']\'+txt,\'[/email]\');if(!document.selection)selection=\'\';return false;}elsetxt=prompt(\'Please Enter a Display Name (Optional)\',\'Somebody\\\'s Name\');if(txt==\'Somebody\\\'s Name\'||txt==null){insert(\'[email]\',\'[/email]\');if(!document.selection)selection=\'\';return false;}else{insert(\'[email=\',\']\'+txt+\'[/email]\');if(!document.selection)selection=\'\';return false;}}" class="btn" title="Insert an e-mail link"><img src="cutecode/b_email.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="if(document.selection){txt=document.selection.createRange().text;}else if(selection!=\'\'){txt=selection;}else if(window.getSelection){txt=window.getSelection();}else if(document.getSelection){txt=document.getSelection();}if(txt==undefined||txt==\'\'){url=prompt(\'Enter the URL where your Image is located:\',\'http://\');if(url==null||url==undefined||url==\'\'||url==\'http://\'){return false;}txt=prompt(\'Please Give a Description (Optional)\',\'Description of Image\');if(txt==\'Description of Image\'||txt==null){insert(\'[img]\'+url,\'[/img]\');return false;}else{insert(\'[img alt=\'+txt+\']\'+url,\'[/img]\');return false;}}else{if(!txt.match(/http:\\/\\//i)){url=prompt(\'Enter the URL where your Image is located:\',\'http://\');if(url==null||url==undefined||url==\'\'||url==\'http://\'){return false;}else{insert(\'[img alt=\',\']\'+url+\'[/img]\');if(!document.selection)selection=\'\';return false;}}else{txt=prompt(\'Please Give a Description (Optional)\',\'Description of Image\');if(txt==\'Description of Image\'||txt==null){insert(\'[img]\'+url,\'[/img]\');if(!document.selection)selection=\'\';return false;}insert(\'[img alt=\'+txt+\']\',\'[/img]\');if(!document.selection)selection=\'\';return false;}}" class="btn" title="Insert image"><img src="cutecode/b_image.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[quote]\',\'[/quote]\')" class="btn" title="Insert blockquote"><img src="cutecode/b_quote.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[code]\',\'[/code]\')" class="btn" title="Insert pre-formatted text"><img src="cutecode/b_code.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[hr]\', \'\')" class="btn" title="Insert a line"><img src="cutecode/b_hrline.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[glow=red,3,300]\',\'[/glow]\')" class="btn" title="Insert glow"><img src="cutecode/b_glow.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[space=5]\',\'\')" class="btn" title="Insert space"><img src="cutecode/b_textspace.gif" border="0" width="21" height="20"></a></td><td rowspan="2" class="l v"><!--///--><table border="0" cellpadding="1" cellspacing="1" width="100%"><tbody><tr class="c v"> <td><a href="javascript:void(0)" onclick="insert(\'[color=#900]\',\'[/color]\')" class="btn" title="font color: 900"><img src="cutecode/990000.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#930]\',\'[/color]\')" class="btn" title="font color: 930"><img src="cutecode/993300.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#960]\',\'[/color]\')" class="btn" title="font color: 960"><img src="cutecode/996600.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#f93]\',\'[/color]\')" class="btn" title="font color: f93"><img src="cutecode/ff9933.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#060]\',\'[/color]\')" class="btn" title="font color: 060"><img src="cutecode/006600.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#096]\',\'[/color]\')" class="btn" title="font color: 096"><img src="cutecode/009966.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#6c0]\',\'[/color]\')" class="btn" title="font color: 6c0"><img src="cutecode/66cc00.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#0f0]\',\'[/color]\')" class="btn" title="font color: 0f0"><img src="cutecode/00ff00.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#006]\',\'[/color]\')" class="btn" title="font color: 006"><img src="cutecode/000066.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#039]\',\'[/color]\')" class="btn" title="font color: 039"><img src="cutecode/003399.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#09c]\',\'[/color]\')" class="btn" title="font color: 09c"><img src="cutecode/0099cc.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#0cf]\',\'[/color]\')" class="btn" title="font color: 0cf"><img src="cutecode/00ccff.gif" border="0" width="20" height="12"></a></td></tr><tr class="c v"> <td><a href="javascript:void(0)" onclick="insert(\'[color=#c00]\',\'[/color]\')" class="btn" title="font color: c00"><img src="cutecode/cc0000.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#c30]\',\'[/color]\')" class="btn" title="font color: c30"><img src="cutecode/cc3300.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#c60]\',\'[/color]\')" class="btn" title="font color: c60"><img src="cutecode/cc6600.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#fc3]\',\'[/color]\')" class="btn" title="font color: fc3"><img src="cutecode/ffcc33.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#093]\',\'[/color]\')" class="btn" title="font color: 093"><img src="cutecode/009933.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#396]\',\'[/color]\')" class="btn" title="font color: 396"><img src="cutecode/339966.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#6c6]\',\'[/color]\')" class="btn" title="font color: 6c6"><img src="cutecode/66cc66.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#0f3]\',\'[/color]\')" class="btn" title="font color: 0f3"><img src="cutecode/00ff33.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#036]\',\'[/color]\')" class="btn" title="font color: 036"><img src="cutecode/003366.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#03c]\',\'[/color]\')" class="btn" title="font color: 03c"><img src="cutecode/0033cc.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#09f]\',\'[/color]\')" class="btn" title="font color: 09f"><img src="cutecode/0099ff.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#0df]\',\'[/color]\')" class="btn" title="font color: 0df"><img src="cutecode/00dfff.gif" border="0" width="20" height="12"></a></td></tr><tr class="c v"> <td><a href="javascript:void(0)" onclick="insert(\'[color=#f00]\',\'[/color]\')" class="btn" title="font color: f00"><img src="cutecode/ff0000.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#f30]\',\'[/color]\')" class="btn" title="font color: f30"><img src="cutecode/ff3300.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#f90]\',\'[/color]\')" class="btn" title="font color: f90"><img src="cutecode/ff9900.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#ff0]\',\'[/color]\')" class="btn" title="font color: ff0"><img src="cutecode/ffff00.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#696]\',\'[/color]\')" class="btn" title="font color: 696"><img src="cutecode/669966.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#693]\',\'[/color]\')" class="btn" title="font color: 693"><img src="cutecode/669933.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#0c9]\',\'[/color]\')" class="btn" title="font color: 0c9"><img src="cutecode/00cc99.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#0f9]\',\'[/color]\')" class="btn" title="font color: 0f9"><img src="cutecode/00ff99.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#009]\',\'[/color]\')" class="btn" title="font color: 009"><img src="cutecode/000099.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#06c]\',\'[/color]\')" class="btn" title="font color: 06c"><img src="cutecode/0066cc.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#0cc]\',\'[/color]\')" class="btn" title="font color: 0cc"><img src="cutecode/00cccc.gif" border="0" width="20" height="12"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[color=#0ff]\',\'[/color]\')" class="btn" title="font color: 0ff"><img src="cutecode/00ffff.gif" border="0" width="20" height="12"></a></td></tr></tbody></table><!--///--></td></tr><tr class="boxone"> <td><a href="javascript:void(0)" onclick="insert(\'[size=small]\',\'[/size]\')" class="btn" title="Small text"><img src="cutecode/b_textmin.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[size=normal]\',\'[/size]\')" class="btn" title="Normal text"><img src="cutecode/b_textnorm.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[size=big]\',\'[/size]\')" class="btn" title="Large text"><img src="cutecode/b_textbig.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[flash=425,355]\',\'[/flash]\')" class="btn" title="Insert Flash movie"><img src="cutecode/b_flash.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[left]\',\'[/left]\')" class="btn" title="Left align"><img src="cutecode/b_textleft.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[center]\',\'[/center]\')" class="btn" title="center"><img src="cutecode/b_textcenter.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[right]\',\'[/right]\')" class="btn" title="Right align"><img src="cutecode/b_textright.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[go=rechts]\',\'[/go]\')" class="btn" title="Insert marquee from right to left"><img src="cutecode/b_moveleft.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[go=ping]\',\'[/go]\')" class="btn" title="Insert marquee ping"><img src="cutecode/b_moveboth.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[go=links]\',\'[/go]\')" class="btn" title="Insert marquee from left to right"><img src="cutecode/b_moveright.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[shadow=blue,300,400]\',\'[/shadow]\')" class="btn" title="Insert shadow"><img src="cutecode/b_shadow.gif" border="0" width="21" height="20"></a></td><td><a href="javascript:void(0)" onclick="insert(\'[list][*]\',\'[/list]\')" class="btn" title="Insert list"><img src="cutecode/b_list.gif" border="0" width="21" height="20"></a></td></tr></tbody></table>';document.write(z);}