﻿
var dictaColor = '#3883FF'; //文字颜色

function dowritedicta(num){
	var randid = Math.round(Math.random()*num);
	randid = randid >= num ? num-1 : randid;
	
	document.write('<font color="' + dictaColor + '">' + dictumin[randid] + '</font>');
}

var dictumin = new Array(
	'TIPS：Please be kindly to give more encouragement to poster, do not simply reply with expression.',
	'TIPS：Left click the attachment, adequate forum currency and sufficient read permissions are required to download an attachment.',
	'TIPS： You can review your credits and forum currency in“User CP” at the left top of main page.',
	'TIPS：Click the logo of CHCROSSSTITCH to return to the main page.',
	'TIPS：Use the “Search” function to find the pattern you need.',
	'TIPS：Fulfill "Task" to get red packets of gold coins.',
	'TIPS：Check “My Posts” to review the threads you have already posted.',
	'TIPS：If you’d like to recharge, please go to “PayPal Prepaid”.',
	'TIPS：You may favorite the thread you like by “Favor”. And find them in “Favorite” in “User CP”.',
	'TIPS：Do not reply repeatedly in the same words and manners in one post.',
	'TIPS：If you have suggestions or complaints, please move to “Complaint & Suggestion” Section.',
	'TIPS：Fill out more about your profile so that you can make more friends.',
	'TIPS：Try to detail your expression and post a related picture while you ask for help.',
	'TIPS：Choose the background color you like at the top – right of our main page.',
	'TIPS：Gold coin is the only currency in forum.',
	'TIPS：Read section rule before you view the relevant section.',
	'TIPS: Click pictures for zoom view.',
        'TIPS: Cell Phone to visit   www.chcrossstitch.com/wap/'
);

dowritedicta(dictumin.length);
