Yeni Giresun Gazetesi

Giresun'un tek demokrat gazetesi
 
It is currently Fri Nov 27, 2009 4:16 pm

All times are UTC + 3 hours



Welcome
<strong>Yeni Giresun Gazetesi</strong> Hoşgeldiniz.

Sitemizi ziyaret ettiğiniz için teşekkür ederiz. Lütfen aşağıdaki linke tıklayarak üyelik kaydınızı yapınız. Zaten üye iseniz üstteki menüden Giriş linkine tıklayıp üye girişi yapınız. Sitemizdeki konulara, başlık, haber ve yazılara ulaşıp cevap ve yorum yazabilmek için üye olmanız gerekli. Ayrıca bazı sayfalarımızı görebilmek içinde üyeliğiniz gerekmektedir. <a href="/profile.php?mode=register">Şimdi üye olmak için lütfen buraya tıklayın</a>!


 
 Forum   Topics   Posts   Last post 

GENEL

 
No new posts ŞİKAYET VE DİLEKLER

Bize ulaştırmak istediğiniz şikayetleriniz veya dilekleriniz için bu forumu ziyaret edin ve mesaj gönderin.

3

5

Sun Sep 13, 2009 11:28 am

ozerozguc View the latest post

No new posts DUYURULAR

En son yenilik, değişiklik, duyuru ve bilgilerden haberdar olmak için her girişinizde burayı ziyaret ediniz lütfen.

