document.write('<select name="website1"  onChange="javascript:getvalues1()" class="pnkbold">');

//Dance Charity special
if (dd_sel == 8)
	document.write('<option value="pg_dc.asp" selected>Dance For Charity</option>');
else
	document.write('<option value="pg_dc.asp">Dance For Charity</option>');

//Sanjeeda Sheikh and Aamir Ali special
if (dd_sel == 7)
	document.write('<option value="pg_as.asp" selected>Sanjeeda-Aamir</option>');
else
	document.write('<option value="pg_as.asp">Sanjeeda-Aamir</option>');

//kareena and shahid
if (dd_sel == 6)
	document.write('<option value="pg_ks.asp" selected>kareena and shahid</option>');
else
	document.write('<option value="pg_ks.asp">kareena and shahid</option>');

//Jodi 03's Kung Fu
if (dd_sel == 5)
	document.write('<option value="pg_kungfu.asp" selected>Jodi 03\'s Kung Fu</option>');
else
	document.write('<option value="pg_kungfu.asp">Jodi 03\'s Kung Fu</option>');

//Jodi 01's Dutch Holiday
if (dd_sel == 4)
	document.write('<option value="pg_dutch_holiday.asp" selected>Jodi 01\'s Dutch Holiday</option>');
else
	document.write('<option value="pg_dutch_holiday.asp">Jodi 01\'s Dutch Holiday</option>');

// Out take Pooja
if (dd_sel == 3)
	document.write('<option value="pg_out_take.asp" selected>Pooja-Hanif\'s nigt out</option>');
else
	document.write('<option value="pg_out_take.asp">Pooja-Hanif\'s nigt out</option>');

// Red carpet
if (dd_sel == 2)
	document.write('<option value="pg_rc.asp" selected>Red Carpet</option>');
else	
	document.write('<option value="pg_rc.asp">Red Carpet</option>');

// Ganpati
if (dd_sel == 1)
	document.write('<option value="pg_gf.asp" selected>Ganpathi Festival</option>');
else
	document.write('<option value="pg_gf.asp">Ganpathi Festival</option>');

document.write('</select>');