Pages

Pages

Pages

الأحد، 20 فبراير 2011

بنرات اعلانية

ثلاثة بنرات تتبدل بشكل جميل 

بنرات اعلانية تضيف لمنتداك او مدونتك منظر اكثر احترافى ويمكن استخدامها 
فى التبادل الاعلانى بين المدونات وبعضها .
اضافة اقراء المزيد اضغط هنا  

كود البنرات الثلاثة :

<table width="470" height="90" dir="ltr"><tr><td>
<script>

var slideurl=new Array()
var slidecomment=new Array()
var slidelink=new Array()
var slidetarget=new Array()

///////////////////////////////////////////////////////////////////////////
// EDIT-ZONE STARTS HERE // BY : WWW.codesworld.yoo7.COM
//////////////////////////////////////////////////////////////////////////

// Set the URLs of your slides (images) // مسار الصور
slideurl[0]="b1.png"
slideurl[1]="b2.png"
slideurl[2]="b3.png"

// Add a link for each slide //
// If you don't want to link a slide type "#" instead (see middle-sample below)
// روابط البنرات على الترتيب
slidelink[0]="http://www.star28.com"
slidelink[1]="http://www.ttt4.com"
slidelink[2]="http://vb.star28.net"

// Add a target for each link
// Allowed values are: "_blank", "_top", "_parent", "_self" or the name of a frame
slidetarget[0]="_blank"
slidetarget[1]="_blank"
slidetarget[2]="_blank"

// Add a comment for each slide // الوصف
slidecomment[0]="وصف البانر رقم - 1 -"
slidecomment[1]="وصف البانر رقم - 2 - "
slidecomment[2]="وصف البانر رقم - 3 -"

// Set the font for the comments
var slidefont="TAHOMA" // نوع الخط

// Set the fontcolor for the comments
var slidefontcolor="black" // لون الخط

// Set the fontsize for the comments (HTML-values ranging form 1 - 6)
var slidefontsize=2 // حجم الخط

// Set the width of the pictures (pixels)
var slidewidth=468 // عرض الصورة بالبكسل

// Set the height of the pictures (pixels)
var slideheight=60 // طول الصورة بالبكسل

// Set the pause between the pictures (seconds)
var pause=5 // المدة الفاصلة بين كل صورة

///////////////////////////////////////////////////////////////////////////
// EDIT-ZONE ENDS HERE
//////////////////////////////////////////////////////////////////////////

var preloadedimages=new Array()
for (i=0;i<slideurl.length;i++){
preloadedimages[i]=new Image()
preloadedimages[i].src=slideurl[i]
}

var ns4=document.layers?1:0
var ns6=document.getElementById&&!document.all?1:0
var ie=document.all?1:0

var imgpreload=new Array()
for (i=0;i<=slideurl.length-1;i++) {
imgpreload[i]=new Image()
imgpreload[i].src=slideurl[i]
}

var pos_left=0
var pos_top=0
var speed=20
var step=10
var i_loop=0
var i_image1=0
var i_image2=1
var i_space=""
var all_space=""
var max_space=20
var content=""
var i_slide=0
pause*=1000

