function dw(id){
var randomnumber=Math.floor(Math.random()*1000);
document.write(
//'' + '\n'
//+''
'
'
)
}
function cl2010(id,copy){
if(copy=="" || copy==null){
copy="click here";
}
document.write(
//''+copy+''
''+copy+''
)
}
function dwpop(id){
var randomnumber=Math.floor(Math.random()*1000);
document.write(
'
'
)
}
function dwpopx(id){
var randomnumber=Math.floor(Math.random()*1000);
document.write(
'
'
)
}
function clpop(id,copy,pop){
if(copy=="" || copy==null){
copy="click here";
}
document.write(
''+copy+''
)
}