<!-- start websclock -->
<!--kleuren: je kan de kleuren(#6cijfers/letters) aanpassen of veranderen via engelse namen-->
<!-- doe bvb #FF0000 weg en zet red in de plaats -->
<SCRIPT language=JavaScript>
dCol='#FF0000';//datum kleur.
fCol='#000000';//kleur cijfers.
sCol='#0033cc';//kleur secondenwijzer.
mCol='#FF0000';//kleur minutenwijzer.
hCol='#00FF00';//kleur urenwijzer.
ClockHeight=50;
ClockWidth=50;
ClockFromMouseY=0;
ClockFromMouseX=100;

//Niets veranderen hieronder! Anders werkt het script niet meer!

days=new Array("PAZAR","PAZARTESİ","SALI","ÇARŞAMBA","PERŞEMBE","CUMA","CUMARTESİ");
m=new Array("OCAK","ŞUBAT","MART","NİSAN","MAYIS","HAZİRAN","TEMMUZ","AĞUSTOS","EYLÜL","EKİM","KASIM","ARALIK");
date=new Date();
day=date.getDate();
year=date.getYear();
if (year < 2000) year=year+1900;
TodaysDate=" "+days[date.getDay()]+" "+day+" "+m[date.getMonth()]+" "+year;
D=TodaysDate.split('');
clockH='...';
clockH=clockH.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;
clkspeed=0.6;
ns=(document.layers);
ie=!ns;
Face=Face.split(' ');
faceLength=Face.length;
a=size*10;
ymouse=0;
xmouse=0;
scrll=0;
props="<font face="+font+" size="+size+" color="+fCol+"><B>";
props2="<font face="+font+" size="+size+" color="+dCol+"><B>";
Split=360/faceLength;
Dsplit=360/D.length;
HandHeight=ClockHeight/4.5
HandWidth=ClockWidth/4.5
HandY=-7;
HandX=-2.5;
scrll=0;
if (ie && !(document.all)){
step=0.09;
} else {
step=0.06;
}

currStep=0;
clocky=new Array();clockx=new Array();clockY=new Array();clockX=new Array();
for (clki=0; clki < faceLength; clki++){clocky[clki]=0;clockx[clki]=0;clockY[clki]=0;clockX[clki]=0}
clockDy=new Array();clockDx=new Array();clockDY=new Array();clockDX=new Array();
for (clki=0; clki < D.length; clki++){clockDy[clki]=0;clockDx[clki]=0;clockDY[clki]=0;clockDX[clki]=0}
if (ns){
for (clki=0; clki < D.length; clki++)
document.write('<layer name="nsDate'+clki+'" top=0 left=0 height='+a+' width='+a+'><center>'+props2+D[clki]+'</font></center></layer>');
for (clki=0; clki < faceLength; clki++)
document.write('<layer name="nsFace'+clki+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+Face[clki]+'</font></center></layer>');
for (clki=0; clki < S.length; clki++)
document.write('<layer name=nsSeconds'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+sCol+'><center><b>'+S[clki]+'</b></center></font></layer>');
for (clki=0; clki < M.length; clki++)
document.write('<layer name=nsMinutes'+clki+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+mCol+'><center><b>'+M[clki]+'</b></center></font></layer>');
for (clki=0; clki < clockH.length; clki++)
document.write('<layer name=nsHours'+clki+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+hCol+'><center><b>'+clockH[clki]+'</b></center></font></layer>');
}
if (ie){
document.write('<div id="Od" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (clki=0; clki < D.length; clki++)
document.write('<div id="ieDate'+clki+'" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props2+D[clki]+'</B></font></div>');
document.write('</div></div>');
document.write('<div id="Of" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (clki=0; clki < faceLength; clki++)
document.write('<div id="ieFace' + clki + '" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props+Face[clki]+'</B></font></div>');
document.write('</div></div>');
document.write('<div id="Oh" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (clki=0; clki < clockH.length; clki++)
document.write('<div id="ieHours' + clki + '" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+hCol+';text-align:center;font-weight:bold">'+clockH[clki]+'</div>');
document.write('</div></div>');
document.write('<div id="Om" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (clki=0; clki < M.length; clki++)
document.write('<div id="ieMinutes'+clki+'" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+mCol+';text-align:center;font-weight:bold">'+M[clki]+'</div>');
document.write('</div></div>')
document.write('<div id="Os" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (clki=0; clki < S.length; clki++)
document.write('<div id="ieSeconds'+clki+'" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+sCol+';text-align:center;font-weight:bold">'+S[clki]+'</div>');
document.write('</div></div>')
}
(ns)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt){
ymouse = (!document.all)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY;
xmouse = (!document.all)?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){
document.getElementById("Od").style.top=window.document.body.scrollTop;
document.getElementById("Of").style.top=window.document.body.scrollTop;
document.getElementById("Oh").style.top=window.document.body.scrollTop;
document.getElementById("Om").style.top=window.document.body.scrollTop;
document.getElementById("Os").style.top=window.document.body.scrollTop;
}
for (clki=0; clki < faceLength; clki++){
var F=(ns)?document.layers['nsFace'+i]:document.getElementById("ieFace" + clki ).style;
F.top=clocky[clki] + ClockHeight*Math.sin(-1.0471 + clki*Split*Math.PI/180)+scrll;
F.left=clockx[clki] + ClockWidth*Math.cos(-1.0471 + clki*Split*Math.PI/180);
}
for (clki=0; clki < clockH.length; clki++){
var HL=(ns)?document.layers['nsHours'+clki]:document.getElementById("ieHours"+clki).style;
HL.top=clocky[clki]+HandY+(clki*HandHeight)*Math.sin(hrs)+scrll;
HL.left=clockx[clki]+HandX+(clki*HandWidth)*Math.cos(hrs);
}
for (clki=0; clki < M.length; clki++){
var ML=(ns)?document.layers['nsMinutes'+clki]:document.getElementById("ieMinutes"+clki).style;
ML.top=clocky[clki]+HandY+(clki*HandHeight)*Math.sin(min)+scrll;
ML.left=clockx[clki]+HandX+(clki*HandWidth)*Math.cos(min);
}
for (clki=0; clki < S.length; clki++){
var SL=(ns)?document.layers['nsSeconds'+clki]:document.getElementById("ieSeconds" + clki).style;
SL.top=clocky[clki]+HandY+(clki*HandHeight)*Math.sin(sec)+scrll;
SL.left=clockx[clki]+HandX+(clki*HandWidth)*Math.cos(sec);
}
for (clki=0; clki < D.length; clki++){
var DL=(ns)?document.layers['nsDate'+clki]:document.getElementById("ieDate" + clki).style;
DL.top=clockDy[clki] + ClockHeight*1.5*Math.sin(currStep+clki*Dsplit*Math.PI/180)+scrll;
DL.left=clockDx[clki] + ClockWidth*1.5*Math.cos(currStep+clki*Dsplit*Math.PI/180);
}
currStep-=step;
}
function Delay(){
scrll=(ns)?window.pageYOffset:0;
clockDy[0]=Math.round(clockDY[0]+=((ymouse)-clockDY[0])*clkspeed);
clockDx[0]=Math.round(clockDX[0]+=((xmouse)-clockDX[0])*clkspeed);
for (clki=1; clki < D.length; clki++){
clockDy[clki]=Math.round(clockDY[clki]+=(clockDy[clki-1]-clockDY[clki])*clkspeed);
clockDx[clki]=Math.round(clockDX[clki]+=(clockDx[clki-1]-clockDX[clki])*clkspeed);
}
clocky[0]=Math.round(clockY[0]+=((ymouse)-clockY[0])*clkspeed);
clockx[0]=Math.round(clockX[0]+=((xmouse)-clockX[0])*clkspeed);
for (clki=1; clki < faceLength; clki++){
clocky[clki]=Math.round(clockY[clki]+=(clocky[clki-1]-clockY[clki])*clkspeed);
clockx[clki]=Math.round(clockX[clki]+=(clockx[clki-1]-clockX[clki])*clkspeed);
}
ClockAndAssign();
setTimeout('Delay()',50);
}

if (ns||ie) {
Delay();
}
</SCRIPT>
<!-- stop websclock -->

1

1

Fri Jan 11, 2008 10:04 pm

YeniGiresun View the latest post

No new posts SİTE VE FORUM KURALLARI

Mutlaka okuyun. Yapmanız gerekenler veya yapmamanız gerekenler hakkında bilgilenin.

0

0

No posts

GAZETE

 
No new posts ANKET

Site içinde uyguladığımız anketlere lütfen katılın. Tüm anketlere buradan ulaşabilirsiniz.

3

3

Fri Mar 14, 2008 1:51 am

gecemy View the latest post

No new posts SON BASKI

Gazetemizin orjinal sayfalarını bu forumda görebilirsiniz. Sayfalarımız alt alta dizilmiş olup 1 ve Spor sayfaları büyük olarak görüntülenmektedir. Diğer sayfalarımız sayfanın en alt bölümünde küçük olarak yer almaktadır. Sayfayı aşağıya doğru kaydırarak diğer sayfaları görebilirsiniz. Küçük sayfaların üzerine tıklarsanız sayfalarımızı orjinal boyutlarında görüp okuyabilirsiniz. Ziyaret ettiğiniz için teşekkürler.

513

517

Mon Sep 07, 2009 3:50 am

YeniGiresun View the latest post

No new posts RESİMLER

<P align=center>
<P align=center><IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; WIDTH: 468px; BORDER-BOTTOM: 0px; HEIGHT: 117px" height=117 alt="G-İLETİŞİM" src="http://img219.imageshack.us/img219/5391/gletm2xy2.gif" width=468></A></P>
<P align=center>

0

0

No posts

KÖŞE YAZILARI

 
No new posts BU KÖŞEDEN

Mehmet Yüksel

Moderator: mehmetyüksel

22

23

Tue Feb 12, 2008 1:15 pm

YeniGiresun View the latest post

No new posts KEMALİST GÖRÜŞ

Hilmi Taşkın ADD Başkanı

22

22

Tue Feb 12, 2008 1:14 pm

YeniGiresun View the latest post

No new posts ŞA-KA

Şaban Karakaya Emekli öğretmen-Tiyatro yönetmeni

9

9

Tue Feb 12, 2008 1:15 pm

YeniGiresun View the latest post

No new posts BİR FINDIĞIN İÇİ

A. Ziya ERZİNCAN

22

22

Tue Feb 12, 2008 1:16 pm

YeniGiresun View the latest post

No new posts HAFTANIN KONUSU

Naci Pamuk

6

6

Tue Feb 12, 2008 1:19 pm

YeniGiresun View the latest post

No new posts EĞİTİM DÜNYASI

Bekir Şensoy

3

3

Tue Feb 12, 2008 1:17 pm

YeniGiresun View the latest post

No new posts POLİTİKA KAZANI

A.Aydın YILMAZ

6

6

Mon Jan 28, 2008 1:41 pm

YeniGiresun View the latest post

No new posts ARADA BİR

Mustafa Yıldırım

3

3

Fri Feb 01, 2008 1:28 pm

YeniGiresun View the latest post

No new posts BAYRAMLIK

Bekir Bayram

0

0

No posts

No new posts TERS KÖŞE

Adil Güvendi

1

1

Wed Feb 06, 2008 4:17 pm

YeniGiresun View the latest post

No new posts SERBEST ATIŞ

Murat Bayraktar

Moderator: muratbayraktar

7

7

Tue Sep 23, 2008 12:19 pm

muratbayraktar View the latest post

No new posts KALE ARKASI

Ali Akten

0

0

No posts

No new posts BİR KONU BİR KONUK

Osman Metin Öztürk Giresun Üniversitesi Rektörü

2

2

Tue Jan 15, 2008 2:36 pm

YeniGiresun View the latest post

No new posts İLETİŞİM

Saliha Yayla

2

2

Wed Feb 06, 2008 4:16 pm

YeniGiresun View the latest post

No new posts GÜNDEM

Yeni Giresun Gazetesi Gündem

Moderators: YeniGiresun, admin, Gece, BekirBayram

11

11

Tue Feb 12, 2008 1:13 pm

YeniGiresun View the latest post

SİZİN GAZETENİZ

 
No new posts SİZİN KÖŞENİZ

Sizler için ayırdığımız bu forumda sizler de köşe yazılarınızı buradan tüm okuyucularımızla paylaşabilirsiniz.

1

1

Sat Jan 12, 2008 6:21 pm

doganmertyilmaz View the latest post

No new posts SİZDEN GELEN HABERLER

Bize veya okuyucularımıza ulaştırmak istediğiniz haber ve bilgileri buraya yazabilirsiniz.

0

0

No posts

No new posts ŞİİRLERİNİZ

Şiirleriniz varsa ve yayınlansın istiyorsanız işte sizin için şiir köşesi. Buraya yazın herkes okusun.

1

3

Tue Jan 29, 2008 7:04 pm

çotanak1967 View the latest post

No new posts TARTIŞMA

Tartışmak istediğiniz her konuda başlık açabilir yeni konular oluşturabilirsiniz. Hep birlikte tartışalım, çözüm arayalım ve düşüncelerizimi belirtelim.

1

3

Fri Feb 01, 2008 1:22 pm

YeniGiresun View the latest post

PAYLAŞIM

 
No new posts FAL

<div align=left> <form method="GET"
action="javascript:expwin('http://www.muneccim.com/gunluk_fal/bg.asp?burc='+document.frm1.burc.options[document.frm1.burc.selectedIndex].value)"
name="frm1">
<script language="javascript">
var win;
function expwin(vr){
win = window.open (vr,"","width=500,height=450,status=no,toolbar=no,menubar=no,scrollbars=1,resizable=no,screenX=0,screenY=0");
}
</script>
<div align="left"><left><p><strong><font
face="Arial" size="4" color="#0000FF">Burcunuzu seçin, falınızı okuyun</font></strong><br>
<select name="burc" size="1" style="font-family: Arial; font-size: 9pt">
<option selected value="1">Koç</option>
<option value="2">Boğa</option>
<option value="3">İkizler</option>
<option value="4">Yengeç</option>
<option value="5">Aslan</option>
<option value="6">Başak</option>
<option value="7">Terazi</option>
<option value="8">Akrep</option>
<option value="9">Yay</option>
<option value="10">Oğlak</option>
<option value="11">Kova</option>
<option value="12">Balık</option>
</select><font face="Arial" size="1"><input type="submit" value="Göster" name="B1"
style="font-family: Arial; font-size: 9pt"></font><br>
</left></div>
</form>

0

0

No posts

BİLGİSAYAR

 
No new posts PROGRAMLAR

Pc ve internet için size yardımcı olacak çeşitli programlar

1

1

Thu Jun 07, 2007 1:32 am

YeniGiresun View the latest post

No new posts PC VE İNTERNET YARDIMI

Bilgisayar veya internetle ilgili sorunlarınız ve sorularınız varsa burada paylaşın. Yardımcı olalım. Derdini söylemeyen derman bulamaz :)
<a href="http://www.histats.com/"><embed align=middle src="http://s11.histats.com/4007.swf" width=112 height=61 type="application/x-shockwave-flash" wmode=transparent quality=high flashvars="jver=1&acsid=70319&domi=4&cpagid=0" pluginspage="http://www.macromedia.com/go/getflashplayer" allowscriptaccess=never allownetworking=internal></a></div>

0

0

No posts

Delete all board cookies | The team

All times are UTC + 3 hours


Who is online

Who is online In total there is 1 user online :: 0 registered, 0 hidden and 1 guest (based on users active over the past 5 minutes)
Most users ever online was 67 on Mon Jun 23, 2008 6:51 am

Registered users: No registered users

4 Users active over the last 24 hours: Ask Jeeves [Bot], Google Adsense [Bot], Google [Bot], Steeler [Crawler]
Legend :: Administrators, Global moderators

Statistics

Statistics

Total posts 651 | Total topics 640 | Total members 126 | Our newest member Kahramancelik


Login

Username:   Password:   Log me on automatically each visit  

New posts New posts    No new posts No new posts    No new posts [ Locked ] Forum locked
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Hosted by FreeForums.org | Create a free forum
Template made by DEVPPL Flash Games