function stretchimage() {
if (i_loop<=slidewidth) {
if (ie) {
imgcontainer1.innerHTML="<a href='"+slidelink[i_image1]+"'
target='"+slidetarget[i_image1]+"'><img width='"+i_loop+"'
height='"+slideheight+"' src='"+slideurl[i_image1]+"'
border='0'></a>"
document.all.imgcontainer2.style.posLeft=document.all.imgcontainer1.style.posLeft+i_loop

imgcontainer2.innerHTML="<a href='"+slidelink[i_image2]+"'
target='"+slidetarget[i_image2]+"'><img
width='"+(slidewidth-i_loop)+"' height='"+slideheight+"'
src='"+slideurl[i_image2]+"' border='0'></a>"
}
if (ns6) {
document.getElementById('imgcontainer1').innerHTML="<a
href='"+slidelink[i_image1]+"'
target='"+slidetarget[i_image1]+"'><img width='"+i_loop+"'
height='"+slideheight+"' src='"+slideurl[i_image1]+"'
border='0'></a>"
document.getElementById('imgcontainer2').style.left=parseInt(document.getElementById('imgcontainer1').style.left)+i_loop

document.getElementById('imgcontainer2').innerHTML="<a
href='"+slidelink[i_image2]+"'
target='"+slidetarget[i_image2]+"'><img
width='"+(slidewidth-i_loop)+"' height='"+slideheight+"'
src='"+slideurl[i_image2]+"' border='0'></a>"
}
i_loop=i_loop+step
var timer=setTimeout("stretchimage()",speed)
}
else {
clearTimeout(timer)
var imgcontent="<a href='"+slidelink[i_image1]+"'
target='"+slidetarget[i_image1]+"'><img width='"+i_loop+"'
height='"+slideheight+"' src='"+slideurl[i_image1]+"'
border='0'></a><br><center><font
face='"+slidefont+"' size="+slidefontsize+"
color='"+slidefontcolor+"'>"+slidecomment[i_image1]+"</font></center>"
if (ie) {
imgcontainer1.innerHTML=imgcontent
document.all.imgcontainer2.style.posLeft=document.all.imgcontainer1.style.posLeft+i_loop
imgcontainer2.innerHTML=""
}
if (ns6) {
document.getElementById('imgcontainer1').innerHTML=imgcontent
document.getElementById('imgcontainer2').style.left=parseInt(document.getElementById('imgcontainer1').style.left)+i_loop
document.getElementById('imgcontainer2').innerHTML=""

}
changeimage()
}
}

function changeimage() {
i_loop=0
i_image1++
if (i_image1>slideurl.length-1) {i_image1=0}
i_image2=i_image1-1
if (i_image2>slideurl.length-1) {i_image2=0}
if (i_image2<0) {i_image2=slideurl.length-1}
if (ie) {
document.all.imgcontainer2.style.posLeft=document.all.imgcontainer1.style.posLeft
}
if (ns6) {
document.getElementById('imgcontainer2').style.left=parseInt(document.getElementById('imgcontainer2').style.left)
}
var timer=setTimeout("stretchimage()",pause)
}


function simpleslideshow() {
i_slide++
if (i_slide>=slideurl.length) {i_slide=0}
document.slideimage.src=preloadedimages[i_slide].src
simpleslideshowcomment()
var fadetimer=setTimeout("simpleslideshow()",pause)
}

function simpleslideshowcomment() {
if (i_space>=0){
all_space=""
content=""
for (i=0;i<i_space;i++) {
all_space+=" "
}
for (i=0;i<slidecomment[i_slide].length;i++) {
var thisletter=slidecomment[i_slide].substring(i,i+1)
thisletter=thisletter+all_space
content+=thisletter
}
window.status=content
i_space--
var fadetimer=setTimeout("simpleslideshowcomment()",20)
}
else {
clearTimeout(fadetimer)
i_space=max_space
}
}

function simpleslideshowjump() {
if (slidetarget[i_slide]=="_self") {
document.location.href=slidelink[i_slide]
}
else if (slidetarget[i_slide]=="_blank") {
codepopup=window.open(slidelink[i_slide], "code",
"status=yes,location=yes,toolbar=yes,menubar=yes,resizable=yes,scrollbars=yes,width=780,height=580,top=10,left=10");
}
else if (slidetarget[i_slide]=="_top") {
top.location.href=slidelink[i_slide]
}

else if (slidetarget[i_slide]=="_parent") {
parent.location.href=slidelink[i_slide]
}
else {
var jumpto=eval("parent."+slidetarget[i_slide])
jumpto.location.href=slidelink[i_slide]
}
}

