//******************************************************
// * Script from http://ldpoint.com
// * Phone and internet services, tools*
// * You can use this code if you leave this message*
// ******************************************************
var k;
imgprint=4;
imgall=4;
var ran=new Array(imgprint-1);
function random_number(){
return Math.round(Math.random() * imgall);
}
function check(num){
while(k!=num){
ran[num]=random_number();
k=0;
for(a=0;a<num;a++){
if(ran[a]!=ran[num]){
k++
}
}
}
}
ran[0]=random_number();
for(a=1;a<imgprint;a++){
check(a);
}
img=new Array(imgall);
link=new Array(imgall);
alt=new Array(imgall);
img[0]="http://www.trurons.com/acc/yourad.gif"; link[0]="http://www.trurons.com/companies/yourad.html"; alt[0]="Get your Ad up Here";
img[1]="http://www.trurons.com/acc/ccm120.gif"; link[1]="http://www.ccmin.ca/"; alt[1]="Christian Counselling Ministries";
img[2]="http://www.trurons.com/acc/rescue120.jpg"; link[2]="http://www.theanimalrescuesite.com/tpc/ARS_linktous_trurons"; alt[2]="The Animal Rescue Site";
img[3]="http://www.trurons.com/hope/acc/hopelogo120.gif"; link[3]="http://www.hoperadio.ca/"; alt[3]="Hope FM Truro NS Community Christian Radio";
img[4]="http://www.trurons.com/acc/specialtyprinters12060b.gif"; link[4]="http://www.specialtyprintandcopy.com/"; alt[4]="Specialty Printers Ltd,";
for(i=0;i<imgprint;i++){
document.write('&nbsp;&nbsp;');
document.write('<a href="'+link[ran[i]]+'" target="_blank">');
document.write('<img width=120 height=60 border=0 src="'+img[ran[i]]+'"'); document.write('alt="'+alt[ran[i]]+'"></a>');
}
document.write('</center>');


