// gambar random by albri

var jumlah_gambar =9; // jumlah total gambar yang akan ditampilkan
var semangken = new Date()
var second = semangken.getSeconds()
var onjuk = second % jumlah_gambar;
onjuk +=1;
function cewekrandom()
{
	if (onjuk==1) 
	{
		url="http://xxx.warungbebas.com/agnes-monica.php"; // alamat iklan
		alt="Agnes Monica Bugil"; // alternativ jika gambar tidak dapat tampil
		banner="http://lh6.ggpht.com/_KvDDm5icUVs/SplFnQ27mdI/AAAAAAAAAEo/2f4zFjSclAM/agnes-monica-bugil_thumb.gif?imgmax=800"; // alamat gambar
	}

	if (onjuk==2) 
	{
		url="http://xxx.warungbebas.com/ayu-anjani.php"; // alamat iklan
		alt="Ayu Anjani Bugil";
		banner="http://lh4.ggpht.com/_KvDDm5icUVs/SplGHbfpN9I/AAAAAAAAAEw/HSTluczLHeA/ayu-anjani-bugil_thumb.gif?imgmax=800";
	}

	if (onjuk==3) 
	{
		url="http://xxx.warungbebas.com/bunga-citra-lestari.php"; // alamat iklan
		alt="Bunga Citra Lestari Bugil";
		banner="http://lh3.ggpht.com/_KvDDm5icUVs/SplKw8BmuLI/AAAAAAAAAFI/xc2tp8WEOWo/bcl-bugil_thumb.gif?imgmax=800";
	}

	if (onjuk==4) 
	{
		url="http://xxx.warungbebas.com/dewi-persik.php"; // alamat iklan
		alt="Dewi Persik Bugil";
		banner="http://lh4.ggpht.com/_KvDDm5icUVs/SplSKg_IJsI/AAAAAAAAAF0/-2om1QV1Xn0/dewi-persik-bugil_thumb.gif?imgmax=800";
	}

	if (onjuk==5) 
	{
		url="http://xxx.warungbebas.com/julia-perez.php"; // alamat iklan
		alt="Julia Perez Bugil";
		banner="http://lh6.ggpht.com/_KvDDm5icUVs/SplT2Egk-zI/AAAAAAAAAF8/dffprGn4nyk/julia-perez-bugil_thumb.gif?imgmax=800";
	}

	if (onjuk==6) 
	{
		url="http://xxx.warungbebas.com/mulan-jameela.php"; // alamat iklan
		alt="Mulan Jameela Bugil";
		banner="http://lh4.ggpht.com/_KvDDm5icUVs/SplPb8kThYI/AAAAAAAAAFk/ow4cF_5lPUk/mulan-jamela-bugil_thumb.gif?imgmax=800";
	}

	if (onjuk==7) 
	{
		url="http://xxx.warungbebas.com/sandra-dewi.php"; // alamat iklan
		alt="Sandra Dewi Bugil";
		banner="http://lh4.ggpht.com/_KvDDm5icUVs/SplLe5Vvp4I/AAAAAAAAAFQ/hKmWHn7m_Rg/sandra-dewi-bugil_thumb.gif?imgmax=800";
	}

	if (onjuk==8) 
	{
		url="http://xxx.warungbebas.com/sarah-rahma-azhari.php"; // alamat iklan
		alt="Sarah dan Rahma Azhari Bugil";
		banner="http://lh4.ggpht.com/_KvDDm5icUVs/SplRTt_wYlI/AAAAAAAAAFs/X7T0JalQ7sM/sarah_rahma-bugil_thumb.gif?imgmax=800";
	}

	if (onjuk==9) 
	{
		url="http://xxx.warungbebas.com/tiara-lestari.php"; // alamat iklan
		alt="Tiara Lestari Bugil";
		banner="http://lh4.ggpht.com/_KvDDm5icUVs/SplNGLvmUbI/AAAAAAAAAFY/iAWGFNWRTpg/tiara-lestari-bugil_thumb.gif?imgmax=800";
	}

	document.write('<a onclick=\"window.open(\'' + url + '\'); return false;\" title=\"' + alt + '\" target=\"_blank\" style=\"cursor: pointer\">');
	document.write('<img src=\"' + banner + '\"')
	document.write('alt=\"' + alt + '\" border=0 style=\"cursor: pointer\" title=\"' + alt + '\"></a>');
}