if (ie || ns6) {
var slideh=slideheight+30
document.write("<div style="position:relative;width:"+slidewidth+"px;height:"+slideh+"px;overflow:hidden">")
document.write("<div id="imgcontainer1"
style="position:absolute;width:"+slidewidth+"px;height:"+slideh+"px;top:0px;left:0px"><img
src=""+slideurl[0]+""></div>")
document.write("<div
id="imgcontainer2"
style="position:absolute;width:"+slidewidth+"px;height:"+slideh+"px;top:0px;left:0px"><img
src=""+slideurl[1]+""></div>")
document.write("</div>")
window.onload=stretchimage
}
else {
document.write("<a
href="javascript:simpleslideshowjump()"><img
name="slideimage" src=""+slideurl[0]+"" border=0></a>")
window.onload=simpleslideshow
}
</script>
</td></tr></table>



اعرف احصائيات وترتيب مدونتك عالميا اضغط هنا  

هناك 53 تعليقًا:

  1. اضافة رائعة

    ردحذف
  2. ببحث عن هذا الكود من زمان مشكورين

    ردحذف
  3. unlock iphone 4
    iphone 4 unlock
    how to unlock iphone 4

    http://www.jamclub.woollylambs.co.uk/phpbb3/viewtopic.php?f=3&t=6105 http://raunchytravel.com/board/index.php?action=profile;u=1967
    mmk, so my antivirus expires in march and i'm thinking about switching....i currently have trend micro internet security, because it came with my laptop last christmas, however i'm considering going back to norton, because i had them for like 7 years on my old computer and had very few problems...it blocked alot of crap from my computer too lol. i know that trend micro has blocked some stuff too but it updates constantly and it drives me a little crazy lol. i absolutely refuse to get mcafee, i hate mcafee. its a piece of crap not worth my money, so many people that i know who had it and had trouble with it eithor just glitches or letting crap in other antivirus programs wouldn't have. and they didnt have their settings turned down low...i dont trust the free antiviruses eithor [avg, avast, avira, etc] because i just dont feel safe with them...i've heard kaspersy is pretty good, but what is in your opinion the best [thats not eithor mcafee or one of the free ones? lol] thank you!!
    unlock iphone 4 unlock iphone 4

    unlock iphone 4 [url=http://unlockiphone421.com]unlock iphone 4[/url] unlock iphone 4 how to unlock iphone 4

    ردحذف
  4. refund loan, va loan calculator. loan used car, [url=http://lowcreditpersonalloans.com/content/fast-cash-personal-loan-no-credit-check-and-very-fast/]very bad credit personal loans[/url]. how to get rid of student loan debt, william d ford direct loan servicing.

    loan for debt, auto loan quote online. discount loans. small cash loans home savings and loan.

    ردحذف
  5. [img]http://www.elaborare.com/newold/girls/Anna%20Munafo/Anna4-p.jpg[/img]

    секс знакомства в контакт
    секс знакомства в уфа
    секс знакомства макеевка
    знакомства для секса чпокинг
    сексзнакомства в сумах

    [url=http://fsite.com.ru]check_dfgdfgg656g[/url]

    ردحذف
  6. [url=http://usapaydayloansquickly.com/#bwwwmazikarabycom.blogspot.com]payday loans[/url] - payday loans , http://usapaydayloansquickly.com/#swwwmazikarabycom.blogspot.com payday loans

    ردحذف
  7. buy viagra buy viagra online uk no prescription - online pharmacy for generic viagra

    ردحذف
  8. buy valium online overnight delivery valium side effects dental - valium side effects yahoo

    ردحذف
  9. valium pharmacy legal order valium online - valium vs flexeril

    ردحذف
  10. can you buy valium online no prescription online pharmacy valium xanax - valium effects on driving

    ردحذف
  11. generic ambien ambien dosage amounts - generic ambien does work

    ردحذف
  12. generic soma what is carisoprodol side effects - buy soma 350mg

    ردحذف
  13. buy generic valium effects 2 valium - valium side effects overdose

    ردحذف
  14. soma drug soma drug detection time - what drug classification is soma

    ردحذف
  15. buy tramadol tablets buy tramadol c.o.d saturday delivery - can you buy tramadol

    ردحذف
  16. buy soma online can you buy soma in mexico - carisoprodol 350 mg street value

    ردحذف
  17. buy generic tramadol online tramadol 50mg bristol laboratories - buy tramadol visa

    ردحذف
  18. order soma can overdose carisoprodol - carisoprodol 103

    ردحذف
  19. buy valium online how long does valium side effects last - effects valium unborn fetus

    ردحذف
  20. buy tramadol online tramadol online - tramadol blood pressure

    ردحذف
  21. is it illegal to buy xanax online xanax for insomnia - can you buy alprazolam

    ردحذف
  22. buy tramadol online buy tramadol overnight - tramadol order online tramadol 50mg

    ردحذف
  23. soma carisoprodol soma brand vs generic - symptoms of carisoprodol overdose

    ردحذف
  24. cheap alprazolam buy xanax montreal - how long does xanax 1mg last

    ردحذف
  25. tramadol online xymel 50mg tramadol - buy tramadol overnight delivery no prescription

    ردحذف
  26. soma online pharmacy buy somatropin philippines - somanabolic muscle maximizer xls

    ردحذف
  27. buy tramadol overnight buy tramadol dogs uk - buy tramadol dogs uk

    ردحذف
  28. buy soma online hair follicle drug test soma - soma standard drug test

    ردحذف
  29. buy viagra online buy viagra edmonton - viagra canadian pharmacy no prescription

    ردحذف
  30. xanax online pharmacy xanax tumblr - xanax pictures

    ردحذف
  31. buy tramadol tablets ways get high tramadol - purchase tramadol

    ردحذف
  32. buy tramadol buy tramadol no prescription - buy tramadol online

    ردحذف
  33. buy xanax online buy xanax 2mg - xanax without a perscription

    ردحذف
  34. order tramadol online without prescription ultram-tramadol online - buy ultram without rx

    ردحذف
  35. tramadol online no prescription buy tramadol visa - tramadol used get high

    ردحذف
  36. soma drug buy soma cod overnight - carisoprodol no prescription

    ردحذف
  37. tramadol online pharmacy cheap tramadol cod - tramadol questions

    ردحذف
  38. order viagra from canada generic viagra uk - cheap generic viagra next day delivery

    ردحذف
  39. order viagra no prescription viagra $3 - buy viagra online canadian pharmacy

    ردحذف
  40. xanax buy generic xanax yellow - ordering xanax online safe

    ردحذف
  41. buy viagra online generic viagra evaluation - viagra online lloyds pharmacy

    ردحذف
  42. buy xanax cheap buy xanax serbia - xanax 1mg first time

    ردحذف
  43. buy viagra online how to buy generic viagra in canada - where to buy generic viagra online in canada

    ردحذف
  44. azithromycin 500mg zithromax drug interactions - zithromax side effects toddlers

    ردحذف
  45. is it safe to order viagra online cheap generic viagra online pharmacy - where to buy viagra without prescriptions

    ردحذف
  46. xanax online prescription xanax quiz - 2mg klonopin equal xanax

    ردحذف
  47. discount zithromax zithromax dosage 7 year old - zithromax dosage 7 year old

    ردحذف
  48. cheap nolvadex where to buy tamoxifen in canada - nolvadex pct assist

    ردحذف
  49. buy zithromax online dosage of zithromax for children - azithromycin oral suspension buy online

    ردحذف
  50. order xanax alprazolam drug interactions - xanax jittery

    ردحذف
  51. buy generic xanax online buy xanax online video - buy xanax pharmacy online

    ردحذف
  52. zithromax z pak zithromax side effects tendon - zithromax dosage times

    ردحذف

ارجوا عدم وضع روابط لمواقع او المدونات وشكرا على تعليقك