|
|
| About site: Issues/Violence and Abuse/Survival - Survivor's Empowerment Zone |
Return to Society also Society |
| About site: http://www.angelfire.com/in4/sez/ |
Title: Issues/Violence and Abuse/Survival - Survivor's Empowerment Zone A site for victim's and survivor's to gain knowledge, advice, support, and resources, from others who understand the emotional effects of abuse. |
|
|
|
|
A_History_of_the_Sioux History, culture and traditions of the Lakhota (Sioux) Nation
| Wisconsin_Association_of_Criminal_Defense_Lawyers State chapter of NACDL.
| ASD_Jewellers_for_Blue_John_jewellery A small family business, situated in the heart of the English Peak District. Blue john, the local mineral is set in many settings such as Unitarian Universalist symbols.
| Free_Presbyterian_Church The official site of the Free Presbyterian Churches in Northern Ireland and world wide. Site has links to churches, news, photos and resources.
| Old_scientific_Instruments Includes photos of astrolabes, , protractors, drawing tools, and book covers that were created from the 15th to 18th centuries. Includes general specifications of each item within a table chart.
| Frankfort_Bible_Holiness_Church Indiana. The Communique with worship and service information, events, prayers and other church information also links.
|
|
| Alexa statistic for http://www.angelfire.com/in4/sez/ |
Please visit: http://www.angelfire.com/in4/sez/
|
| Related sites for http://www.angelfire.com/in4/sez/ |
| SSRC_Sexuality_Research_Fellowships Post-doctoral fellowships from the Social Science Research Council. | | Indiana_University_South_Bend_Division_of_Labor_Studies Deals with work, the workplace, and workers and their organizations and reflects the concerns of modern labor organizations | | Behemoth From a Gallery of Demons. Information on the demon Behemoth. | | Richard,_Praveen Biography, local and religious information, and photos. | | Jung,_Robert_-_Electric_Escape Writings, information on Macintosh computers, humor, comics, and links. | | Shortchanged Supports repeal of the Windfall Elimination Provision of the Social Security Act. WEP reduces the Social Security benefits of many public school teachers and other government employees. | | Sons_and_Daughters_of_Oregon_Pioneers Lineage society incorporated in 1901 to perpetuate the memory, industry, and sacrifices of the Oregon pioneers. Membership restricted to those direct bloodline descendants of the pioneers who arrived | | UCSB__The_Faculty/Staff_Christian_Forum An organization of the University of California, Santa Barbara. News, calendar, resources, questions and answers, information on the Veritas Forum television series, and an extensive library of artic | | Mystic_Pop A monthly printed magazine full of articles on a wide variety of holistic living and spiruality topics. Includes subscription rates and advertising information. | | Tsyennito\'s_Den This Oshawa area native artist's site. | | First_Nations_Social_Studies Indexed and reviewed links broken down by tribe, culture area, and state or province. | | area417 A variety of news links with some commentary about Missouri, current events, politics, immigration, Celiac Sprue and whatever else catches my fancy. | | What\'s_Wrong_with_Halloween? Cites historical and biblical arguments against celebrating Halloween. | | Finland_-_Finance_Unit_of_the_State_Treasury The Monthly Bulletin, a statistical publication containing information on central government debt, government borrowing, risk management and Finnish economy. | | Madilynn\'s_Advice_Column Personal interests, some favorite links and an advice column for entertainment. | | Ministry_Sister Blog by Carole Williams to form an online community for women who are training for ministry or thinking about ministry. [Atom] | | Ian\'s_Messy_Desk An assortment of thoughts, tip, links and information influenced by a Christian worldview. | | A-Blazin_Grace_III Contemporary Christian music. | | Barkley,_Alben_William Encyclopedia Americana biography of Truman's vice president (1949-1953) | | massProphet A web place to publicly share predictions about the future. |
|
This is websites2007.org cache of m/ as retrieved on 2008.09.08 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
Survivor's Empowerment Zone
dCol='FF00FF';//date colour.
fCol='FF00FF';//face colour.
sCol='FF00FF';//seconds colour.
mCol='FF00FF';//minutes colour.
hCol='FF00FF';//hours colour.
ClockHeight=40;
ClockWidth=40;
ClockFromMouseY=0;
ClockFromMouseX=100;
//Alter nothing below! Alignments will be lost!
d=new Array("SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY");
m=new Array("JANUARY","FEBRUARY","MARCH","APRIL","MAY","JUNE","JULY","AUGUST","SEPTEMBER","OCTOBER","NOVEMBER","DECEMBER");
date=new Date();
day=date.getDate();
year=date.getYear();
if (year < 2000) year=year+1900;
TodaysDate=" "+d[date.getDay()]+" "+day+" "+m[date.getMonth()]+" "+year;
D=TodaysDate.split('');
H='...';
H=H.split('');
M='....';
M=M.split('');
S='.....';
S=S.split('');
Face='1 2 3 4 5 6 7 8 9 10 11 12';
font='Arial';
size=1;
speed=0.6;
ns=(document.layers);
ie=(document.all);
Face=Face.split(' ');
n=Face.length;
a=size*10;
ymouse=0;
xmouse=0;
scrll=0;
props="";
props2="";
Split=360/n;
Dsplit=360/D.length;
HandHeight=ClockHeight/4.5
HandWidth=ClockWidth/4.5
HandY=-7;
HandX=-2.5;
scrll=0;
step=0.06;
currStep=0;
y=new Array();x=new Array();Y=new Array();X=new Array();
for (i=0; i < n; i++){y[i]=0;x[i]=0;Y[i]=0;X[i]=0}
Dy=new Array();Dx=new Array();DY=new Array();DX=new Array();
for (i=0; i < D.length; i++){Dy[i]=0;Dx[i]=0;DY[i]=0;DX[i]=0}
if (ns){
for (i=0; i < D.length; i++)
document.write(''+props2+D[i]+'');
for (i=0; i < n; i++)
document.write(''+props+Face[i]+'');
for (i=0; i < S.length; i++)
document.write(''+S[i]+'');
for (i=0; i < M.length; i++)
document.write(''+M[i]+'');
for (i=0; i < H.length; i++)
document.write(''+H[i]+'');
}
if (ie){
document.write('');
for (i=0; i < D.length; i++)
document.write(''+props2+D[i]+'');
document.write('');
document.write('');
for (i=0; i < n; i++)
document.write(''+props+Face[i]+'');
document.write('');
document.write('');
for (i=0; i < H.length; i++)
document.write(''+H[i]+'');
document.write('');
document.write('');
for (i=0; i < M.length; i++)
document.write(''+M[i]+'');
document.write('')
document.write('');
for (i=0; i < S.length; i++)
document.write(''+S[i]+'');
document.write('')
}
(ns)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt){
ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY;
xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX;
}
(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
function ClockAndAssign(){
time = new Date ();
secs = time.getSeconds();
sec = -1.57 + Math.PI * secs/30;
mins = time.getMinutes();
min = -1.57 + Math.PI * mins/30;
hr = time.getHours();
hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360;
if (ie){
Od.style.top=window.document.body.scrollTop;
Of.style.top=window.document.body.scrollTop;
Oh.style.top=window.document.body.scrollTop;
Om.style.top=window.document.body.scrollTop;
Os.style.top=window.document.body.scrollTop;
}
for (i=0; i < n; i++){
var F=(ns)?document.layers['nsFace'+i]:ieFace[i].style;
F.top=y[i] + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll;
F.left=x[i] + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180);
}
for (i=0; i < H.length; i++){
var HL=(ns)?document.layers['nsHours'+i]:ieHours[i].style;
HL.top=y[i]+HandY+(i*HandHeight)*Math.sin(hrs)+scrll;
HL.left=x[i]+HandX+(i*HandWidth)*Math.cos(hrs);
}
for (i=0; i < M.length; i++){
var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes[i].style;
ML.top=y[i]+HandY+(i*HandHeight)*Math.sin(min)+scrll;
ML.left=x[i]+HandX+(i*HandWidth)*Math.cos(min);
}
for (i=0; i < S.length; i++){
var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds[i].style;
SL.top=y[i]+HandY+(i*HandHeight)*Math.sin(sec)+scrll;
SL.left=x[i]+HandX+(i*HandWidth)*Math.cos(sec);
}
for (i=0; i < D.length; i++){
var DL=(ns)?document.layers['nsDate'+i]:ieDate[i].style;
DL.top=Dy[i] + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll;
DL.left=Dx[i] + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180);
}
currStep-=step;
}
function Delay(){
scrll=(ns)?window.pageYOffset:0;
Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed);
Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed);
for (i=1; i < D.length; i++){
Dy[i]=Math.round(DY[i]+=(Dy[i-1]-DY[i])*speed);
Dx[i]=Math.round(DX[i]+=(Dx[i-1]-DX[i])*speed);
}
y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);
x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);
for (i=1; i < n; i++){
y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);
x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);
}
ClockAndAssign();
setTimeout('Delay()',20);
}
if (ns||ie)window.onload=Delay;
[DV Facts] [DV Statistics] [Safety] [Hotlines] [Join SEZ] [Banner Pages]
[Award Pages]
SEZ Pages
Bill of Rights ~
Comparing Healthy
and Violent
Relationships
Biderman's and
Battered Woman's
Syndrome
Post Traumatic
Stress Disorder
Healing Yourself
Will The Games
End Once You Leave
Harassment andStalking
Abusive Stalking
Using The Courts
Just For Fun ~Pastlife and Poll
User Agreement
Contact SEZ
Visit Our Sites ~ Phenomenal Women of the Web Page
Private Areas
Chatroom
var sc_project=294256;
var sc_partition=1;
The contents of this site are copyright © 2001-present, Survivor's Empowerment Zone. All Rights Reserved.
|
|
| |
A | site | for | victim's | and | survivor's | to | gain | knowledge, | advice, | support, | and | resources, | from | others | who | understand | the | emotional | effects | of | abuse. |
|
http://www.angelfire.com/in4/sez/
Survivor's Empowerment Zone 2008 September
dvd rental
dvd
A site for victim's and survivor's to gain knowledge, advice, support, and resources, from others who understand the emotional effects of abuse.
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Loans - Credit Counseling - Blog5 Game Cheats - iKobo - Hotels
|