// script for random pagetops (images 117x90)
// created by P.Hobbs - EUdesign.com - July 2008

function topset() {

if (location.pathname.lastIndexOf('didyouknow')>0) return;
var vol=18; // match to volume in top2set.js

var fill, url, img, alt, txt;
var now = new Date();
var random=((now.getSeconds())%vol)+1; // %=modulus operator

if (random == "1") {
	url='helpline.htm'
	alt='RASASC Helpline'
	img='frontfigs1mini.gif'
	txt='In 2007 the volume of calls received by RASASC\'s telephone helpline volunteers increased by over 30% from the year before.'}

else if (random == "2") {
	url='supportus/fundraising.htm'
	alt='our Fundraising Events'
	img='wgatf08exts.jpg'
	txt='Our charity costs about £90,000 a year to operate - 50% of this is fundraised through events organised by our volunteers.'}

else if (random == "3") {
	url='http://www.gtcc.org.uk/StreetAngels.aspx" TARGET="_blank'
	img='gtcclogo_ws.jpg'
	alt='STREET ANGELS website'
	txt='Our links with other voluntary groups include \"Street Angels\". Their calming presence in town centres at night reduces antisocial behaviour.'}

else if (random == "4") {
	url='https://www.charitychoice.co.uk/donation.asp?ref=6571" TARGET="_blank'
	alt='CHARITY CHOICE Website'
	img='chchoice1mini.gif'
	txt='Our charity services cost about £90,000 a year to maintain, 50% of which has to be found by individual fundraising.'}

else if (random == "5") {
	url='https://www.charitychoice.co.uk/donation.asp?ref=6571" TARGET="_blank'
	img='chchoice1mini.gif'
	alt='CHARITY CHOICE Website'
	txt='It costs about £90K a year to maintain our charity services, but every £5 donated helps us to qualify for institutional grants to match.'}

else if (random == "6") {
	url='http://www.fpa.org.uk/Findaclinic/" TARGET="_blank'
	alt='FPA Website GUM Finder'
	img='fpainfo2mini.gif'
	txt='Gum Clinics give free tests (not added to your medical records) for sexually transmitted infections. Find a nearest clinic via the FPA.'}

else if (random == "7") {
	url='guidelines/index.htm'
	alt='Advice Guidelines'
	img='wallyouth2mini.jpg'
	txt='Common survivor problems are: Relationship difficulties, Alcohol/drug misuse, Low self-esteem, Anger, Depression, Nightmares.'}

else if (random == "8") {
	url='helpline.htm'
	alt='RASASC Helpline'
	img='frontfigs1mini.gif'
	txt='RASASC was set up to meet survivor needs in Surrey and Hampshire, but it also supports helpline callers from other counties.'}

else if (random == "9") {
	url='guidelines/index.htm'
	alt='Advice Guidelines'
	img='commprobs2mini.gif'
	txt='RASASC doesn\'t just support and counsel survivors - it also gives invited talks in the community about the issues involved.'}

else if (random == "10") {
	url='supportus/fundraising.htm'
	alt='RASASC Helpline'
	img='cgday08mini.jpg'
	txt='It\'s not all heartbreaking - our volunteers and supporters also organise friendly fundraising events such as an annual Charity Gliding Day.'}

else if (random == "11") {
	url='guidelines/sentencing.htm'
	alt='Rape Sentencing'
	img='femhorizmini.jpg'
	txt='The maximum penalty for rape<BR> in England & Wales<BR> is life imprisonment.'}

else if (random == "12") {
	url='http://www.homeoffice.gov.uk/rds/pdfs08/hosb0708.pdf" TARGET="_blank'
	alt='HOME OFFICE Website Statistical Bulletin 2007/8'
	img='hosb_natstatsmini.gif'
	txt='The police recorded 41,460 most serious sexual offences in 2007/8 (a 5% fall), with 12,654 rapes reported (8.6% male) - British Crime Survey.'}

else if (random == "13") {
	url='http://www.everyclick.com/rape-and-sexual-abuse-support-centre--rasasc-/315974/0" TARGET="_blank'
	alt='EVERYCLICK Search'
	img='everyclickhandmini.png'
	txt='You can search the web and raise money for RASASC by using our dedicated searchbox at Everyclick.com (powered by AskJeeves).'}

else if (random == "14") {
	url='supportus/fundraising.htm'
	alt='Personalised Christmas Cards'
	img='cc_rasasc2mini.jpg'
	txt='Our 2008 fundraising included personalised Christmas Cards (printed with our logo inside) - each card sold raising 50p for RASASC.'}

else if (random == "15") {
	url='supportus/fundraising.htm'
	alt='2010 Art Calendar'
	img='calpicjanmini.jpg'
	txt='Our 2010 Art Calendar\'s theme is \"You have brought the sunshine back into my life\" (Jan, shown) - still available in aid of RASASC.'}

else if (random == "16") {
	url='supportus/fundraising.htm'
	alt='2010 Art Calendar'
	img='calboxjanmini.jpg'
	txt='Our 2010 Art Calendar\'s theme is \"You have brought the sunshine back into my life\". A few are still available to buy in aid of RASASC.'}

else if (random == "17") {
	url='http://www.thesurvivorstrust.org/" TARGET="_blank'
	alt='The Survivors Trust'
	img='dyk_survivtrust2010.jpg'
	txt='In 2009, RASASC (Guildford) was voted onto the NEC of The Survivors Trust - the national umbella organisation for 130 agencies like ours.'}

else if (random == "18") {
	url='http://helplines.community.officelive.com/" TARGET="_blank'
	alt='The Helplines Association'
	img='dyk_tha2009.jpg'
	txt='RASASC (Guildford) is a member of The Helplines Association - they assist agencies like ours in how to best meet the needs of helpline users.'}


fill ='<P CLASS="logosub" ALIGN="center">\n<A HREF="'+url+'">\n<IMG SRC="imgs/ptop/'+img +'" ALT="Click for '+alt+'" ALIGN="right" WIDTH="117" HEIGHT="90" BORDER="0"></A>\n<B>Did You Know?</B><BR>'+txt+'</P>';
document.writeln(fill);
}