|
|
| Name: |
Shire Marketplace |
| Category: |
Business & Finance |
| Status: |
Member |
| Description: |
Welcome to the Renspace.com Marketplace,here is where you can post items for sale and/or trade.
Please use a secure transaction system for your business ,like ebay and paypal for securities sake.
Renspace.com is not involved nor a liable party in these transactions,please do not sell items containing nudity.
Other then that, by all means sell trade and fill your pockets with coin!
~The Archer |
| Name: |
Festival Photographer's Guild |
| Category: |
Arts & Literature |
| Status: |
Member |
| Description: |
A group for photographers with emphasis on photography at faires and festivals. Share your work, discuss equipment and techniques with your fellow festival photo enthusiasts! |
| Name: |
Wenches |
| Category: |
Entertainment |
| Status: |
Member |
| Description: |
This is a place for all us wenches to gather and to be oggled at as well. Wenches of the world unite! You say ye be a lady, well it's more fun being a WENCH! If ya support us wenches come along and gives us a good oggling, LOL...
And for those more serious Wenches go here: http://www.wench.org/ |
| Name: |
Celtic Blood |
| Category: |
Hobbies & Crafts |
| Status: |
Member |
| Description: |
Do you know who Robert the Bruce is? Is he related to you? Come and share your own personal history and interesting tidbits of historical knowledge that you may have. |
| Name: |
Fae Folk |
| Category: |
Entertainment |
| Status: |
Member |
| Description: |
A place for the fae folk to gather and discuss costuming, stories, all fae-related aspects, etc. |
| Name: |
The Ongoing Tale |
| Category: |
Entertainment |
| Status: |
Member |
| Description: |
The story has begun, will it end?
You tell the tale,simply add a paragraph or 2, this is fun and creative ! |
| Name: |
Wooing |
| Category: |
Alternative Lifestyle |
| Status: |
Member |
| Description: |
This group is dedicated to the lost art of wooing and renaissance romance. From the firtive glance, the hand kiss and the poetry of love, this is the place to practice the gentle art of seduction. |
| Name: |
Barbarians |
| Category: |
Entertainment |
| Status: |
Member |
| Description: |
You a barbarian? Here's the place to be. Oh, and I guess we can let you in if your a viking too. B^) |
| Name: |
Friends of the Virginia Renaissance Faire |
| Category: |
Entertainment |
| Status: |
Member |
| Description: |
Come on in and discuss your favorite stories, acts, and share the commradrie of those who attend VARF whether you be cast, performer, merchant or patron. The Virginia Faire is back and growing. Come and discuss it.
... language=" ... 1.2">
function setcountdown(theyear,themonth,theday){
yr=theyear;mo=themonth;da=theday
}
//////////CONFIGURE THE COUNTDOWN SCRIPT HERE//////////////////
//STEP 1: Configure the countdown-to date, in the format year, month, day:
setcountdown(2008,05,17)
//STEP 2: Change the two text below to reflect the occasion, and message to display on that occasion, respectively
var occasion="VARF 2008"
var message_on_occasion="VARF 2008"
//STEP 3: Configure the below 5 variables to set the width, height, background color, and text style of the countdown area
var countdownwidth='200px'
var countdownheight='50px'
var countdownbgcolor='#000000'
var opentags=''
var closetags=''
//////////DO NOT EDIT PASS THIS LINE//////////////////
var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
var crosscount=''
function start_countdown(){
if (document.layers)
document.countdownnsmain.visibility="show"
else if (document.all||document.getElementById)
crosscount=document.getElementById&&!document.all?document.getElementById("countdownie") : countdownie
countdown()
}
if (document.all||document.getElementById)
document.write('')
window.onload=start_countdown
function countdown(){
var today=new Date()
var todayy=today.getYear()
if (todayy < 1000)
todayy+=1900
var todaym=today.getMonth()
var todayd=today.getDate()
var todayh=today.getHours()
var todaymin=today.getMinutes()
var todaysec=today.getSeconds()
var todaystring=montharray[todaym]+" "+todayd+", "+todayy+" "+todayh+":"+todaymin+":"+todaysec
futurestring=montharray[mo-1]+" "+da+", "+yr
dd=Date.parse(futurestring)-Date.parse(todaystring)
dday=Math.floor(dd/(60*60*1000*24)*1)
dhour=Math.floor((dd%(60*60*1000*24))/(60*60*1000)*1)
dmin=Math.floor(((dd%(60*60*1000*24))%(60*60*1000))/(60*1000)*1)
dsec=Math.floor((((dd%(60*60*1000*24))%(60*60*1000))%(60*1000))/1000*1)
//if on day of occasion
if(dday<=0&&dhour<=0&&dmin<=0&&dsec<=1&&todayd==da){
if (document.layers){
document.countdownnsmain.document.countdownnssub.document.write(opentags+message_on_occasion+closetags)
document.countdownnsmain.document.countdownnssub.document.close()
}
else if (document.all||document.getElementById)
crosscount. ... =opentags+message_on_occasion+closetags
return
}
//if passed day of occasion
else if (dday<=-1){
if (document.layers){
document.countdownnsmain.document.countdownnssub.document.write(opentags+"Occasion already passed! "+closetags)
document.countdownnsmain.document.countdownnssub.document.close()
}
else if (document.all||document.getElementById)
crosscount. ... =opentags+"Occasion already passed! "+closetags
return
}
//else, if not yet
else{
if (document.layers){
document.countdownnsmain.document.countdownnssub.document.write(opentags+dday+ " days, "+dhour+" hours, "+dmin+" minutes, and "+dsec+" seconds left until "+occasion+closetags)
document.countdownnsmain.document.countdownnssub.document.close()
}
else if (document.all||document.getElementById)
crosscount. ... =opentags+dday+ " days, "+dhour+" hours, "+dmin+" minutes, and "+dsec+" seconds left until "+occasion+closetags
}
setTimeout("countdown()",1000)
}
| |